HSL(142, 91%, 83%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(142,91%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 91%, 83%) | color: hsl(142, 91%, 83%) | |
| HEX | #ACFBC9 | color: #ACFBC9 | |
| RGB | rgb(172, 251, 201) | color: rgb(172, 251, 201) | |
| CMYK | cmyk(31%, 0%, 20%, 2%) | — | |
| HSV | hsv(142, 31%, 98%) | — | |
| HWB | hwb(142 68% 2%) | color: hwb(142 68% 2%) | |
| OKLCH | oklch(0.9236 0.1036 156) | color: oklch(0.9236 0.1036 156) | |
| Lab | lab(92.57 -34.21 16.39) | color: lab(92.57 -34.21 16.39) | |
| LCH | lch(92.57 37.93 154.4) | color: lch(92.57 37.93 154.4) |
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)
#CECFD5 — rgb(206, 207, 213)
Deuteranopia (Green-blind)
#CAC4D8 — rgb(202, 196, 216)
Tritanopia (Blue-blind)
#B0DFE1 — rgb(176, 223, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 91%, 83%);
text
color: hsl(142, 91%, 83%);
border
border: 2px solid hsl(142, 91%, 83%);
gradient light
background: linear-gradient(to right, hsl(142, 91%, 100%), hsl(142, 91%, 83%));
gradient dark
background: linear-gradient(to right, hsl(142, 91%, 83%), hsl(142, 91%, 63%))
hex
background-color: #ACFBC9;
tailwind
bg-[hsl(142,91%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 91%, 83%, 0.4);
css variable
--color-primary: hsl(142, 91%, 83%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(142, 91%, 83%)?
HEX: #ACFBC9 | RGB: rgb(172, 251, 201) | CMYK: 31%, 0%, 20%, 2% | HSV: 142°, 31%, 98%. Copy any format from the conversion table above.
What colors go well with #ACFBC9?
The complementary color is HSL(322, 91%, 83%). 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, 91%, 83%) in CSS?
As HSL: color: hsl(142, 91%, 83%); — As HEX: color: #ACFBC9; — As RGB: color: rgb(172, 251, 201); — Tailwind CSS: bg-[hsl(142,91%,83%)] — CSS variable: --color-primary: hsl(142, 91%, 83%);