HSL(149, 90%, 16%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(149,90%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(149, 90%, 16%) | color: hsl(149, 90%, 16%) | |
| HEX | #044E28 | color: #044E28 | |
| RGB | rgb(4, 78, 40) | color: rgb(4, 78, 40) | |
| CMYK | cmyk(95%, 0%, 49%, 69%) | — | |
| HSV | hsv(149, 95%, 31%) | — | |
| HWB | hwb(149 2% 69%) | color: hwb(149 2% 69%) | |
| OKLCH | oklch(0.3728 0.0926 153.53) | color: oklch(0.3728 0.0926 153.53) | |
| Lab | lab(28.45 -30.88 16.73) | color: lab(28.45 -30.88 16.73) | |
| LCH | lch(28.45 35.12 151.55) | color: lch(28.45 35.12 151.55) |
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)
#242531 — rgb(36, 37, 49)
Deuteranopia (Green-blind)
#201A33 — rgb(32, 26, 51)
Tritanopia (Blue-blind)
#08383A — rgb(8, 56, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(149, 90%, 16%);
text
color: hsl(149, 90%, 16%);
border
border: 2px solid hsl(149, 90%, 16%);
gradient light
background: linear-gradient(to right, hsl(149, 90%, 36%), hsl(149, 90%, 16%));
gradient dark
background: linear-gradient(to right, hsl(149, 90%, 16%), hsl(149, 90%, 0%))
hex
background-color: #044E28;
tailwind
bg-[hsl(149,90%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(149, 90%, 16%, 0.4);
css variable
--color-primary: hsl(149, 90%, 16%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(149, 90%, 16%)?
HEX: #044E28 | RGB: rgb(4, 78, 40) | CMYK: 95%, 0%, 49%, 69% | HSV: 149°, 95%, 31%. Copy any format from the conversion table above.
What colors go well with #044E28?
The complementary color is HSL(329, 90%, 16%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(149, 90%, 16%) in CSS?
As HSL: color: hsl(149, 90%, 16%); — As HEX: color: #044E28; — As RGB: color: rgb(4, 78, 40); — Tailwind CSS: bg-[hsl(149,90%,16%)] — CSS variable: --color-primary: hsl(149, 90%, 16%);