HSL(82, 19%, 54%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(82,19%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 19%, 54%) | color: hsl(82, 19%, 54%) | |
| HEX | #90A073 | color: #90A073 | |
| RGB | rgb(144, 160, 115) | color: rgb(144, 160, 115) | |
| CMYK | cmyk(10%, 0%, 28%, 37%) | — | |
| HSV | hsv(81, 28%, 63%) | — | |
| HWB | hwb(81 45% 37%) | color: hwb(81 45% 37%) | |
| OKLCH | oklch(0.6813 0.0658 124.02) | color: oklch(0.6813 0.0658 124.02) | |
| Lab | lab(63.6 -13.73 21.64) | color: lab(63.6 -13.73 21.64) | |
| LCH | lch(63.6 25.63 122.39) | color: lch(63.6 25.63 122.39) |
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)
#97977E — rgb(151, 151, 126)
Deuteranopia (Green-blind)
#969581 — rgb(150, 149, 129)
Tritanopia (Blue-blind)
#918688 — rgb(145, 134, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 19%, 54%);
text
color: hsl(82, 19%, 54%);
border
border: 2px solid hsl(82, 19%, 54%);
gradient light
background: linear-gradient(to right, hsl(82, 19%, 74%), hsl(82, 19%, 54%));
gradient dark
background: linear-gradient(to right, hsl(82, 19%, 54%), hsl(82, 19%, 34%))
hex
background-color: #90A073;
tailwind
bg-[hsl(82,19%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 19%, 54%, 0.4);
css variable
--color-primary: hsl(82, 19%, 54%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 19%, 54%)?
HEX: #90A073 | RGB: rgb(144, 160, 115) | CMYK: 10%, 0%, 28%, 37% | HSV: 81°, 28%, 63%. Copy any format from the conversion table above.
What colors go well with #90A073?
The complementary color is HSL(262, 19%, 54%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 19%, 54%) in CSS?
As HSL: color: hsl(82, 19%, 54%); — As HEX: color: #90A073; — As RGB: color: rgb(144, 160, 115); — Tailwind CSS: bg-[hsl(82,19%,54%)] — CSS variable: --color-primary: hsl(82, 19%, 54%);