HSL(110, 90%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(110,90%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(110, 90%, 23%) | color: hsl(110, 90%, 23%) | |
| HEX | #176F06 | color: #176F06 | |
| RGB | rgb(23, 111, 6) | color: rgb(23, 111, 6) | |
| CMYK | cmyk(79%, 0%, 95%, 56%) | — | |
| HSV | hsv(110, 95%, 44%) | — | |
| HWB | hwb(110 2% 56%) | color: hwb(110 2% 56%) | |
| OKLCH | oklch(0.473 0.153 141.3) | color: oklch(0.473 0.153 141.3) | |
| Lab | lab(40.51 -43.73 43.94) | color: lab(40.51 -43.73 43.94) | |
| LCH | lch(40.51 61.99 134.86) | color: lch(40.51 61.99 134.86) |
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)
#3D3E1F — rgb(61, 62, 31)
Deuteranopia (Green-blind)
#383126 — rgb(56, 49, 38)
Tritanopia (Blue-blind)
#1B3338 — rgb(27, 51, 56)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(110, 90%, 23%);
text
color: hsl(110, 90%, 23%);
border
border: 2px solid hsl(110, 90%, 23%);
gradient light
background: linear-gradient(to right, hsl(110, 90%, 43%), hsl(110, 90%, 23%));
gradient dark
background: linear-gradient(to right, hsl(110, 90%, 23%), hsl(110, 90%, 3%))
hex
background-color: #176F06;
tailwind
bg-[hsl(110,90%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(110, 90%, 23%, 0.4);
css variable
--color-primary: hsl(110, 90%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(110, 90%, 23%)?
HEX: #176F06 | RGB: rgb(23, 111, 6) | CMYK: 79%, 0%, 95%, 56% | HSV: 110°, 95%, 44%. Copy any format from the conversion table above.
What colors go well with #176F06?
The complementary color is HSL(290, 90%, 23%). For a triadic harmony, use hues 110°, 230°, and 350°. For analogous combinations, try hues 80° and 140°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(110, 90%, 23%) in CSS?
As HSL: color: hsl(110, 90%, 23%); — As HEX: color: #176F06; — As RGB: color: rgb(23, 111, 6); — Tailwind CSS: bg-[hsl(110,90%,23%)] — CSS variable: --color-primary: hsl(110, 90%, 23%);