HSL(99, 80%, 17%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(99,80%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 80%, 17%) | color: hsl(99, 80%, 17%) | |
| HEX | #214E09 | color: #214E09 | |
| RGB | rgb(33, 78, 9) | color: rgb(33, 78, 9) | |
| CMYK | cmyk(58%, 0%, 88%, 69%) | — | |
| HSV | hsv(99, 88%, 31%) | — | |
| HWB | hwb(99 4% 69%) | color: hwb(99 4% 69%) | |
| OKLCH | oklch(0.3774 0.1078 137.56) | color: oklch(0.3774 0.1078 137.56) | |
| Lab | lab(28.88 -28.69 32.91) | color: lab(28.88 -28.69 32.91) | |
| LCH | lch(28.88 43.66 131.08) | color: lch(28.88 43.66 131.08) |
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)
#34351A — rgb(52, 53, 26)
Deuteranopia (Green-blind)
#322F1E — rgb(50, 47, 30)
Tritanopia (Blue-blind)
#23272A — rgb(35, 39, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 80%, 17%);
text
color: hsl(99, 80%, 17%);
border
border: 2px solid hsl(99, 80%, 17%);
gradient light
background: linear-gradient(to right, hsl(99, 80%, 37%), hsl(99, 80%, 17%));
gradient dark
background: linear-gradient(to right, hsl(99, 80%, 17%), hsl(99, 80%, 0%))
hex
background-color: #214E09;
tailwind
bg-[hsl(99,80%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 80%, 17%, 0.4);
css variable
--color-primary: hsl(99, 80%, 17%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(99, 80%, 17%)?
HEX: #214E09 | RGB: rgb(33, 78, 9) | CMYK: 58%, 0%, 88%, 69% | HSV: 99°, 88%, 31%. Copy any format from the conversion table above.
What colors go well with #214E09?
The complementary color is HSL(279, 80%, 17%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 80%, 17%) in CSS?
As HSL: color: hsl(99, 80%, 17%); — As HEX: color: #214E09; — As RGB: color: rgb(33, 78, 9); — Tailwind CSS: bg-[hsl(99,80%,17%)] — CSS variable: --color-primary: hsl(99, 80%, 17%);