HSL(124, 50%, 77%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,50%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 50%, 77%) | color: hsl(124, 50%, 77%) | |
| HEX | #A7E2AB | color: #A7E2AB | |
| RGB | rgb(167, 226, 171) | color: rgb(167, 226, 171) | |
| CMYK | cmyk(26%, 0%, 24%, 11%) | — | |
| HSV | hsv(124, 26%, 89%) | — | |
| HWB | hwb(124 66% 11%) | color: hwb(124 66% 11%) | |
| OKLCH | oklch(0.8582 0.0966 146.38) | color: oklch(0.8582 0.0966 146.38) | |
| Lab | lab(84.76 -29.41 20.98) | color: lab(84.76 -29.41 20.98) | |
| LCH | lch(84.76 36.13 144.5) | color: lch(84.76 36.13 144.5) |
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)
#C1C1B8 — rgb(193, 193, 184)
Deuteranopia (Green-blind)
#BDB9BC — rgb(189, 185, 188)
Tritanopia (Blue-blind)
#AAC3C5 — rgb(170, 195, 197)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 50%, 77%);
text
color: hsl(124, 50%, 77%);
border
border: 2px solid hsl(124, 50%, 77%);
gradient light
background: linear-gradient(to right, hsl(124, 50%, 97%), hsl(124, 50%, 77%));
gradient dark
background: linear-gradient(to right, hsl(124, 50%, 77%), hsl(124, 50%, 57%))
hex
background-color: #A7E2AB;
tailwind
bg-[hsl(124,50%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 50%, 77%, 0.4);
css variable
--color-primary: hsl(124, 50%, 77%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 50%, 77%)?
HEX: #A7E2AB | RGB: rgb(167, 226, 171) | CMYK: 26%, 0%, 24%, 11% | HSV: 124°, 26%, 89%. Copy any format from the conversion table above.
What colors go well with #A7E2AB?
The complementary color is HSL(304, 50%, 77%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 50%, 77%) in CSS?
As HSL: color: hsl(124, 50%, 77%); — As HEX: color: #A7E2AB; — As RGB: color: rgb(167, 226, 171); — Tailwind CSS: bg-[hsl(124,50%,77%)] — CSS variable: --color-primary: hsl(124, 50%, 77%);