HSL(80, 63%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,63%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 63%, 44%) | color: hsl(80, 63%, 44%) | |
| HEX | #88B72A | color: #88B72A | |
| RGB | rgb(136, 183, 42) | color: rgb(136, 183, 42) | |
| CMYK | cmyk(26%, 0%, 77%, 28%) | — | |
| HSV | hsv(80, 77%, 72%) | — | |
| HWB | hwb(80 17% 28%) | color: hwb(80 17% 28%) | |
| OKLCH | oklch(0.7203 0.1702 126.9) | color: oklch(0.7203 0.1702 126.9) | |
| Lab | lab(68.94 -35.42 61.59) | color: lab(68.94 -35.42 61.59) | |
| LCH | lch(68.94 71.05 119.9) | color: lch(68.94 71.05 119.9) |
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)
#9C9D4C — rgb(156, 157, 76)
Deuteranopia (Green-blind)
#9A9654 — rgb(154, 150, 84)
Tritanopia (Blue-blind)
#8A676D — rgb(138, 103, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 63%, 44%);
text
color: hsl(80, 63%, 44%);
border
border: 2px solid hsl(80, 63%, 44%);
gradient light
background: linear-gradient(to right, hsl(80, 63%, 64%), hsl(80, 63%, 44%));
gradient dark
background: linear-gradient(to right, hsl(80, 63%, 44%), hsl(80, 63%, 24%))
hex
background-color: #88B72A;
tailwind
bg-[hsl(80,63%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 63%, 44%, 0.4);
css variable
--color-primary: hsl(80, 63%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 63%, 44%)?
HEX: #88B72A | RGB: rgb(136, 183, 42) | CMYK: 26%, 0%, 77%, 28% | HSV: 80°, 77%, 72%. Copy any format from the conversion table above.
What colors go well with #88B72A?
The complementary color is HSL(260, 63%, 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, 63%, 44%) in CSS?
As HSL: color: hsl(80, 63%, 44%); — As HEX: color: #88B72A; — As RGB: color: rgb(136, 183, 42); — Tailwind CSS: bg-[hsl(80,63%,44%)] — CSS variable: --color-primary: hsl(80, 63%, 44%);