HSL(86, 31%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(86,31%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(86, 31%, 65%) | color: hsl(86, 31%, 65%) | |
| HEX | #A9C18A | color: #A9C18A | |
| RGB | rgb(169, 193, 138) | color: rgb(169, 193, 138) | |
| CMYK | cmyk(12%, 0%, 28%, 24%) | — | |
| HSV | hsv(86, 28%, 76%) | — | |
| HWB | hwb(86 55% 24%) | color: hwb(86 55% 24%) | |
| OKLCH | oklch(0.7789 0.0794 127.3) | color: oklch(0.7789 0.0794 127.3) | |
| Lab | lab(75.08 -17.84 25.08) | color: lab(75.08 -17.84 25.08) | |
| LCH | lch(75.08 30.78 125.43) | color: lch(75.08 30.78 125.43) |
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)
#B3B497 — rgb(179, 180, 151)
Deuteranopia (Green-blind)
#B2B09B — rgb(178, 176, 155)
Tritanopia (Blue-blind)
#AAA2A4 — rgb(170, 162, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(86, 31%, 65%);
text
color: hsl(86, 31%, 65%);
border
border: 2px solid hsl(86, 31%, 65%);
gradient light
background: linear-gradient(to right, hsl(86, 31%, 85%), hsl(86, 31%, 65%));
gradient dark
background: linear-gradient(to right, hsl(86, 31%, 65%), hsl(86, 31%, 45%))
hex
background-color: #A9C18A;
tailwind
bg-[hsl(86,31%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(86, 31%, 65%, 0.4);
css variable
--color-primary: hsl(86, 31%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(86, 31%, 65%)?
HEX: #A9C18A | RGB: rgb(169, 193, 138) | CMYK: 12%, 0%, 28%, 24% | HSV: 86°, 28%, 76%. Copy any format from the conversion table above.
What colors go well with #A9C18A?
The complementary color is HSL(266, 31%, 65%). 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, 31%, 65%) in CSS?
As HSL: color: hsl(86, 31%, 65%); — As HEX: color: #A9C18A; — As RGB: color: rgb(169, 193, 138); — Tailwind CSS: bg-[hsl(86,31%,65%)] — CSS variable: --color-primary: hsl(86, 31%, 65%);