HSL(101, 77%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(101,77%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(101, 77%, 71%) | color: hsl(101, 77%, 71%) | |
| HEX | #A0EE7C | color: #A0EE7C | |
| RGB | rgb(160, 238, 124) | color: rgb(160, 238, 124) | |
| CMYK | cmyk(33%, 0%, 48%, 7%) | — | |
| HSV | hsv(101, 48%, 93%) | — | |
| HWB | hwb(101 48% 7%) | color: hwb(101 48% 7%) | |
| OKLCH | oklch(0.8731 0.1665 136.58) | color: oklch(0.8731 0.1665 136.58) | |
| Lab | lab(87.03 -43.99 47.47) | color: lab(87.03 -43.99 47.47) | |
| LCH | lch(87.03 64.72 132.82) | color: lch(87.03 64.72 132.82) |
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)
#C2C298 — rgb(194, 194, 152)
Deuteranopia (Green-blind)
#BDB79E — rgb(189, 183, 158)
Tritanopia (Blue-blind)
#A4ADB2 — rgb(164, 173, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(101, 77%, 71%);
text
color: hsl(101, 77%, 71%);
border
border: 2px solid hsl(101, 77%, 71%);
gradient light
background: linear-gradient(to right, hsl(101, 77%, 91%), hsl(101, 77%, 71%));
gradient dark
background: linear-gradient(to right, hsl(101, 77%, 71%), hsl(101, 77%, 51%))
hex
background-color: #A0EE7C;
tailwind
bg-[hsl(101,77%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(101, 77%, 71%, 0.4);
css variable
--color-primary: hsl(101, 77%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(101, 77%, 71%)?
HEX: #A0EE7C | RGB: rgb(160, 238, 124) | CMYK: 33%, 0%, 48%, 7% | HSV: 101°, 48%, 93%. Copy any format from the conversion table above.
What colors go well with #A0EE7C?
The complementary color is HSL(281, 77%, 71%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(101, 77%, 71%) in CSS?
As HSL: color: hsl(101, 77%, 71%); — As HEX: color: #A0EE7C; — As RGB: color: rgb(160, 238, 124); — Tailwind CSS: bg-[hsl(101,77%,71%)] — CSS variable: --color-primary: hsl(101, 77%, 71%);