HSL(129, 80%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,80%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 80%, 82%) | color: hsl(129, 80%, 82%) | |
| HEX | #ACF6B7 | color: #ACF6B7 | |
| RGB | rgb(172, 246, 183) | color: rgb(172, 246, 183) | |
| CMYK | cmyk(30%, 0%, 26%, 4%) | — | |
| HSV | hsv(129, 30%, 96%) | — | |
| HWB | hwb(129 67% 4%) | color: hwb(129 67% 4%) | |
| OKLCH | oklch(0.9084 0.1128 148.43) | color: oklch(0.9084 0.1128 148.43) | |
| Lab | lab(90.82 -35.11 23.2) | color: lab(90.82 -35.11 23.2) | |
| LCH | lch(90.82 42.08 146.54) | color: lch(90.82 42.08 146.54) |
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)
#CCCDC6 — rgb(204, 205, 198)
Deuteranopia (Green-blind)
#C8C2CA — rgb(200, 194, 202)
Tritanopia (Blue-blind)
#B0D2D5 — rgb(176, 210, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 80%, 82%);
text
color: hsl(129, 80%, 82%);
border
border: 2px solid hsl(129, 80%, 82%);
gradient light
background: linear-gradient(to right, hsl(129, 80%, 100%), hsl(129, 80%, 82%));
gradient dark
background: linear-gradient(to right, hsl(129, 80%, 82%), hsl(129, 80%, 62%))
hex
background-color: #ACF6B7;
tailwind
bg-[hsl(129,80%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 80%, 82%, 0.4);
css variable
--color-primary: hsl(129, 80%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 80%, 82%)?
HEX: #ACF6B7 | RGB: rgb(172, 246, 183) | CMYK: 30%, 0%, 26%, 4% | HSV: 129°, 30%, 96%. Copy any format from the conversion table above.
What colors go well with #ACF6B7?
The complementary color is HSL(309, 80%, 82%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 80%, 82%) in CSS?
As HSL: color: hsl(129, 80%, 82%); — As HEX: color: #ACF6B7; — As RGB: color: rgb(172, 246, 183); — Tailwind CSS: bg-[hsl(129,80%,82%)] — CSS variable: --color-primary: hsl(129, 80%, 82%);