HSL(97, 66%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,66%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 66%, 39%) | color: hsl(97, 66%, 39%) | |
| HEX | #54A522 | color: #54A522 | |
| RGB | rgb(84, 165, 34) | color: rgb(84, 165, 34) | |
| CMYK | cmyk(49%, 0%, 79%, 35%) | — | |
| HSV | hsv(97, 79%, 65%) | — | |
| HWB | hwb(97 14% 35%) | color: hwb(97 14% 35%) | |
| OKLCH | oklch(0.6457 0.1789 136.59) | color: oklch(0.6457 0.1789 136.59) | |
| Lab | lab(60.7 -46.71 55.4) | color: lab(60.7 -46.71 55.4) | |
| LCH | lch(60.7 72.46 130.14) | color: lch(60.7 72.46 130.14) |
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)
#777842 — rgb(119, 120, 66)
Deuteranopia (Green-blind)
#726C49 — rgb(114, 108, 73)
Tritanopia (Blue-blind)
#585B60 — rgb(88, 91, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 66%, 39%);
text
color: hsl(97, 66%, 39%);
border
border: 2px solid hsl(97, 66%, 39%);
gradient light
background: linear-gradient(to right, hsl(97, 66%, 59%), hsl(97, 66%, 39%));
gradient dark
background: linear-gradient(to right, hsl(97, 66%, 39%), hsl(97, 66%, 19%))
hex
background-color: #54A522;
tailwind
bg-[hsl(97,66%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 66%, 39%, 0.4);
css variable
--color-primary: hsl(97, 66%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 66%, 39%)?
HEX: #54A522 | RGB: rgb(84, 165, 34) | CMYK: 49%, 0%, 79%, 35% | HSV: 97°, 79%, 65%. Copy any format from the conversion table above.
What colors go well with #54A522?
The complementary color is HSL(277, 66%, 39%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 66%, 39%) in CSS?
As HSL: color: hsl(97, 66%, 39%); — As HEX: color: #54A522; — As RGB: color: rgb(84, 165, 34); — Tailwind CSS: bg-[hsl(97,66%,39%)] — CSS variable: --color-primary: hsl(97, 66%, 39%);