HSL(87, 45%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,45%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 45%, 57%) | color: hsl(87, 45%, 57%) | |
| HEX | #96C360 | color: #96C360 | |
| RGB | rgb(150, 195, 96) | color: rgb(150, 195, 96) | |
| CMYK | cmyk(23%, 0%, 51%, 24%) | — | |
| HSV | hsv(87, 51%, 76%) | — | |
| HWB | hwb(87 37% 24%) | color: hwb(87 37% 24%) | |
| OKLCH | oklch(0.7631 0.1375 129.36) | color: oklch(0.7631 0.1375 129.36) | |
| Lab | lab(73.78 -31.33 44.6) | color: lab(73.78 -31.33 44.6) | |
| LCH | lch(73.78 54.5 125.09) | color: lch(73.78 54.5 125.09) |
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)
#A9AA78 — rgb(169, 170, 120)
Deuteranopia (Green-blind)
#A7A47E — rgb(167, 164, 126)
Tritanopia (Blue-blind)
#988B8F — rgb(152, 139, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 45%, 57%);
text
color: hsl(87, 45%, 57%);
border
border: 2px solid hsl(87, 45%, 57%);
gradient light
background: linear-gradient(to right, hsl(87, 45%, 77%), hsl(87, 45%, 57%));
gradient dark
background: linear-gradient(to right, hsl(87, 45%, 57%), hsl(87, 45%, 37%))
hex
background-color: #96C360;
tailwind
bg-[hsl(87,45%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 45%, 57%, 0.4);
css variable
--color-primary: hsl(87, 45%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 45%, 57%)?
HEX: #96C360 | RGB: rgb(150, 195, 96) | CMYK: 23%, 0%, 51%, 24% | HSV: 87°, 51%, 76%. Copy any format from the conversion table above.
What colors go well with #96C360?
The complementary color is HSL(267, 45%, 57%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 45%, 57%) in CSS?
As HSL: color: hsl(87, 45%, 57%); — As HEX: color: #96C360; — As RGB: color: rgb(150, 195, 96); — Tailwind CSS: bg-[hsl(87,45%,57%)] — CSS variable: --color-primary: hsl(87, 45%, 57%);