HSL(67, 54%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,54%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 54%, 44%) | color: hsl(67, 54%, 44%) | |
| HEX | #9FAD34 | color: #9FAD34 | |
| RGB | rgb(159, 173, 52) | color: rgb(159, 173, 52) | |
| CMYK | cmyk(8%, 0%, 70%, 32%) | — | |
| HSV | hsv(67, 70%, 68%) | — | |
| HWB | hwb(67 20% 32%) | color: hwb(67 20% 32%) | |
| OKLCH | oklch(0.7141 0.1425 115.84) | color: oklch(0.7141 0.1425 115.84) | |
| Lab | lab(67.66 -20.67 57.39) | color: lab(67.66 -20.67 57.39) | |
| LCH | lch(67.66 61 109.81) | color: lch(67.66 61 109.81) |
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)
#A5A551 — rgb(165, 165, 81)
Deuteranopia (Green-blind)
#A4A358 — rgb(164, 163, 88)
Tritanopia (Blue-blind)
#A0686D — rgb(160, 104, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 54%, 44%);
text
color: hsl(67, 54%, 44%);
border
border: 2px solid hsl(67, 54%, 44%);
gradient light
background: linear-gradient(to right, hsl(67, 54%, 64%), hsl(67, 54%, 44%));
gradient dark
background: linear-gradient(to right, hsl(67, 54%, 44%), hsl(67, 54%, 24%))
hex
background-color: #9FAD34;
tailwind
bg-[hsl(67,54%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 54%, 44%, 0.4);
css variable
--color-primary: hsl(67, 54%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 54%, 44%)?
HEX: #9FAD34 | RGB: rgb(159, 173, 52) | CMYK: 8%, 0%, 70%, 32% | HSV: 67°, 70%, 68%. Copy any format from the conversion table above.
What colors go well with #9FAD34?
The complementary color is HSL(247, 54%, 44%). 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, 54%, 44%) in CSS?
As HSL: color: hsl(67, 54%, 44%); — As HEX: color: #9FAD34; — As RGB: color: rgb(159, 173, 52); — Tailwind CSS: bg-[hsl(67,54%,44%)] — CSS variable: --color-primary: hsl(67, 54%, 44%);