HSL(107, 15%, 62%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(107,15%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 15%, 62%) | color: hsl(107, 15%, 62%) | |
| HEX | #96AD90 | color: #96AD90 | |
| RGB | rgb(150, 173, 144) | color: rgb(150, 173, 144) | |
| CMYK | cmyk(13%, 0%, 17%, 32%) | — | |
| HSV | hsv(108, 17%, 68%) | — | |
| HWB | hwb(108 56% 32%) | color: hwb(108 56% 32%) | |
| OKLCH | oklch(0.7218 0.0485 139.22) | color: oklch(0.7218 0.0485 139.22) | |
| Lab | lab(68.3 -13.54 12.28) | color: lab(68.3 -13.54 12.28) | |
| LCH | lch(68.3 18.28 137.79) | color: lch(68.3 18.28 137.79) |
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)
#A0A097 — rgb(160, 160, 151)
Deuteranopia (Green-blind)
#9F9D99 — rgb(159, 157, 153)
Tritanopia (Blue-blind)
#979D9E — rgb(151, 157, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 15%, 62%);
text
color: hsl(107, 15%, 62%);
border
border: 2px solid hsl(107, 15%, 62%);
gradient light
background: linear-gradient(to right, hsl(107, 15%, 82%), hsl(107, 15%, 62%));
gradient dark
background: linear-gradient(to right, hsl(107, 15%, 62%), hsl(107, 15%, 42%))
hex
background-color: #96AD90;
tailwind
bg-[hsl(107,15%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 15%, 62%, 0.4);
css variable
--color-primary: hsl(107, 15%, 62%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 15%, 62%)?
HEX: #96AD90 | RGB: rgb(150, 173, 144) | CMYK: 13%, 0%, 17%, 32% | HSV: 108°, 17%, 68%. Copy any format from the conversion table above.
What colors go well with #96AD90?
The complementary color is HSL(287, 15%, 62%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 15%, 62%) in CSS?
As HSL: color: hsl(107, 15%, 62%); — As HEX: color: #96AD90; — As RGB: color: rgb(150, 173, 144); — Tailwind CSS: bg-[hsl(107,15%,62%)] — CSS variable: --color-primary: hsl(107, 15%, 62%);