HSL(143, 67%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,67%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 67%, 80%) | color: hsl(143, 67%, 80%) | |
| HEX | #AAEEC4 | color: #AAEEC4 | |
| RGB | rgb(170, 238, 196) | color: rgb(170, 238, 196) | |
| CMYK | cmyk(29%, 0%, 18%, 7%) | — | |
| HSV | hsv(143, 29%, 93%) | — | |
| HWB | hwb(143 66% 7%) | color: hwb(143 66% 7%) | |
| OKLCH | oklch(0.8925 0.0895 156.94) | color: oklch(0.8925 0.0895 156.94) | |
| Lab | lab(88.77 -29.67 13.61) | color: lab(88.77 -29.67 13.61) | |
| LCH | lch(88.77 32.64 155.36) | color: lch(88.77 32.64 155.36) |
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)
#C7C8CE — rgb(199, 200, 206)
Deuteranopia (Green-blind)
#C4BED1 — rgb(196, 190, 209)
Tritanopia (Blue-blind)
#ADD6D8 — rgb(173, 214, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 67%, 80%);
text
color: hsl(143, 67%, 80%);
border
border: 2px solid hsl(143, 67%, 80%);
gradient light
background: linear-gradient(to right, hsl(143, 67%, 100%), hsl(143, 67%, 80%));
gradient dark
background: linear-gradient(to right, hsl(143, 67%, 80%), hsl(143, 67%, 60%))
hex
background-color: #AAEEC4;
tailwind
bg-[hsl(143,67%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 67%, 80%, 0.4);
css variable
--color-primary: hsl(143, 67%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 67%, 80%)?
HEX: #AAEEC4 | RGB: rgb(170, 238, 196) | CMYK: 29%, 0%, 18%, 7% | HSV: 143°, 29%, 93%. Copy any format from the conversion table above.
What colors go well with #AAEEC4?
The complementary color is HSL(323, 67%, 80%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 67%, 80%) in CSS?
As HSL: color: hsl(143, 67%, 80%); — As HEX: color: #AAEEC4; — As RGB: color: rgb(170, 238, 196); — Tailwind CSS: bg-[hsl(143,67%,80%)] — CSS variable: --color-primary: hsl(143, 67%, 80%);