HSL(112, 48%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,48%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 48%, 68%) | color: hsl(112, 48%, 68%) | |
| HEX | #91D586 | color: #91D586 | |
| RGB | rgb(145, 213, 134) | color: rgb(145, 213, 134) | |
| CMYK | cmyk(32%, 0%, 37%, 16%) | — | |
| HSV | hsv(112, 37%, 84%) | — | |
| HWB | hwb(112 53% 16%) | color: hwb(112 53% 16%) | |
| OKLCH | oklch(0.8082 0.1281 141.03) | color: oklch(0.8082 0.1281 141.03) | |
| Lab | lab(79.23 -36.49 32.43) | color: lab(79.23 -36.49 32.43) | |
| LCH | lch(79.23 48.82 138.37) | color: lch(79.23 48.82 138.37) |
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)
#AEAF99 — rgb(174, 175, 153)
Deuteranopia (Green-blind)
#ABA59E — rgb(171, 165, 158)
Tritanopia (Blue-blind)
#94A8AC — rgb(148, 168, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 48%, 68%);
text
color: hsl(112, 48%, 68%);
border
border: 2px solid hsl(112, 48%, 68%);
gradient light
background: linear-gradient(to right, hsl(112, 48%, 88%), hsl(112, 48%, 68%));
gradient dark
background: linear-gradient(to right, hsl(112, 48%, 68%), hsl(112, 48%, 48%))
hex
background-color: #91D586;
tailwind
bg-[hsl(112,48%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 48%, 68%, 0.4);
css variable
--color-primary: hsl(112, 48%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 48%, 68%)?
HEX: #91D586 | RGB: rgb(145, 213, 134) | CMYK: 32%, 0%, 37%, 16% | HSV: 112°, 37%, 84%. Copy any format from the conversion table above.
What colors go well with #91D586?
The complementary color is HSL(292, 48%, 68%). 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, 48%, 68%) in CSS?
As HSL: color: hsl(112, 48%, 68%); — As HEX: color: #91D586; — As RGB: color: rgb(145, 213, 134); — Tailwind CSS: bg-[hsl(112,48%,68%)] — CSS variable: --color-primary: hsl(112, 48%, 68%);