HSL(120, 13%, 70%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(120,13%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(120, 13%, 70%) | color: hsl(120, 13%, 70%) | |
| HEX | #A9BCA9 | color: #A9BCA9 | |
| RGB | rgb(169, 188, 169) | color: rgb(169, 188, 169) | |
| CMYK | cmyk(10%, 0%, 10%, 26%) | — | |
| HSV | hsv(120, 10%, 74%) | — | |
| HWB | hwb(120 67% 26%) | color: hwb(120 67% 26%) | |
| OKLCH | oklch(0.7752 0.0338 145.24) | color: oklch(0.7752 0.0338 145.24) | |
| Lab | lab(74.36 -10.14 7.41) | color: lab(74.36 -10.14 7.41) | |
| LCH | lch(74.36 12.56 143.84) | color: lch(74.36 12.56 143.84) |
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)
#B1B1AE — rgb(177, 177, 174)
Deuteranopia (Green-blind)
#B0AFAF — rgb(176, 175, 175)
Tritanopia (Blue-blind)
#AAB1B2 — rgb(170, 177, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(120, 13%, 70%);
text
color: hsl(120, 13%, 70%);
border
border: 2px solid hsl(120, 13%, 70%);
gradient light
background: linear-gradient(to right, hsl(120, 13%, 90%), hsl(120, 13%, 70%));
gradient dark
background: linear-gradient(to right, hsl(120, 13%, 70%), hsl(120, 13%, 50%))
hex
background-color: #A9BCA9;
tailwind
bg-[hsl(120,13%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(120, 13%, 70%, 0.4);
css variable
--color-primary: hsl(120, 13%, 70%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(120, 13%, 70%)?
HEX: #A9BCA9 | RGB: rgb(169, 188, 169) | CMYK: 10%, 0%, 10%, 26% | HSV: 120°, 10%, 74%. Copy any format from the conversion table above.
What colors go well with #A9BCA9?
The complementary color is HSL(300, 13%, 70%). For a triadic harmony, use hues 120°, 240°, and 0°. For analogous combinations, try hues 90° and 150°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(120, 13%, 70%) in CSS?
As HSL: color: hsl(120, 13%, 70%); — As HEX: color: #A9BCA9; — As RGB: color: rgb(169, 188, 169); — Tailwind CSS: bg-[hsl(120,13%,70%)] — CSS variable: --color-primary: hsl(120, 13%, 70%);