HSL(131, 59%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,59%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 59%, 77%) | color: hsl(131, 59%, 77%) | |
| HEX | #A2E7AE | color: #A2E7AE | |
| RGB | rgb(162, 231, 174) | color: rgb(162, 231, 174) | |
| CMYK | cmyk(30%, 0%, 25%, 9%) | — | |
| HSV | hsv(130, 30%, 91%) | — | |
| HWB | hwb(130 64% 9%) | color: hwb(130 64% 9%) | |
| OKLCH | oklch(0.8672 0.1047 149.22) | color: oklch(0.8672 0.1047 149.22) | |
| Lab | lab(85.95 -32.84 21.02) | color: lab(85.95 -32.84 21.02) | |
| LCH | lch(85.95 38.99 147.38) | color: lch(85.95 38.99 147.38) |
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)
#C0C0BC — rgb(192, 192, 188)
Deuteranopia (Green-blind)
#BCB7BF — rgb(188, 183, 191)
Tritanopia (Blue-blind)
#A5C7C9 — rgb(165, 199, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 59%, 77%);
text
color: hsl(131, 59%, 77%);
border
border: 2px solid hsl(131, 59%, 77%);
gradient light
background: linear-gradient(to right, hsl(131, 59%, 97%), hsl(131, 59%, 77%));
gradient dark
background: linear-gradient(to right, hsl(131, 59%, 77%), hsl(131, 59%, 57%))
hex
background-color: #A2E7AE;
tailwind
bg-[hsl(131,59%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 59%, 77%, 0.4);
css variable
--color-primary: hsl(131, 59%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 59%, 77%)?
HEX: #A2E7AE | RGB: rgb(162, 231, 174) | CMYK: 30%, 0%, 25%, 9% | HSV: 130°, 30%, 91%. Copy any format from the conversion table above.
What colors go well with #A2E7AE?
The complementary color is HSL(311, 59%, 77%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 59%, 77%) in CSS?
As HSL: color: hsl(131, 59%, 77%); — As HEX: color: #A2E7AE; — As RGB: color: rgb(162, 231, 174); — Tailwind CSS: bg-[hsl(131,59%,77%)] — CSS variable: --color-primary: hsl(131, 59%, 77%);