HSL(121, 84%, 22%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,84%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 84%, 22%) | color: hsl(121, 84%, 22%) | |
| HEX | #09670B | color: #09670B | |
| RGB | rgb(9, 103, 11) | color: rgb(9, 103, 11) | |
| CMYK | cmyk(91%, 0%, 89%, 60%) | — | |
| HSV | hsv(121, 91%, 40%) | — | |
| HWB | hwb(121 4% 60%) | color: hwb(121 4% 60%) | |
| OKLCH | oklch(0.4469 0.1456 142.8) | color: oklch(0.4469 0.1456 142.8) | |
| Lab | lab(37.45 -42.75 39.92) | color: lab(37.45 -42.75 39.92) | |
| LCH | lch(37.45 58.49 136.96) | color: lch(37.45 58.49 136.96) |
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)
#323321 — rgb(50, 51, 33)
Deuteranopia (Green-blind)
#2C2527 — rgb(44, 37, 39)
Tritanopia (Blue-blind)
#0E3337 — rgb(14, 51, 55)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 84%, 22%);
text
color: hsl(121, 84%, 22%);
border
border: 2px solid hsl(121, 84%, 22%);
gradient light
background: linear-gradient(to right, hsl(121, 84%, 42%), hsl(121, 84%, 22%));
gradient dark
background: linear-gradient(to right, hsl(121, 84%, 22%), hsl(121, 84%, 2%))
hex
background-color: #09670B;
tailwind
bg-[hsl(121,84%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 84%, 22%, 0.4);
css variable
--color-primary: hsl(121, 84%, 22%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 84%, 22%)?
HEX: #09670B | RGB: rgb(9, 103, 11) | CMYK: 91%, 0%, 89%, 60% | HSV: 121°, 91%, 40%. Copy any format from the conversion table above.
What colors go well with #09670B?
The complementary color is HSL(301, 84%, 22%). For a triadic harmony, use hues 121°, 241°, and 1°. For analogous combinations, try hues 91° and 151°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(121, 84%, 22%) in CSS?
As HSL: color: hsl(121, 84%, 22%); — As HEX: color: #09670B; — As RGB: color: rgb(9, 103, 11); — Tailwind CSS: bg-[hsl(121,84%,22%)] — CSS variable: --color-primary: hsl(121, 84%, 22%);