HSL(67, 35%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,35%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 35%, 54%) | color: hsl(67, 35%, 54%) | |
| HEX | #A9B361 | color: #A9B361 | |
| RGB | rgb(169, 179, 97) | color: rgb(169, 179, 97) | |
| CMYK | cmyk(6%, 0%, 46%, 30%) | — | |
| HSV | hsv(67, 46%, 70%) | — | |
| HWB | hwb(67 38% 30%) | color: hwb(67 38% 30%) | |
| OKLCH | oklch(0.7406 0.107 114.76) | color: oklch(0.7406 0.107 114.76) | |
| Lab | lab(70.55 -15.92 40.49) | color: lab(70.55 -15.92 40.49) | |
| LCH | lch(70.55 43.51 111.46) | color: lch(70.55 43.51 111.46) |
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)
#ADAD75 — rgb(173, 173, 117)
Deuteranopia (Green-blind)
#ADAC7A — rgb(173, 172, 122)
Tritanopia (Blue-blind)
#AA8588 — rgb(170, 133, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 35%, 54%);
text
color: hsl(67, 35%, 54%);
border
border: 2px solid hsl(67, 35%, 54%);
gradient light
background: linear-gradient(to right, hsl(67, 35%, 74%), hsl(67, 35%, 54%));
gradient dark
background: linear-gradient(to right, hsl(67, 35%, 54%), hsl(67, 35%, 34%))
hex
background-color: #A9B361;
tailwind
bg-[hsl(67,35%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 35%, 54%, 0.4);
css variable
--color-primary: hsl(67, 35%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 35%, 54%)?
HEX: #A9B361 | RGB: rgb(169, 179, 97) | CMYK: 6%, 0%, 46%, 30% | HSV: 67°, 46%, 70%. Copy any format from the conversion table above.
What colors go well with #A9B361?
The complementary color is HSL(247, 35%, 54%). 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, 35%, 54%) in CSS?
As HSL: color: hsl(67, 35%, 54%); — As HEX: color: #A9B361; — As RGB: color: rgb(169, 179, 97); — Tailwind CSS: bg-[hsl(67,35%,54%)] — CSS variable: --color-primary: hsl(67, 35%, 54%);