HSL(122, 25%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,25%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 25%, 73%) | color: hsl(122, 25%, 73%) | |
| HEX | #A9CBAA | color: #A9CBAA | |
| RGB | rgb(169, 203, 170) | color: rgb(169, 203, 170) | |
| CMYK | cmyk(17%, 0%, 16%, 20%) | — | |
| HSV | hsv(122, 17%, 80%) | — | |
| HWB | hwb(122 66% 20%) | color: hwb(122 66% 20%) | |
| OKLCH | oklch(0.8082 0.0585 145.78) | color: oklch(0.8082 0.0585 145.78) | |
| Lab | lab(78.49 -17.67 12.75) | color: lab(78.49 -17.67 12.75) | |
| LCH | lch(78.49 21.79 144.19) | color: lch(78.49 21.79 144.19) |
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)
#B8B8B2 — rgb(184, 184, 178)
Deuteranopia (Green-blind)
#B6B3B4 — rgb(182, 179, 180)
Tritanopia (Blue-blind)
#ABB8BA — rgb(171, 184, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 25%, 73%);
text
color: hsl(122, 25%, 73%);
border
border: 2px solid hsl(122, 25%, 73%);
gradient light
background: linear-gradient(to right, hsl(122, 25%, 93%), hsl(122, 25%, 73%));
gradient dark
background: linear-gradient(to right, hsl(122, 25%, 73%), hsl(122, 25%, 53%))
hex
background-color: #A9CBAA;
tailwind
bg-[hsl(122,25%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 25%, 73%, 0.4);
css variable
--color-primary: hsl(122, 25%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 25%, 73%)?
HEX: #A9CBAA | RGB: rgb(169, 203, 170) | CMYK: 17%, 0%, 16%, 20% | HSV: 122°, 17%, 80%. Copy any format from the conversion table above.
What colors go well with #A9CBAA?
The complementary color is HSL(302, 25%, 73%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 25%, 73%) in CSS?
As HSL: color: hsl(122, 25%, 73%); — As HEX: color: #A9CBAA; — As RGB: color: rgb(169, 203, 170); — Tailwind CSS: bg-[hsl(122,25%,73%)] — CSS variable: --color-primary: hsl(122, 25%, 73%);