HSL(112, 51%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,51%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 51%, 53%) | color: hsl(112, 51%, 53%) | |
| HEX | #5AC44A | color: #5AC44A | |
| RGB | rgb(90, 196, 74) | color: rgb(90, 196, 74) | |
| CMYK | cmyk(54%, 0%, 62%, 23%) | — | |
| HSV | hsv(112, 62%, 77%) | — | |
| HWB | hwb(112 29% 23%) | color: hwb(112 29% 23%) | |
| OKLCH | oklch(0.7318 0.1885 141.14) | color: oklch(0.7318 0.1885 141.14) | |
| Lab | lab(70.97 -53.7 50.75) | color: lab(70.97 -53.7 50.75) | |
| LCH | lch(70.97 73.89 136.62) | color: lch(70.97 73.89 136.62) |
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)
#888968 — rgb(136, 137, 104)
Deuteranopia (Green-blind)
#827A6F — rgb(130, 122, 111)
Tritanopia (Blue-blind)
#5F7F84 — rgb(95, 127, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 51%, 53%);
text
color: hsl(112, 51%, 53%);
border
border: 2px solid hsl(112, 51%, 53%);
gradient light
background: linear-gradient(to right, hsl(112, 51%, 73%), hsl(112, 51%, 53%));
gradient dark
background: linear-gradient(to right, hsl(112, 51%, 53%), hsl(112, 51%, 33%))
hex
background-color: #5AC44A;
tailwind
bg-[hsl(112,51%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 51%, 53%, 0.4);
css variable
--color-primary: hsl(112, 51%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 51%, 53%)?
HEX: #5AC44A | RGB: rgb(90, 196, 74) | CMYK: 54%, 0%, 62%, 23% | HSV: 112°, 62%, 77%. Copy any format from the conversion table above.
What colors go well with #5AC44A?
The complementary color is HSL(292, 51%, 53%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 51%, 53%) in CSS?
As HSL: color: hsl(112, 51%, 53%); — As HEX: color: #5AC44A; — As RGB: color: rgb(90, 196, 74); — Tailwind CSS: bg-[hsl(112,51%,53%)] — CSS variable: --color-primary: hsl(112, 51%, 53%);