HSL(96, 65%, 10%)
Very Dark Green — Green color
Adjust Color
Color Information
Color Name
Very Dark Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(96,65%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(96, 65%, 10%) | color: hsl(96, 65%, 10%) | |
| HEX | #162A09 | color: #162A09 | |
| RGB | rgb(22, 42, 9) | color: rgb(22, 42, 9) | |
| CMYK | cmyk(48%, 0%, 79%, 84%) | — | |
| HSV | hsv(96, 79%, 16%) | — | |
| HWB | hwb(96 3% 84%) | color: hwb(96 3% 84%) | |
| OKLCH | oklch(0.2591 0.0607 135.11) | color: oklch(0.2591 0.0607 135.11) | |
| Lab | lab(14.66 -15.46 17.39) | color: lab(14.66 -15.46 17.39) | |
| LCH | lch(14.66 23.27 131.64) | color: lch(14.66 23.27 131.64) |
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)
#1F1F11 — rgb(31, 31, 17)
Deuteranopia (Green-blind)
#1E1C13 — rgb(30, 28, 19)
Tritanopia (Blue-blind)
#171719 — rgb(23, 23, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(96, 65%, 10%);
text
color: hsl(96, 65%, 10%);
border
border: 2px solid hsl(96, 65%, 10%);
gradient light
background: linear-gradient(to right, hsl(96, 65%, 30%), hsl(96, 65%, 10%));
gradient dark
background: linear-gradient(to right, hsl(96, 65%, 10%), hsl(96, 65%, 0%))
hex
background-color: #162A09;
tailwind
bg-[hsl(96,65%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(96, 65%, 10%, 0.4);
css variable
--color-primary: hsl(96, 65%, 10%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(96, 65%, 10%)?
HEX: #162A09 | RGB: rgb(22, 42, 9) | CMYK: 48%, 0%, 79%, 84% | HSV: 96°, 79%, 16%. Copy any format from the conversion table above.
What colors go well with #162A09?
The complementary color is HSL(276, 65%, 10%). For a triadic harmony, use hues 96°, 216°, and 336°. For analogous combinations, try hues 66° and 126°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(96, 65%, 10%) in CSS?
As HSL: color: hsl(96, 65%, 10%); — As HEX: color: #162A09; — As RGB: color: rgb(22, 42, 9); — Tailwind CSS: bg-[hsl(96,65%,10%)] — CSS variable: --color-primary: hsl(96, 65%, 10%);