HSL(117, 66%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,66%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 66%, 80%) | color: hsl(117, 66%, 80%) | |
| HEX | #AEEEAA | color: #AEEEAA | |
| RGB | rgb(174, 238, 170) | color: rgb(174, 238, 170) | |
| CMYK | cmyk(27%, 0%, 29%, 7%) | — | |
| HSV | hsv(116, 29%, 93%) | — | |
| HWB | hwb(116 66% 7%) | color: hwb(116 66% 7%) | |
| OKLCH | oklch(0.889 0.1123 143.14) | color: oklch(0.889 0.1123 143.14) | |
| Lab | lab(88.47 -32.93 26.64) | color: lab(88.47 -32.93 26.64) | |
| LCH | lch(88.47 42.36 141.03) | color: lch(88.47 42.36 141.03) |
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)
#CACABA — rgb(202, 202, 186)
Deuteranopia (Green-blind)
#C6C1BE — rgb(198, 193, 190)
Tritanopia (Blue-blind)
#B1C7CA — rgb(177, 199, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 66%, 80%);
text
color: hsl(117, 66%, 80%);
border
border: 2px solid hsl(117, 66%, 80%);
gradient light
background: linear-gradient(to right, hsl(117, 66%, 100%), hsl(117, 66%, 80%));
gradient dark
background: linear-gradient(to right, hsl(117, 66%, 80%), hsl(117, 66%, 60%))
hex
background-color: #AEEEAA;
tailwind
bg-[hsl(117,66%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 66%, 80%, 0.4);
css variable
--color-primary: hsl(117, 66%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 66%, 80%)?
HEX: #AEEEAA | RGB: rgb(174, 238, 170) | CMYK: 27%, 0%, 29%, 7% | HSV: 116°, 29%, 93%. Copy any format from the conversion table above.
What colors go well with #AEEEAA?
The complementary color is HSL(297, 66%, 80%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 66%, 80%) in CSS?
As HSL: color: hsl(117, 66%, 80%); — As HEX: color: #AEEEAA; — As RGB: color: rgb(174, 238, 170); — Tailwind CSS: bg-[hsl(117,66%,80%)] — CSS variable: --color-primary: hsl(117, 66%, 80%);