HSL(143, 25%, 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(143,25%,9%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 25%, 9%) | color: hsl(143, 25%, 9%) | |
| HEX | #111D16 | color: #111D16 | |
| RGB | rgb(17, 29, 22) | color: rgb(17, 29, 22) | |
| CMYK | cmyk(41%, 0%, 24%, 89%) | — | |
| HSV | hsv(145, 41%, 11%) | — | |
| HWB | hwb(145 6% 89%) | color: hwb(145 6% 89%) | |
| OKLCH | oklch(0.2167 0.022 158.34) | color: oklch(0.2167 0.022 158.34) | |
| Lab | lab(9.45 -7.33 3.13) | color: lab(9.45 -7.33 3.13) | |
| LCH | lch(9.45 7.97 156.88) | color: lch(9.45 7.97 156.88) |
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)
#161618 — rgb(22, 22, 24)
Deuteranopia (Green-blind)
#161518 — rgb(22, 21, 24)
Tritanopia (Blue-blind)
#121919 — rgb(18, 25, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 25%, 9%);
text
color: hsl(143, 25%, 9%);
border
border: 2px solid hsl(143, 25%, 9%);
gradient light
background: linear-gradient(to right, hsl(143, 25%, 29%), hsl(143, 25%, 9%));
gradient dark
background: linear-gradient(to right, hsl(143, 25%, 9%), hsl(143, 25%, 0%))
hex
background-color: #111D16;
tailwind
bg-[hsl(143,25%,9%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 25%, 9%, 0.4);
css variable
--color-primary: hsl(143, 25%, 9%);
Related Colors
Use Cases for Very Dark Green
Frequently Asked Questions
What are all the color codes for HSL(143, 25%, 9%)?
HEX: #111D16 | RGB: rgb(17, 29, 22) | CMYK: 41%, 0%, 24%, 89% | HSV: 145°, 41%, 11%. Copy any format from the conversion table above.
What colors go well with #111D16?
The complementary color is HSL(323, 25%, 9%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 25%, 9%) in CSS?
As HSL: color: hsl(143, 25%, 9%); — As HEX: color: #111D16; — As RGB: color: rgb(17, 29, 22); — Tailwind CSS: bg-[hsl(143,25%,9%)] — CSS variable: --color-primary: hsl(143, 25%, 9%);