HSL(67, 60%, 45%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,60%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 60%, 45%) | color: hsl(67, 60%, 45%) | |
| HEX | #A8B82E | color: #A8B82E | |
| RGB | rgb(168, 184, 46) | color: rgb(168, 184, 46) | |
| CMYK | cmyk(9%, 0%, 75%, 28%) | — | |
| HSV | hsv(67, 75%, 72%) | — | |
| HWB | hwb(67 18% 28%) | color: hwb(67 18% 28%) | |
| OKLCH | oklch(0.7459 0.1556 116.17) | color: oklch(0.7459 0.1556 116.17) | |
| Lab | lab(71.42 -22.64 63.39) | color: lab(71.42 -22.64 63.39) | |
| LCH | lch(71.42 67.31 109.65) | color: lch(71.42 67.31 109.65) |
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)
#AFAF4F — rgb(175, 175, 79)
Deuteranopia (Green-blind)
#AEAD57 — rgb(174, 173, 87)
Tritanopia (Blue-blind)
#A96A70 — rgb(169, 106, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 60%, 45%);
text
color: hsl(67, 60%, 45%);
border
border: 2px solid hsl(67, 60%, 45%);
gradient light
background: linear-gradient(to right, hsl(67, 60%, 65%), hsl(67, 60%, 45%));
gradient dark
background: linear-gradient(to right, hsl(67, 60%, 45%), hsl(67, 60%, 25%))
hex
background-color: #A8B82E;
tailwind
bg-[hsl(67,60%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 60%, 45%, 0.4);
css variable
--color-primary: hsl(67, 60%, 45%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 60%, 45%)?
HEX: #A8B82E | RGB: rgb(168, 184, 46) | CMYK: 9%, 0%, 75%, 28% | HSV: 67°, 75%, 72%. Copy any format from the conversion table above.
What colors go well with #A8B82E?
The complementary color is HSL(247, 60%, 45%). 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, 60%, 45%) in CSS?
As HSL: color: hsl(67, 60%, 45%); — As HEX: color: #A8B82E; — As RGB: color: rgb(168, 184, 46); — Tailwind CSS: bg-[hsl(67,60%,45%)] — CSS variable: --color-primary: hsl(67, 60%, 45%);