HSL(84, 55%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,55%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 55%, 43%) | color: hsl(84, 55%, 43%) | |
| HEX | #7AAA31 | color: #7AAA31 | |
| RGB | rgb(122, 170, 49) | color: rgb(122, 170, 49) | |
| CMYK | cmyk(28%, 0%, 71%, 33%) | — | |
| HSV | hsv(84, 71%, 67%) | — | |
| HWB | hwb(84 19% 33%) | color: hwb(84 19% 33%) | |
| OKLCH | oklch(0.6801 0.1569 128.83) | color: oklch(0.6801 0.1569 128.83) | |
| Lab | lab(64.25 -34.52 54.29) | color: lab(64.25 -34.52 54.29) | |
| LCH | lch(64.25 64.34 122.45) | color: lch(64.25 64.34 122.45) |
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)
#8F8F4E — rgb(143, 143, 78)
Deuteranopia (Green-blind)
#8C8855 — rgb(140, 136, 85)
Tritanopia (Blue-blind)
#7C656A — rgb(124, 101, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 55%, 43%);
text
color: hsl(84, 55%, 43%);
border
border: 2px solid hsl(84, 55%, 43%);
gradient light
background: linear-gradient(to right, hsl(84, 55%, 63%), hsl(84, 55%, 43%));
gradient dark
background: linear-gradient(to right, hsl(84, 55%, 43%), hsl(84, 55%, 23%))
hex
background-color: #7AAA31;
tailwind
bg-[hsl(84,55%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 55%, 43%, 0.4);
css variable
--color-primary: hsl(84, 55%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 55%, 43%)?
HEX: #7AAA31 | RGB: rgb(122, 170, 49) | CMYK: 28%, 0%, 71%, 33% | HSV: 84°, 71%, 67%. Copy any format from the conversion table above.
What colors go well with #7AAA31?
The complementary color is HSL(264, 55%, 43%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 55%, 43%) in CSS?
As HSL: color: hsl(84, 55%, 43%); — As HEX: color: #7AAA31; — As RGB: color: rgb(122, 170, 49); — Tailwind CSS: bg-[hsl(84,55%,43%)] — CSS variable: --color-primary: hsl(84, 55%, 43%);