HSL(91, 52%, 63%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(91,52%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(91, 52%, 63%) | color: hsl(91, 52%, 63%) | |
| HEX | #9FD270 | color: #9FD270 | |
| RGB | rgb(159, 210, 112) | color: rgb(159, 210, 112) | |
| CMYK | cmyk(24%, 0%, 47%, 18%) | — | |
| HSV | hsv(91, 47%, 82%) | — | |
| HWB | hwb(91 43% 18%) | color: hwb(91 43% 18%) | |
| OKLCH | oklch(0.806 0.1387 131.43) | color: oklch(0.806 0.1387 131.43) | |
| Lab | lab(78.83 -33.22 43.11) | color: lab(78.83 -33.22 43.11) | |
| LCH | lch(78.83 54.42 127.62) | color: lch(78.83 54.42 127.62) |
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)
#B5B688 — rgb(181, 182, 136)
Deuteranopia (Green-blind)
#B2AE8D — rgb(178, 174, 141)
Tritanopia (Blue-blind)
#A29A9F — rgb(162, 154, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(91, 52%, 63%);
text
color: hsl(91, 52%, 63%);
border
border: 2px solid hsl(91, 52%, 63%);
gradient light
background: linear-gradient(to right, hsl(91, 52%, 83%), hsl(91, 52%, 63%));
gradient dark
background: linear-gradient(to right, hsl(91, 52%, 63%), hsl(91, 52%, 43%))
hex
background-color: #9FD270;
tailwind
bg-[hsl(91,52%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(91, 52%, 63%, 0.4);
css variable
--color-primary: hsl(91, 52%, 63%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(91, 52%, 63%)?
HEX: #9FD270 | RGB: rgb(159, 210, 112) | CMYK: 24%, 0%, 47%, 18% | HSV: 91°, 47%, 82%. Copy any format from the conversion table above.
What colors go well with #9FD270?
The complementary color is HSL(271, 52%, 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, 52%, 63%) in CSS?
As HSL: color: hsl(91, 52%, 63%); — As HEX: color: #9FD270; — As RGB: color: rgb(159, 210, 112); — Tailwind CSS: bg-[hsl(91,52%,63%)] — CSS variable: --color-primary: hsl(91, 52%, 63%);