HSL(116, 94%, 18%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,94%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 94%, 18%) | color: hsl(116, 94%, 18%) | |
| HEX | #095903 | color: #095903 | |
| RGB | rgb(9, 89, 3) | color: rgb(9, 89, 3) | |
| CMYK | cmyk(90%, 0%, 97%, 65%) | — | |
| HSV | hsv(116, 97%, 35%) | — | |
| HWB | hwb(116 1% 65%) | color: hwb(116 1% 65%) | |
| OKLCH | oklch(0.4037 0.1333 142.01) | color: oklch(0.4037 0.1333 142.01) | |
| Lab | lab(32.28 -38.62 37.73) | color: lab(32.28 -38.62 37.73) | |
| LCH | lch(32.28 53.99 135.67) | color: lch(32.28 53.99 135.67) |
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)
#2C2C18 — rgb(44, 44, 24)
Deuteranopia (Green-blind)
#27211D — rgb(39, 33, 29)
Tritanopia (Blue-blind)
#0D282C — rgb(13, 40, 44)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 94%, 18%);
text
color: hsl(116, 94%, 18%);
border
border: 2px solid hsl(116, 94%, 18%);
gradient light
background: linear-gradient(to right, hsl(116, 94%, 38%), hsl(116, 94%, 18%));
gradient dark
background: linear-gradient(to right, hsl(116, 94%, 18%), hsl(116, 94%, 0%))
hex
background-color: #095903;
tailwind
bg-[hsl(116,94%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 94%, 18%, 0.4);
css variable
--color-primary: hsl(116, 94%, 18%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 94%, 18%)?
HEX: #095903 | RGB: rgb(9, 89, 3) | CMYK: 90%, 0%, 97%, 65% | HSV: 116°, 97%, 35%. Copy any format from the conversion table above.
What colors go well with #095903?
The complementary color is HSL(296, 94%, 18%). 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, 94%, 18%) in CSS?
As HSL: color: hsl(116, 94%, 18%); — As HEX: color: #095903; — As RGB: color: rgb(9, 89, 3); — Tailwind CSS: bg-[hsl(116,94%,18%)] — CSS variable: --color-primary: hsl(116, 94%, 18%);