HSL(116, 85%, 23%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,85%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 85%, 23%) | color: hsl(116, 85%, 23%) | |
| HEX | #0F6D09 | color: #0F6D09 | |
| RGB | rgb(15, 109, 9) | color: rgb(15, 109, 9) | |
| CMYK | cmyk(86%, 0%, 92%, 57%) | — | |
| HSV | hsv(116, 92%, 43%) | — | |
| HWB | hwb(116 3% 57%) | color: hwb(116 3% 57%) | |
| OKLCH | oklch(0.4656 0.1518 142.21) | color: oklch(0.4656 0.1518 142.21) | |
| Lab | lab(39.68 -44.11 42.43) | color: lab(39.68 -44.11 42.43) | |
| LCH | lch(39.68 61.2 136.11) | color: lch(39.68 61.2 136.11) |
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)
#383921 — rgb(56, 57, 33)
Deuteranopia (Green-blind)
#322B27 — rgb(50, 43, 39)
Tritanopia (Blue-blind)
#143439 — rgb(20, 52, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 85%, 23%);
text
color: hsl(116, 85%, 23%);
border
border: 2px solid hsl(116, 85%, 23%);
gradient light
background: linear-gradient(to right, hsl(116, 85%, 43%), hsl(116, 85%, 23%));
gradient dark
background: linear-gradient(to right, hsl(116, 85%, 23%), hsl(116, 85%, 3%))
hex
background-color: #0F6D09;
tailwind
bg-[hsl(116,85%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 85%, 23%, 0.4);
css variable
--color-primary: hsl(116, 85%, 23%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 85%, 23%)?
HEX: #0F6D09 | RGB: rgb(15, 109, 9) | CMYK: 86%, 0%, 92%, 57% | HSV: 116°, 92%, 43%. Copy any format from the conversion table above.
What colors go well with #0F6D09?
The complementary color is HSL(296, 85%, 23%). 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, 85%, 23%) in CSS?
As HSL: color: hsl(116, 85%, 23%); — As HEX: color: #0F6D09; — As RGB: color: rgb(15, 109, 9); — Tailwind CSS: bg-[hsl(116,85%,23%)] — CSS variable: --color-primary: hsl(116, 85%, 23%);