HSL(141, 84%, 21%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,84%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 84%, 21%) | color: hsl(141, 84%, 21%) | |
| HEX | #096328 | color: #096328 | |
| RGB | rgb(9, 99, 40) | color: rgb(9, 99, 40) | |
| CMYK | cmyk(91%, 0%, 60%, 61%) | — | |
| HSV | hsv(141, 91%, 39%) | — | |
| HWB | hwb(141 4% 61%) | color: hwb(141 4% 61%) | |
| OKLCH | oklch(0.4376 0.1207 148.49) | color: oklch(0.4376 0.1207 148.49) | |
| Lab | lab(36.24 -38.37 26.43) | color: lab(36.24 -38.37 26.43) | |
| LCH | lch(36.24 46.59 145.44) | color: lch(36.24 46.59 145.44) |
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)
#303136 — rgb(48, 49, 54)
Deuteranopia (Green-blind)
#2B243A — rgb(43, 36, 58)
Tritanopia (Blue-blind)
#0E4244 — rgb(14, 66, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 84%, 21%);
text
color: hsl(141, 84%, 21%);
border
border: 2px solid hsl(141, 84%, 21%);
gradient light
background: linear-gradient(to right, hsl(141, 84%, 41%), hsl(141, 84%, 21%));
gradient dark
background: linear-gradient(to right, hsl(141, 84%, 21%), hsl(141, 84%, 1%))
hex
background-color: #096328;
tailwind
bg-[hsl(141,84%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 84%, 21%, 0.4);
css variable
--color-primary: hsl(141, 84%, 21%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(141, 84%, 21%)?
HEX: #096328 | RGB: rgb(9, 99, 40) | CMYK: 91%, 0%, 60%, 61% | HSV: 141°, 91%, 39%. Copy any format from the conversion table above.
What colors go well with #096328?
The complementary color is HSL(321, 84%, 21%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 84%, 21%) in CSS?
As HSL: color: hsl(141, 84%, 21%); — As HEX: color: #096328; — As RGB: color: rgb(9, 99, 40); — Tailwind CSS: bg-[hsl(141,84%,21%)] — CSS variable: --color-primary: hsl(141, 84%, 21%);