HSL(136, 62%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,62%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 62%, 80%) | color: hsl(136, 62%, 80%) | |
| HEX | #ACECBD | color: #ACECBD | |
| RGB | rgb(172, 236, 189) | color: rgb(172, 236, 189) | |
| CMYK | cmyk(27%, 0%, 20%, 7%) | — | |
| HSV | hsv(136, 27%, 93%) | — | |
| HWB | hwb(136 68% 7%) | color: hwb(136 68% 7%) | |
| OKLCH | oklch(0.8875 0.0914 152.5) | color: oklch(0.8875 0.0914 152.5) | |
| Lab | lab(88.18 -29.39 16.42) | color: lab(88.18 -29.39 16.42) | |
| LCH | lch(88.18 33.67 150.81) | color: lch(88.18 33.67 150.81) |
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)
#C8C8C8 — rgb(200, 200, 200)
Deuteranopia (Green-blind)
#C4BFCB — rgb(196, 191, 203)
Tritanopia (Blue-blind)
#AFD1D3 — rgb(175, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 62%, 80%);
text
color: hsl(136, 62%, 80%);
border
border: 2px solid hsl(136, 62%, 80%);
gradient light
background: linear-gradient(to right, hsl(136, 62%, 100%), hsl(136, 62%, 80%));
gradient dark
background: linear-gradient(to right, hsl(136, 62%, 80%), hsl(136, 62%, 60%))
hex
background-color: #ACECBD;
tailwind
bg-[hsl(136,62%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 62%, 80%, 0.4);
css variable
--color-primary: hsl(136, 62%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 62%, 80%)?
HEX: #ACECBD | RGB: rgb(172, 236, 189) | CMYK: 27%, 0%, 20%, 7% | HSV: 136°, 27%, 93%. Copy any format from the conversion table above.
What colors go well with #ACECBD?
The complementary color is HSL(316, 62%, 80%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 62%, 80%) in CSS?
As HSL: color: hsl(136, 62%, 80%); — As HEX: color: #ACECBD; — As RGB: color: rgb(172, 236, 189); — Tailwind CSS: bg-[hsl(136,62%,80%)] — CSS variable: --color-primary: hsl(136, 62%, 80%);