HSL(91, 39%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,39%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 39%, 61%) | color: hsl(91, 39%, 61%) | |
| HEX | #9AC275 | color: #9AC275 | |
| RGB | rgb(154, 194, 117) | color: rgb(154, 194, 117) | |
| CMYK | cmyk(21%, 0%, 40%, 24%) | — | |
| HSV | hsv(91, 40%, 76%) | — | |
| HWB | hwb(91 46% 24%) | color: hwb(91 46% 24%) | |
| OKLCH | oklch(0.7667 0.1122 130.99) | color: oklch(0.7667 0.1122 130.99) | |
| Lab | lab(74.02 -26.84 34.46) | color: lab(74.02 -26.84 34.46) | |
| LCH | lch(74.02 43.68 127.91) | color: lch(74.02 43.68 127.91) |
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)
#ABAC88 — rgb(171, 172, 136)
Deuteranopia (Green-blind)
#A9A68C — rgb(169, 166, 140)
Tritanopia (Blue-blind)
#9C969A — rgb(156, 150, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 39%, 61%);
text
color: hsl(91, 39%, 61%);
border
border: 2px solid hsl(91, 39%, 61%);
gradient light
background: linear-gradient(to right, hsl(91, 39%, 81%), hsl(91, 39%, 61%));
gradient dark
background: linear-gradient(to right, hsl(91, 39%, 61%), hsl(91, 39%, 41%))
hex
background-color: #9AC275;
tailwind
bg-[hsl(91,39%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 39%, 61%, 0.4);
css variable
--color-primary: hsl(91, 39%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 39%, 61%)?
HEX: #9AC275 | RGB: rgb(154, 194, 117) | CMYK: 21%, 0%, 40%, 24% | HSV: 91°, 40%, 76%. Copy any format from the conversion table above.
What colors go well with #9AC275?
The complementary color is HSL(271, 39%, 61%). 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, 39%, 61%) in CSS?
As HSL: color: hsl(91, 39%, 61%); — As HEX: color: #9AC275; — As RGB: color: rgb(154, 194, 117); — Tailwind CSS: bg-[hsl(91,39%,61%)] — CSS variable: --color-primary: hsl(91, 39%, 61%);