HSL(127, 90%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(127,90%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(127, 90%, 16%) | color: hsl(127, 90%, 16%) | |
| HEX | #044E0D | color: #044E0D | |
| RGB | rgb(4, 78, 13) | color: rgb(4, 78, 13) | |
| CMYK | cmyk(95%, 0%, 83%, 69%) | — | |
| HSV | hsv(127, 95%, 31%) | — | |
| HWB | hwb(127 2% 69%) | color: hwb(127 2% 69%) | |
| OKLCH | oklch(0.369 0.1166 143.98) | color: oklch(0.369 0.1166 143.98) | |
| Lab | lab(28.12 -34.91 30.45) | color: lab(28.12 -34.91 30.45) | |
| LCH | lch(28.12 46.32 138.9) | color: lch(28.12 46.32 138.9) |
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)
#24251D — rgb(36, 37, 29)
Deuteranopia (Green-blind)
#201A21 — rgb(32, 26, 33)
Tritanopia (Blue-blind)
#08292C — rgb(8, 41, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(127, 90%, 16%);
text
color: hsl(127, 90%, 16%);
border
border: 2px solid hsl(127, 90%, 16%);
gradient light
background: linear-gradient(to right, hsl(127, 90%, 36%), hsl(127, 90%, 16%));
gradient dark
background: linear-gradient(to right, hsl(127, 90%, 16%), hsl(127, 90%, 0%))
hex
background-color: #044E0D;
tailwind
bg-[hsl(127,90%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(127, 90%, 16%, 0.4);
css variable
--color-primary: hsl(127, 90%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(127, 90%, 16%)?
HEX: #044E0D | RGB: rgb(4, 78, 13) | CMYK: 95%, 0%, 83%, 69% | HSV: 127°, 95%, 31%. Copy any format from the conversion table above.
What colors go well with #044E0D?
The complementary color is HSL(307, 90%, 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, 90%, 16%) in CSS?
As HSL: color: hsl(127, 90%, 16%); — As HEX: color: #044E0D; — As RGB: color: rgb(4, 78, 13); — Tailwind CSS: bg-[hsl(127,90%,16%)] — CSS variable: --color-primary: hsl(127, 90%, 16%);