HSL(73, 24%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,24%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 24%, 57%) | color: hsl(73, 24%, 57%) | |
| HEX | #A0AC77 | color: #A0AC77 | |
| RGB | rgb(160, 172, 119) | color: rgb(160, 172, 119) | |
| CMYK | cmyk(7%, 0%, 31%, 33%) | — | |
| HSV | hsv(74, 31%, 67%) | — | |
| HWB | hwb(74 46% 33%) | color: hwb(74 46% 33%) | |
| OKLCH | oklch(0.7216 0.0738 118.66) | color: oklch(0.7216 0.0738 118.66) | |
| Lab | lab(68.25 -13.22 25.93) | color: lab(68.25 -13.22 25.93) | |
| LCH | lch(68.25 29.11 117.01) | color: lch(68.25 29.11 117.01) |
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)
#A5A584 — rgb(165, 165, 132)
Deuteranopia (Green-blind)
#A5A487 — rgb(165, 164, 135)
Tritanopia (Blue-blind)
#A18E90 — rgb(161, 142, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 24%, 57%);
text
color: hsl(73, 24%, 57%);
border
border: 2px solid hsl(73, 24%, 57%);
gradient light
background: linear-gradient(to right, hsl(73, 24%, 77%), hsl(73, 24%, 57%));
gradient dark
background: linear-gradient(to right, hsl(73, 24%, 57%), hsl(73, 24%, 37%))
hex
background-color: #A0AC77;
tailwind
bg-[hsl(73,24%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 24%, 57%, 0.4);
css variable
--color-primary: hsl(73, 24%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 24%, 57%)?
HEX: #A0AC77 | RGB: rgb(160, 172, 119) | CMYK: 7%, 0%, 31%, 33% | HSV: 74°, 31%, 67%. Copy any format from the conversion table above.
What colors go well with #A0AC77?
The complementary color is HSL(253, 24%, 57%). 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, 24%, 57%) in CSS?
As HSL: color: hsl(73, 24%, 57%); — As HEX: color: #A0AC77; — As RGB: color: rgb(160, 172, 119); — Tailwind CSS: bg-[hsl(73,24%,57%)] — CSS variable: --color-primary: hsl(73, 24%, 57%);