HSL(80, 40%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,40%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 40%, 44%) | color: hsl(80, 40%, 44%) | |
| HEX | #7F9D43 | color: #7F9D43 | |
| RGB | rgb(127, 157, 67) | color: rgb(127, 157, 67) | |
| CMYK | cmyk(19%, 0%, 57%, 38%) | — | |
| HSV | hsv(80, 57%, 62%) | — | |
| HWB | hwb(80 27% 38%) | color: hwb(80 27% 38%) | |
| OKLCH | oklch(0.6536 0.1227 125.09) | color: oklch(0.6536 0.1227 125.09) | |
| Lab | lab(60.81 -24.91 42.91) | color: lab(60.81 -24.91 42.91) | |
| LCH | lch(60.81 49.62 120.14) | color: lch(60.81 49.62 120.14) |
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)
#8C8C59 — rgb(140, 140, 89)
Deuteranopia (Green-blind)
#8A885E — rgb(138, 136, 94)
Tritanopia (Blue-blind)
#816A6E — rgb(129, 106, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 40%, 44%);
text
color: hsl(80, 40%, 44%);
border
border: 2px solid hsl(80, 40%, 44%);
gradient light
background: linear-gradient(to right, hsl(80, 40%, 64%), hsl(80, 40%, 44%));
gradient dark
background: linear-gradient(to right, hsl(80, 40%, 44%), hsl(80, 40%, 24%))
hex
background-color: #7F9D43;
tailwind
bg-[hsl(80,40%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 40%, 44%, 0.4);
css variable
--color-primary: hsl(80, 40%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 40%, 44%)?
HEX: #7F9D43 | RGB: rgb(127, 157, 67) | CMYK: 19%, 0%, 57%, 38% | HSV: 80°, 57%, 62%. Copy any format from the conversion table above.
What colors go well with #7F9D43?
The complementary color is HSL(260, 40%, 44%). 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, 40%, 44%) in CSS?
As HSL: color: hsl(80, 40%, 44%); — As HEX: color: #7F9D43; — As RGB: color: rgb(127, 157, 67); — Tailwind CSS: bg-[hsl(80,40%,44%)] — CSS variable: --color-primary: hsl(80, 40%, 44%);