HSL(73, 20%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,20%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 20%, 59%) | color: hsl(73, 20%, 59%) | |
| HEX | #A2AB82 | color: #A2AB82 | |
| RGB | rgb(162, 171, 130) | color: rgb(162, 171, 130) | |
| CMYK | cmyk(5%, 0%, 24%, 33%) | — | |
| HSV | hsv(73, 24%, 67%) | — | |
| HWB | hwb(73 51% 33%) | color: hwb(73 51% 33%) | |
| OKLCH | oklch(0.7233 0.0577 117.92) | color: oklch(0.7233 0.0577 117.92) | |
| Lab | lab(68.33 -10.32 20.11) | color: lab(68.33 -10.32 20.11) | |
| LCH | lch(68.33 22.6 117.17) | color: lch(68.33 22.6 117.17) |
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)
#A6A68C — rgb(166, 166, 140)
Deuteranopia (Green-blind)
#A5A58E — rgb(165, 165, 142)
Tritanopia (Blue-blind)
#A29495 — rgb(162, 148, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 20%, 59%);
text
color: hsl(73, 20%, 59%);
border
border: 2px solid hsl(73, 20%, 59%);
gradient light
background: linear-gradient(to right, hsl(73, 20%, 79%), hsl(73, 20%, 59%));
gradient dark
background: linear-gradient(to right, hsl(73, 20%, 59%), hsl(73, 20%, 39%))
hex
background-color: #A2AB82;
tailwind
bg-[hsl(73,20%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 20%, 59%, 0.4);
css variable
--color-primary: hsl(73, 20%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 20%, 59%)?
HEX: #A2AB82 | RGB: rgb(162, 171, 130) | CMYK: 5%, 0%, 24%, 33% | HSV: 73°, 24%, 67%. Copy any format from the conversion table above.
What colors go well with #A2AB82?
The complementary color is HSL(253, 20%, 59%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 20%, 59%) in CSS?
As HSL: color: hsl(73, 20%, 59%); — As HEX: color: #A2AB82; — As RGB: color: rgb(162, 171, 130); — Tailwind CSS: bg-[hsl(73,20%,59%)] — CSS variable: --color-primary: hsl(73, 20%, 59%);