HSL(129, 80%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(129,80%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 80%, 80%) | color: hsl(129, 80%, 80%) | |
| HEX | #A3F5AF | color: #A3F5AF | |
| RGB | rgb(163, 245, 175) | color: rgb(163, 245, 175) | |
| CMYK | cmyk(33%, 0%, 29%, 4%) | — | |
| HSV | hsv(129, 33%, 96%) | — | |
| HWB | hwb(129 64% 4%) | color: hwb(129 64% 4%) | |
| OKLCH | oklch(0.8996 0.1247 148.13) | color: oklch(0.8996 0.1247 148.13) | |
| Lab | lab(89.94 -38.76 26) | color: lab(89.94 -38.76 26) | |
| LCH | lch(89.94 46.67 146.15) | color: lch(89.94 46.67 146.15) |
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)
#C7C7C0 — rgb(199, 199, 192)
Deuteranopia (Green-blind)
#C2BCC4 — rgb(194, 188, 196)
Tritanopia (Blue-blind)
#A7CDD0 — rgb(167, 205, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 80%, 80%);
text
color: hsl(129, 80%, 80%);
border
border: 2px solid hsl(129, 80%, 80%);
gradient light
background: linear-gradient(to right, hsl(129, 80%, 100%), hsl(129, 80%, 80%));
gradient dark
background: linear-gradient(to right, hsl(129, 80%, 80%), hsl(129, 80%, 60%))
hex
background-color: #A3F5AF;
tailwind
bg-[hsl(129,80%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 80%, 80%, 0.4);
css variable
--color-primary: hsl(129, 80%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(129, 80%, 80%)?
HEX: #A3F5AF | RGB: rgb(163, 245, 175) | CMYK: 33%, 0%, 29%, 4% | HSV: 129°, 33%, 96%. Copy any format from the conversion table above.
What colors go well with #A3F5AF?
The complementary color is HSL(309, 80%, 80%). 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%, 80%) in CSS?
As HSL: color: hsl(129, 80%, 80%); — As HEX: color: #A3F5AF; — As RGB: color: rgb(163, 245, 175); — Tailwind CSS: bg-[hsl(129,80%,80%)] — CSS variable: --color-primary: hsl(129, 80%, 80%);