HSL(67, 16%, 56%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(67,16%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 16%, 56%) | color: hsl(67, 16%, 56%) | |
| HEX | #9DA17D | color: #9DA17D | |
| RGB | rgb(157, 161, 125) | color: rgb(157, 161, 125) | |
| CMYK | cmyk(2%, 0%, 22%, 37%) | — | |
| HSV | hsv(67, 22%, 63%) | — | |
| HWB | hwb(67 49% 37%) | color: hwb(67 49% 37%) | |
| OKLCH | oklch(0.6962 0.0506 112.87) | color: oklch(0.6962 0.0506 112.87) | |
| Lab | lab(65.07 -7.7 18.32) | color: lab(65.07 -7.7 18.32) | |
| LCH | lch(65.07 19.87 112.8) | color: lch(65.07 19.87 112.8) |
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)
#9F9F86 — rgb(159, 159, 134)
Deuteranopia (Green-blind)
#9F9E88 — rgb(159, 158, 136)
Tritanopia (Blue-blind)
#9D8D8E — rgb(157, 141, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 16%, 56%);
text
color: hsl(67, 16%, 56%);
border
border: 2px solid hsl(67, 16%, 56%);
gradient light
background: linear-gradient(to right, hsl(67, 16%, 76%), hsl(67, 16%, 56%));
gradient dark
background: linear-gradient(to right, hsl(67, 16%, 56%), hsl(67, 16%, 36%))
hex
background-color: #9DA17D;
tailwind
bg-[hsl(67,16%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 16%, 56%, 0.4);
css variable
--color-primary: hsl(67, 16%, 56%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 16%, 56%)?
HEX: #9DA17D | RGB: rgb(157, 161, 125) | CMYK: 2%, 0%, 22%, 37% | HSV: 67°, 22%, 63%. Copy any format from the conversion table above.
What colors go well with #9DA17D?
The complementary color is HSL(247, 16%, 56%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 16%, 56%) in CSS?
As HSL: color: hsl(67, 16%, 56%); — As HEX: color: #9DA17D; — As RGB: color: rgb(157, 161, 125); — Tailwind CSS: bg-[hsl(67,16%,56%)] — CSS variable: --color-primary: hsl(67, 16%, 56%);