HSL(86, 82%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,82%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 82%, 62%) | color: hsl(86, 82%, 62%) | |
| HEX | #A9EE4F | color: #A9EE4F | |
| RGB | rgb(169, 238, 79) | color: rgb(169, 238, 79) | |
| CMYK | cmyk(29%, 0%, 67%, 7%) | — | |
| HSV | hsv(86, 67%, 93%) | — | |
| HWB | hwb(86 31% 7%) | color: hwb(86 31% 7%) | |
| OKLCH | oklch(0.8732 0.199 129.95) | color: oklch(0.8732 0.199 129.95) | |
| Lab | lab(87.07 -45.13 67.16) | color: lab(87.07 -45.13 67.16) | |
| LCH | lch(87.07 80.91 123.9) | color: lch(87.07 80.91 123.9) |
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)
#C7C775 — rgb(199, 199, 117)
Deuteranopia (Green-blind)
#C3BE7F — rgb(195, 190, 127)
Tritanopia (Blue-blind)
#AC949B — rgb(172, 148, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 82%, 62%);
text
color: hsl(86, 82%, 62%);
border
border: 2px solid hsl(86, 82%, 62%);
gradient light
background: linear-gradient(to right, hsl(86, 82%, 82%), hsl(86, 82%, 62%));
gradient dark
background: linear-gradient(to right, hsl(86, 82%, 62%), hsl(86, 82%, 42%))
hex
background-color: #A9EE4F;
tailwind
bg-[hsl(86,82%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 82%, 62%, 0.4);
css variable
--color-primary: hsl(86, 82%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 82%, 62%)?
HEX: #A9EE4F | RGB: rgb(169, 238, 79) | CMYK: 29%, 0%, 67%, 7% | HSV: 86°, 67%, 93%. Copy any format from the conversion table above.
What colors go well with #A9EE4F?
The complementary color is HSL(266, 82%, 62%). For a triadic harmony, use hues 86°, 206°, and 326°. For analogous combinations, try hues 56° and 116°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(86, 82%, 62%) in CSS?
As HSL: color: hsl(86, 82%, 62%); — As HEX: color: #A9EE4F; — As RGB: color: rgb(169, 238, 79); — Tailwind CSS: bg-[hsl(86,82%,62%)] — CSS variable: --color-primary: hsl(86, 82%, 62%);