HSL(67, 96%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,96%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 96%, 37%) | color: hsl(67, 96%, 37%) | |
| HEX | #A4B904 | color: #A4B904 | |
| RGB | rgb(164, 185, 4) | color: rgb(164, 185, 4) | |
| CMYK | cmyk(11%, 0%, 98%, 27%) | — | |
| HSV | hsv(67, 98%, 73%) | — | |
| HWB | hwb(67 1% 27%) | color: hwb(67 1% 27%) | |
| OKLCH | oklch(0.7436 0.1718 117.64) | color: oklch(0.7436 0.1718 117.64) | |
| Lab | lab(71.28 -25.93 71.86) | color: lab(71.28 -25.93 71.86) | |
| LCH | lch(71.28 76.4 109.84) | color: lch(71.28 76.4 109.84) |
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)
#ADAD30 — rgb(173, 173, 48)
Deuteranopia (Green-blind)
#ACAA3A — rgb(172, 170, 58)
Tritanopia (Blue-blind)
#A5525A — rgb(165, 82, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 96%, 37%);
text
color: hsl(67, 96%, 37%);
border
border: 2px solid hsl(67, 96%, 37%);
gradient light
background: linear-gradient(to right, hsl(67, 96%, 57%), hsl(67, 96%, 37%));
gradient dark
background: linear-gradient(to right, hsl(67, 96%, 37%), hsl(67, 96%, 17%))
hex
background-color: #A4B904;
tailwind
bg-[hsl(67,96%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 96%, 37%, 0.4);
css variable
--color-primary: hsl(67, 96%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 96%, 37%)?
HEX: #A4B904 | RGB: rgb(164, 185, 4) | CMYK: 11%, 0%, 98%, 27% | HSV: 67°, 98%, 73%. Copy any format from the conversion table above.
What colors go well with #A4B904?
The complementary color is HSL(247, 96%, 37%). 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, 96%, 37%) in CSS?
As HSL: color: hsl(67, 96%, 37%); — As HEX: color: #A4B904; — As RGB: color: rgb(164, 185, 4); — Tailwind CSS: bg-[hsl(67,96%,37%)] — CSS variable: --color-primary: hsl(67, 96%, 37%);