HSL(100, 25%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(100,25%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(100, 25%, 64%) | color: hsl(100, 25%, 64%) | |
| HEX | #9CBA8C | color: #9CBA8C | |
| RGB | rgb(156, 186, 140) | color: rgb(156, 186, 140) | |
| CMYK | cmyk(16%, 0%, 25%, 27%) | — | |
| HSV | hsv(99, 25%, 73%) | — | |
| HWB | hwb(99 55% 27%) | color: hwb(99 55% 27%) | |
| OKLCH | oklch(0.7543 0.0719 134.87) | color: oklch(0.7543 0.0719 134.87) | |
| Lab | lab(72.28 -18.75 20.05) | color: lab(72.28 -18.75 20.05) | |
| LCH | lch(72.28 27.45 133.08) | color: lch(72.28 27.45 133.08) |
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)
#A9A997 — rgb(169, 169, 151)
Deuteranopia (Green-blind)
#A7A59A — rgb(167, 165, 154)
Tritanopia (Blue-blind)
#9EA0A2 — rgb(158, 160, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(100, 25%, 64%);
text
color: hsl(100, 25%, 64%);
border
border: 2px solid hsl(100, 25%, 64%);
gradient light
background: linear-gradient(to right, hsl(100, 25%, 84%), hsl(100, 25%, 64%));
gradient dark
background: linear-gradient(to right, hsl(100, 25%, 64%), hsl(100, 25%, 44%))
hex
background-color: #9CBA8C;
tailwind
bg-[hsl(100,25%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(100, 25%, 64%, 0.4);
css variable
--color-primary: hsl(100, 25%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(100, 25%, 64%)?
HEX: #9CBA8C | RGB: rgb(156, 186, 140) | CMYK: 16%, 0%, 25%, 27% | HSV: 99°, 25%, 73%. Copy any format from the conversion table above.
What colors go well with #9CBA8C?
The complementary color is HSL(280, 25%, 64%). For a triadic harmony, use hues 100°, 220°, and 340°. For analogous combinations, try hues 70° and 130°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(100, 25%, 64%) in CSS?
As HSL: color: hsl(100, 25%, 64%); — As HEX: color: #9CBA8C; — As RGB: color: rgb(156, 186, 140); — Tailwind CSS: bg-[hsl(100,25%,64%)] — CSS variable: --color-primary: hsl(100, 25%, 64%);