HSL(127, 61%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,61%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 61%, 16%) | color: hsl(127, 61%, 16%) | |
| HEX | #104216 | color: #104216 | |
| RGB | rgb(16, 66, 22) | color: rgb(16, 66, 22) | |
| CMYK | cmyk(76%, 0%, 67%, 74%) | — | |
| HSV | hsv(127, 76%, 26%) | — | |
| HWB | hwb(127 6% 74%) | color: hwb(127 6% 74%) | |
| OKLCH | oklch(0.3348 0.0895 145.13) | color: oklch(0.3348 0.0895 145.13) | |
| Lab | lab(23.88 -27.15 21.67) | color: lab(23.88 -27.15 21.67) | |
| LCH | lch(23.88 34.74 141.4) | color: lch(23.88 34.74 141.4) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#262621 — rgb(38, 38, 33)
Deuteranopia (Green-blind)
#231F23 — rgb(35, 31, 35)
Tritanopia (Blue-blind)
#13292B — rgb(19, 41, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 61%, 16%);
text
color: hsl(127, 61%, 16%);
border
border: 2px solid hsl(127, 61%, 16%);
gradient light
background: linear-gradient(to right, hsl(127, 61%, 36%), hsl(127, 61%, 16%));
gradient dark
background: linear-gradient(to right, hsl(127, 61%, 16%), hsl(127, 61%, 0%))
hex
background-color: #104216;
tailwind
bg-[hsl(127,61%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 61%, 16%, 0.4);
css variable
--color-primary: hsl(127, 61%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 61%, 16%)?
HEX: #104216 | RGB: rgb(16, 66, 22) | CMYK: 76%, 0%, 67%, 74% | HSV: 127°, 76%, 26%. Copy any format from the conversion table above.
What colors go well with #104216?
The complementary color is HSL(307, 61%, 16%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(127, 61%, 16%) in CSS?
As HSL: color: hsl(127, 61%, 16%); — As HEX: color: #104216; — As RGB: color: rgb(16, 66, 22); — Tailwind CSS: bg-[hsl(127,61%,16%)] — CSS variable: --color-primary: hsl(127, 61%, 16%);