HSL(80, 70%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,70%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 70%, 55%) | color: hsl(80, 70%, 55%) | |
| HEX | #A7DD3C | color: #A7DD3C | |
| RGB | rgb(167, 221, 60) | color: rgb(167, 221, 60) | |
| CMYK | cmyk(24%, 0%, 73%, 13%) | — | |
| HSV | hsv(80, 73%, 87%) | — | |
| HWB | hwb(80 23% 13%) | color: hwb(80 23% 13%) | |
| OKLCH | oklch(0.8312 0.1912 126.66) | color: oklch(0.8312 0.1912 126.66) | |
| Lab | lab(81.98 -39.64 68.8) | color: lab(81.98 -39.64 68.8) | |
| LCH | lch(81.98 79.4 119.95) | color: lch(81.98 79.4 119.95) |
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)
#BEBF63 — rgb(190, 191, 99)
Deuteranopia (Green-blind)
#BBB76C — rgb(187, 183, 108)
Tritanopia (Blue-blind)
#AA8288 — rgb(170, 130, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 70%, 55%);
text
color: hsl(80, 70%, 55%);
border
border: 2px solid hsl(80, 70%, 55%);
gradient light
background: linear-gradient(to right, hsl(80, 70%, 75%), hsl(80, 70%, 55%));
gradient dark
background: linear-gradient(to right, hsl(80, 70%, 55%), hsl(80, 70%, 35%))
hex
background-color: #A7DD3C;
tailwind
bg-[hsl(80,70%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 70%, 55%, 0.4);
css variable
--color-primary: hsl(80, 70%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 70%, 55%)?
HEX: #A7DD3C | RGB: rgb(167, 221, 60) | CMYK: 24%, 0%, 73%, 13% | HSV: 80°, 73%, 87%. Copy any format from the conversion table above.
What colors go well with #A7DD3C?
The complementary color is HSL(260, 70%, 55%). 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, 70%, 55%) in CSS?
As HSL: color: hsl(80, 70%, 55%); — As HEX: color: #A7DD3C; — As RGB: color: rgb(167, 221, 60); — Tailwind CSS: bg-[hsl(80,70%,55%)] — CSS variable: --color-primary: hsl(80, 70%, 55%);