HSL(80, 50%, 41%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,50%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 50%, 41%) | color: hsl(80, 50%, 41%) | |
| HEX | #7A9D34 | color: #7A9D34 | |
| RGB | rgb(122, 157, 52) | color: rgb(122, 157, 52) | |
| CMYK | cmyk(22%, 0%, 67%, 38%) | — | |
| HSV | hsv(80, 67%, 62%) | — | |
| HWB | hwb(80 20% 38%) | color: hwb(80 20% 38%) | |
| OKLCH | oklch(0.6485 0.1378 125.87) | color: oklch(0.6485 0.1378 125.87) | |
| Lab | lab(60.34 -28.2 49.06) | color: lab(60.34 -28.2 49.06) | |
| LCH | lch(60.34 56.59 119.89) | color: lch(60.34 56.59 119.89) |
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)
#89894D — rgb(137, 137, 77)
Deuteranopia (Green-blind)
#878554 — rgb(135, 133, 84)
Tritanopia (Blue-blind)
#7C6166 — rgb(124, 97, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 50%, 41%);
text
color: hsl(80, 50%, 41%);
border
border: 2px solid hsl(80, 50%, 41%);
gradient light
background: linear-gradient(to right, hsl(80, 50%, 61%), hsl(80, 50%, 41%));
gradient dark
background: linear-gradient(to right, hsl(80, 50%, 41%), hsl(80, 50%, 21%))
hex
background-color: #7A9D34;
tailwind
bg-[hsl(80,50%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 50%, 41%, 0.4);
css variable
--color-primary: hsl(80, 50%, 41%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 50%, 41%)?
HEX: #7A9D34 | RGB: rgb(122, 157, 52) | CMYK: 22%, 0%, 67%, 38% | HSV: 80°, 67%, 62%. Copy any format from the conversion table above.
What colors go well with #7A9D34?
The complementary color is HSL(260, 50%, 41%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 50%, 41%) in CSS?
As HSL: color: hsl(80, 50%, 41%); — As HEX: color: #7A9D34; — As RGB: color: rgb(122, 157, 52); — Tailwind CSS: bg-[hsl(80,50%,41%)] — CSS variable: --color-primary: hsl(80, 50%, 41%);