HSL(91, 25%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,25%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 25%, 57%) | color: hsl(91, 25%, 57%) | |
| HEX | #90AD76 | color: #90AD76 | |
| RGB | rgb(144, 173, 118) | color: rgb(144, 173, 118) | |
| CMYK | cmyk(17%, 0%, 32%, 32%) | — | |
| HSV | hsv(92, 32%, 68%) | — | |
| HWB | hwb(92 46% 32%) | color: hwb(92 46% 32%) | |
| OKLCH | oklch(0.7116 0.083 130.85) | color: oklch(0.7116 0.083 130.85) | |
| Lab | lab(67.37 -20 25.09) | color: lab(67.37 -20 25.09) | |
| LCH | lch(67.37 32.09 128.56) | color: lch(67.37 32.09 128.56) |
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)
#9D9D83 — rgb(157, 157, 131)
Deuteranopia (Green-blind)
#9B9987 — rgb(155, 153, 135)
Tritanopia (Blue-blind)
#918E90 — rgb(145, 142, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 25%, 57%);
text
color: hsl(91, 25%, 57%);
border
border: 2px solid hsl(91, 25%, 57%);
gradient light
background: linear-gradient(to right, hsl(91, 25%, 77%), hsl(91, 25%, 57%));
gradient dark
background: linear-gradient(to right, hsl(91, 25%, 57%), hsl(91, 25%, 37%))
hex
background-color: #90AD76;
tailwind
bg-[hsl(91,25%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 25%, 57%, 0.4);
css variable
--color-primary: hsl(91, 25%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 25%, 57%)?
HEX: #90AD76 | RGB: rgb(144, 173, 118) | CMYK: 17%, 0%, 32%, 32% | HSV: 92°, 32%, 68%. Copy any format from the conversion table above.
What colors go well with #90AD76?
The complementary color is HSL(271, 25%, 57%). 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, 25%, 57%) in CSS?
As HSL: color: hsl(91, 25%, 57%); — As HEX: color: #90AD76; — As RGB: color: rgb(144, 173, 118); — Tailwind CSS: bg-[hsl(91,25%,57%)] — CSS variable: --color-primary: hsl(91, 25%, 57%);