HSL(116, 77%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,77%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 77%, 80%) | color: hsl(116, 77%, 80%) | |
| HEX | #AAF3A5 | color: #AAF3A5 | |
| RGB | rgb(170, 243, 165) | color: rgb(170, 243, 165) | |
| CMYK | cmyk(30%, 0%, 32%, 5%) | — | |
| HSV | hsv(116, 32%, 95%) | — | |
| HWB | hwb(116 65% 5%) | color: hwb(116 65% 5%) | |
| OKLCH | oklch(0.8969 0.1275 142.92) | color: oklch(0.8969 0.1275 142.92) | |
| Lab | lab(89.56 -37.3 30.62) | color: lab(89.56 -37.3 30.62) | |
| LCH | lch(89.56 48.26 140.62) | color: lch(89.56 48.26 140.62) |
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)
#CACAB8 — rgb(202, 202, 184)
Deuteranopia (Green-blind)
#C5C0BC — rgb(197, 192, 188)
Tritanopia (Blue-blind)
#AEC7CA — rgb(174, 199, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 77%, 80%);
text
color: hsl(116, 77%, 80%);
border
border: 2px solid hsl(116, 77%, 80%);
gradient light
background: linear-gradient(to right, hsl(116, 77%, 100%), hsl(116, 77%, 80%));
gradient dark
background: linear-gradient(to right, hsl(116, 77%, 80%), hsl(116, 77%, 60%))
hex
background-color: #AAF3A5;
tailwind
bg-[hsl(116,77%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 77%, 80%, 0.4);
css variable
--color-primary: hsl(116, 77%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 77%, 80%)?
HEX: #AAF3A5 | RGB: rgb(170, 243, 165) | CMYK: 30%, 0%, 32%, 5% | HSV: 116°, 32%, 95%. Copy any format from the conversion table above.
What colors go well with #AAF3A5?
The complementary color is HSL(296, 77%, 80%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 77%, 80%) in CSS?
As HSL: color: hsl(116, 77%, 80%); — As HEX: color: #AAF3A5; — As RGB: color: rgb(170, 243, 165); — Tailwind CSS: bg-[hsl(116,77%,80%)] — CSS variable: --color-primary: hsl(116, 77%, 80%);