HSL(91, 20%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,20%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 20%, 63%) | color: hsl(91, 20%, 63%) | |
| HEX | #A0B48E | color: #A0B48E | |
| RGB | rgb(160, 180, 142) | color: rgb(160, 180, 142) | |
| CMYK | cmyk(11%, 0%, 21%, 29%) | — | |
| HSV | hsv(92, 21%, 71%) | — | |
| HWB | hwb(92 56% 29%) | color: hwb(92 56% 29%) | |
| OKLCH | oklch(0.7443 0.0575 130.34) | color: oklch(0.7443 0.0575 130.34) | |
| Lab | lab(70.92 -13.89 17.13) | color: lab(70.92 -13.89 17.13) | |
| LCH | lch(70.92 22.05 129.04) | color: lch(70.92 22.05 129.04) |
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)
#A9A997 — rgb(169, 169, 151)
Deuteranopia (Green-blind)
#A8A699 — rgb(168, 166, 153)
Tritanopia (Blue-blind)
#A19EA0 — rgb(161, 158, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 20%, 63%);
text
color: hsl(91, 20%, 63%);
border
border: 2px solid hsl(91, 20%, 63%);
gradient light
background: linear-gradient(to right, hsl(91, 20%, 83%), hsl(91, 20%, 63%));
gradient dark
background: linear-gradient(to right, hsl(91, 20%, 63%), hsl(91, 20%, 43%))
hex
background-color: #A0B48E;
tailwind
bg-[hsl(91,20%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 20%, 63%, 0.4);
css variable
--color-primary: hsl(91, 20%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 20%, 63%)?
HEX: #A0B48E | RGB: rgb(160, 180, 142) | CMYK: 11%, 0%, 21%, 29% | HSV: 92°, 21%, 71%. Copy any format from the conversion table above.
What colors go well with #A0B48E?
The complementary color is HSL(271, 20%, 63%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(91, 20%, 63%) in CSS?
As HSL: color: hsl(91, 20%, 63%); — As HEX: color: #A0B48E; — As RGB: color: rgb(160, 180, 142); — Tailwind CSS: bg-[hsl(91,20%,63%)] — CSS variable: --color-primary: hsl(91, 20%, 63%);