HSL(112, 30%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,30%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 30%, 57%) | color: hsl(112, 30%, 57%) | |
| HEX | #79B270 | color: #79B270 | |
| RGB | rgb(121, 178, 112) | color: rgb(121, 178, 112) | |
| CMYK | cmyk(32%, 0%, 37%, 30%) | — | |
| HSV | hsv(112, 37%, 70%) | — | |
| HWB | hwb(112 44% 30%) | color: hwb(112 44% 30%) | |
| OKLCH | oklch(0.7074 0.1108 141.1) | color: oklch(0.7074 0.1108 141.1) | |
| Lab | lab(67.33 -31.61 27.99) | color: lab(67.33 -31.61 27.99) | |
| LCH | lch(67.33 42.22 138.48) | color: lch(67.33 42.22 138.48) |
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)
#929280 — rgb(146, 146, 128)
Deuteranopia (Green-blind)
#8E8A84 — rgb(142, 138, 132)
Tritanopia (Blue-blind)
#7C8D8F — rgb(124, 141, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 30%, 57%);
text
color: hsl(112, 30%, 57%);
border
border: 2px solid hsl(112, 30%, 57%);
gradient light
background: linear-gradient(to right, hsl(112, 30%, 77%), hsl(112, 30%, 57%));
gradient dark
background: linear-gradient(to right, hsl(112, 30%, 57%), hsl(112, 30%, 37%))
hex
background-color: #79B270;
tailwind
bg-[hsl(112,30%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 30%, 57%, 0.4);
css variable
--color-primary: hsl(112, 30%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 30%, 57%)?
HEX: #79B270 | RGB: rgb(121, 178, 112) | CMYK: 32%, 0%, 37%, 30% | HSV: 112°, 37%, 70%. Copy any format from the conversion table above.
What colors go well with #79B270?
The complementary color is HSL(292, 30%, 57%). 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, 30%, 57%) in CSS?
As HSL: color: hsl(112, 30%, 57%); — As HEX: color: #79B270; — As RGB: color: rgb(121, 178, 112); — Tailwind CSS: bg-[hsl(112,30%,57%)] — CSS variable: --color-primary: hsl(112, 30%, 57%);