HSL(66, 54%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,54%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 54%, 43%) | color: hsl(66, 54%, 43%) | |
| HEX | #9DA932 | color: #9DA932 | |
| RGB | rgb(157, 169, 50) | color: rgb(157, 169, 50) | |
| CMYK | cmyk(7%, 0%, 70%, 34%) | — | |
| HSV | hsv(66, 70%, 66%) | — | |
| HWB | hwb(66 20% 34%) | color: hwb(66 20% 34%) | |
| OKLCH | oklch(0.7032 0.14 115.06) | color: oklch(0.7032 0.14 115.06) | |
| Lab | lab(66.35 -19.62 56.8) | color: lab(66.35 -19.62 56.8) | |
| LCH | lch(66.35 60.09 109.06) | color: lch(66.35 60.09 109.06) |
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)
#A2A24F — rgb(162, 162, 79)
Deuteranopia (Green-blind)
#A2A156 — rgb(162, 161, 86)
Tritanopia (Blue-blind)
#9E666B — rgb(158, 102, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 54%, 43%);
text
color: hsl(66, 54%, 43%);
border
border: 2px solid hsl(66, 54%, 43%);
gradient light
background: linear-gradient(to right, hsl(66, 54%, 63%), hsl(66, 54%, 43%));
gradient dark
background: linear-gradient(to right, hsl(66, 54%, 43%), hsl(66, 54%, 23%))
hex
background-color: #9DA932;
tailwind
bg-[hsl(66,54%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 54%, 43%, 0.4);
css variable
--color-primary: hsl(66, 54%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 54%, 43%)?
HEX: #9DA932 | RGB: rgb(157, 169, 50) | CMYK: 7%, 0%, 70%, 34% | HSV: 66°, 70%, 66%. Copy any format from the conversion table above.
What colors go well with #9DA932?
The complementary color is HSL(246, 54%, 43%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 54%, 43%) in CSS?
As HSL: color: hsl(66, 54%, 43%); — As HEX: color: #9DA932; — As RGB: color: rgb(157, 169, 50); — Tailwind CSS: bg-[hsl(66,54%,43%)] — CSS variable: --color-primary: hsl(66, 54%, 43%);