HSL(122, 91%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,91%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 91%, 34%) | color: hsl(122, 91%, 34%) | |
| HEX | #08A60D | color: #08A60D | |
| RGB | rgb(8, 166, 13) | color: rgb(8, 166, 13) | |
| CMYK | cmyk(95%, 0%, 92%, 35%) | — | |
| HSV | hsv(122, 95%, 65%) | — | |
| HWB | hwb(122 3% 35%) | color: hwb(122 3% 35%) | |
| OKLCH | oklch(0.6291 0.2104 142.69) | color: oklch(0.6291 0.2104 142.69) | |
| Lab | lab(59.3 -61.71 58.53) | color: lab(59.3 -61.71 58.53) | |
| LCH | lch(59.3 85.05 136.51) | color: lch(59.3 85.05 136.51) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#4C4E32 — rgb(76, 78, 50)
Deuteranopia (Green-blind)
#43373B — rgb(67, 55, 59)
Tritanopia (Blue-blind)
#104F56 — rgb(16, 79, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 91%, 34%);
text
color: hsl(122, 91%, 34%);
border
border: 2px solid hsl(122, 91%, 34%);
gradient light
background: linear-gradient(to right, hsl(122, 91%, 54%), hsl(122, 91%, 34%));
gradient dark
background: linear-gradient(to right, hsl(122, 91%, 34%), hsl(122, 91%, 14%))
hex
background-color: #08A60D;
tailwind
bg-[hsl(122,91%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 91%, 34%, 0.4);
css variable
--color-primary: hsl(122, 91%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 91%, 34%)?
HEX: #08A60D | RGB: rgb(8, 166, 13) | CMYK: 95%, 0%, 92%, 35% | HSV: 122°, 95%, 65%. Copy any format from the conversion table above.
What colors go well with #08A60D?
The complementary color is HSL(302, 91%, 34%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 91%, 34%) in CSS?
As HSL: color: hsl(122, 91%, 34%); — As HEX: color: #08A60D; — As RGB: color: rgb(8, 166, 13); — Tailwind CSS: bg-[hsl(122,91%,34%)] — CSS variable: --color-primary: hsl(122, 91%, 34%);