HSL(80, 69%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,69%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 69%, 58%) | color: hsl(80, 69%, 58%) | |
| HEX | #ADDE4A | color: #ADDE4A | |
| RGB | rgb(173, 222, 74) | color: rgb(173, 222, 74) | |
| CMYK | cmyk(22%, 0%, 67%, 13%) | — | |
| HSV | hsv(80, 67%, 87%) | — | |
| HWB | hwb(80 29% 13%) | color: hwb(80 29% 13%) | |
| OKLCH | oklch(0.8384 0.1808 125.9) | color: oklch(0.8384 0.1808 125.9) | |
| Lab | lab(82.71 -36.97 64.6) | color: lab(82.71 -36.97 64.6) | |
| LCH | lch(82.71 74.43 119.78) | color: lch(82.71 74.43 119.78) |
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)
#C2C36E — rgb(194, 195, 110)
Deuteranopia (Green-blind)
#BFBC76 — rgb(191, 188, 118)
Tritanopia (Blue-blind)
#AF8A90 — rgb(175, 138, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 69%, 58%);
text
color: hsl(80, 69%, 58%);
border
border: 2px solid hsl(80, 69%, 58%);
gradient light
background: linear-gradient(to right, hsl(80, 69%, 78%), hsl(80, 69%, 58%));
gradient dark
background: linear-gradient(to right, hsl(80, 69%, 58%), hsl(80, 69%, 38%))
hex
background-color: #ADDE4A;
tailwind
bg-[hsl(80,69%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 69%, 58%, 0.4);
css variable
--color-primary: hsl(80, 69%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 69%, 58%)?
HEX: #ADDE4A | RGB: rgb(173, 222, 74) | CMYK: 22%, 0%, 67%, 13% | HSV: 80°, 67%, 87%. Copy any format from the conversion table above.
What colors go well with #ADDE4A?
The complementary color is HSL(260, 69%, 58%). 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, 69%, 58%) in CSS?
As HSL: color: hsl(80, 69%, 58%); — As HEX: color: #ADDE4A; — As RGB: color: rgb(173, 222, 74); — Tailwind CSS: bg-[hsl(80,69%,58%)] — CSS variable: --color-primary: hsl(80, 69%, 58%);