HSL(116, 19%, 71%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(116,19%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 19%, 71%) | color: hsl(116, 19%, 71%) | |
| HEX | #A9C3A7 | color: #A9C3A7 | |
| RGB | rgb(169, 195, 167) | color: rgb(169, 195, 167) | |
| CMYK | cmyk(13%, 0%, 14%, 24%) | — | |
| HSV | hsv(116, 14%, 76%) | — | |
| HWB | hwb(116 65% 24%) | color: hwb(116 65% 24%) | |
| OKLCH | oklch(0.7899 0.0482 143.18) | color: oklch(0.7899 0.0482 143.18) | |
| Lab | lab(76.23 -14.13 11.15) | color: lab(76.23 -14.13 11.15) | |
| LCH | lch(76.23 18 141.72) | color: lch(76.23 18 141.72) |
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)
#B4B4AE — rgb(180, 180, 174)
Deuteranopia (Green-blind)
#B3B1AF — rgb(179, 177, 175)
Tritanopia (Blue-blind)
#AAB3B4 — rgb(170, 179, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 19%, 71%);
text
color: hsl(116, 19%, 71%);
border
border: 2px solid hsl(116, 19%, 71%);
gradient light
background: linear-gradient(to right, hsl(116, 19%, 91%), hsl(116, 19%, 71%));
gradient dark
background: linear-gradient(to right, hsl(116, 19%, 71%), hsl(116, 19%, 51%))
hex
background-color: #A9C3A7;
tailwind
bg-[hsl(116,19%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 19%, 71%, 0.4);
css variable
--color-primary: hsl(116, 19%, 71%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 19%, 71%)?
HEX: #A9C3A7 | RGB: rgb(169, 195, 167) | CMYK: 13%, 0%, 14%, 24% | HSV: 116°, 14%, 76%. Copy any format from the conversion table above.
What colors go well with #A9C3A7?
The complementary color is HSL(296, 19%, 71%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 19%, 71%) in CSS?
As HSL: color: hsl(116, 19%, 71%); — As HEX: color: #A9C3A7; — As RGB: color: rgb(169, 195, 167); — Tailwind CSS: bg-[hsl(116,19%,71%)] — CSS variable: --color-primary: hsl(116, 19%, 71%);