HSL(142, 95%, 9%)
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(142,95%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 95%, 9%) | color: hsl(142, 95%, 9%) | |
| HEX | #012D11 | color: #012D11 | |
| RGB | rgb(1, 45, 17) | color: rgb(1, 45, 17) | |
| CMYK | cmyk(98%, 0%, 62%, 82%) | — | |
| HSV | hsv(142, 98%, 18%) | — | |
| HWB | hwb(142 0% 82%) | color: hwb(142 0% 82%) | |
| OKLCH | oklch(0.2604 0.0692 150.71) | color: oklch(0.2604 0.0692 150.71) | |
| Lab | lab(15.08 -22.54 13.9) | color: lab(15.08 -22.54 13.9) | |
| LCH | lch(15.08 26.48 148.34) | color: lch(15.08 26.48 148.34) |
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)
#141418 — rgb(20, 20, 24)
Deuteranopia (Green-blind)
#120E19 — rgb(18, 14, 25)
Tritanopia (Blue-blind)
#031D1E — rgb(3, 29, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 95%, 9%);
text
color: hsl(142, 95%, 9%);
border
border: 2px solid hsl(142, 95%, 9%);
gradient light
background: linear-gradient(to right, hsl(142, 95%, 29%), hsl(142, 95%, 9%));
gradient dark
background: linear-gradient(to right, hsl(142, 95%, 9%), hsl(142, 95%, 0%))
hex
background-color: #012D11;
tailwind
bg-[hsl(142,95%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 95%, 9%, 0.4);
css variable
--color-primary: hsl(142, 95%, 9%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(142, 95%, 9%)?
HEX: #012D11 | RGB: rgb(1, 45, 17) | CMYK: 98%, 0%, 62%, 82% | HSV: 142°, 98%, 18%. Copy any format from the conversion table above.
What colors go well with #012D11?
The complementary color is HSL(322, 95%, 9%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 95%, 9%) in CSS?
As HSL: color: hsl(142, 95%, 9%); — As HEX: color: #012D11; — As RGB: color: rgb(1, 45, 17); — Tailwind CSS: bg-[hsl(142,95%,9%)] — CSS variable: --color-primary: hsl(142, 95%, 9%);