HSL(116, 69%, 20%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,69%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 69%, 20%) | color: hsl(116, 69%, 20%) | |
| HEX | #155610 | color: #155610 | |
| RGB | rgb(21, 86, 16) | color: rgb(21, 86, 16) | |
| CMYK | cmyk(76%, 0%, 81%, 66%) | — | |
| HSV | hsv(116, 81%, 34%) | — | |
| HWB | hwb(116 6% 66%) | color: hwb(116 6% 66%) | |
| OKLCH | oklch(0.3978 0.1197 142.07) | color: oklch(0.3978 0.1197 142.07) | |
| Lab | lab(31.47 -34.68 32.69) | color: lab(31.47 -34.68 32.69) | |
| LCH | lch(31.47 47.66 136.69) | color: lch(31.47 47.66 136.69) |
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)
#313221 — rgb(49, 50, 33)
Deuteranopia (Green-blind)
#2D2925 — rgb(45, 41, 37)
Tritanopia (Blue-blind)
#182E31 — rgb(24, 46, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 69%, 20%);
text
color: hsl(116, 69%, 20%);
border
border: 2px solid hsl(116, 69%, 20%);
gradient light
background: linear-gradient(to right, hsl(116, 69%, 40%), hsl(116, 69%, 20%));
gradient dark
background: linear-gradient(to right, hsl(116, 69%, 20%), hsl(116, 69%, 0%))
hex
background-color: #155610;
tailwind
bg-[hsl(116,69%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 69%, 20%, 0.4);
css variable
--color-primary: hsl(116, 69%, 20%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 69%, 20%)?
HEX: #155610 | RGB: rgb(21, 86, 16) | CMYK: 76%, 0%, 81%, 66% | HSV: 116°, 81%, 34%. Copy any format from the conversion table above.
What colors go well with #155610?
The complementary color is HSL(296, 69%, 20%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 69%, 20%) in CSS?
As HSL: color: hsl(116, 69%, 20%); — As HEX: color: #155610; — As RGB: color: rgb(21, 86, 16); — Tailwind CSS: bg-[hsl(116,69%,20%)] — CSS variable: --color-primary: hsl(116, 69%, 20%);