HSL(142, 63%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,63%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 63%, 80%) | color: hsl(142, 63%, 80%) | |
| HEX | #ACECC3 | color: #ACECC3 | |
| RGB | rgb(172, 236, 195) | color: rgb(172, 236, 195) | |
| CMYK | cmyk(27%, 0%, 17%, 7%) | — | |
| HSV | hsv(142, 27%, 93%) | — | |
| HWB | hwb(142 68% 7%) | color: hwb(142 68% 7%) | |
| OKLCH | oklch(0.889 0.0858 156.12) | color: oklch(0.889 0.0858 156.12) | |
| Lab | lab(88.3 -28.3 13.48) | color: lab(88.3 -28.3 13.48) | |
| LCH | lch(88.3 31.35 154.53) | color: lch(88.3 31.35 154.53) |
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)
#C8C8CD — rgb(200, 200, 205)
Deuteranopia (Green-blind)
#C4BFCF — rgb(196, 191, 207)
Tritanopia (Blue-blind)
#AFD5D6 — rgb(175, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 63%, 80%);
text
color: hsl(142, 63%, 80%);
border
border: 2px solid hsl(142, 63%, 80%);
gradient light
background: linear-gradient(to right, hsl(142, 63%, 100%), hsl(142, 63%, 80%));
gradient dark
background: linear-gradient(to right, hsl(142, 63%, 80%), hsl(142, 63%, 60%))
hex
background-color: #ACECC3;
tailwind
bg-[hsl(142,63%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 63%, 80%, 0.4);
css variable
--color-primary: hsl(142, 63%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 63%, 80%)?
HEX: #ACECC3 | RGB: rgb(172, 236, 195) | CMYK: 27%, 0%, 17%, 7% | HSV: 142°, 27%, 93%. Copy any format from the conversion table above.
What colors go well with #ACECC3?
The complementary color is HSL(322, 63%, 80%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 63%, 80%) in CSS?
As HSL: color: hsl(142, 63%, 80%); — As HEX: color: #ACECC3; — As RGB: color: rgb(172, 236, 195); — Tailwind CSS: bg-[hsl(142,63%,80%)] — CSS variable: --color-primary: hsl(142, 63%, 80%);