HSL(112, 82%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,82%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 82%, 74%) | color: hsl(112, 82%, 74%) | |
| HEX | #95F386 | color: #95F386 | |
| RGB | rgb(149, 243, 134) | color: rgb(149, 243, 134) | |
| CMYK | cmyk(39%, 0%, 45%, 5%) | — | |
| HSV | hsv(112, 45%, 95%) | — | |
| HWB | hwb(112 52% 5%) | color: hwb(112 52% 5%) | |
| OKLCH | oklch(0.8805 0.1699 141.02) | color: oklch(0.8805 0.1699 141.02) | |
| Lab | lab(88.07 -48.35 43.85) | color: lab(88.07 -48.35 43.85) | |
| LCH | lch(88.07 65.27 137.79) | color: lch(88.07 65.27 137.79) |
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)
#BEBFA0 — rgb(190, 191, 160)
Deuteranopia (Green-blind)
#B8B1A7 — rgb(184, 177, 167)
Tritanopia (Blue-blind)
#9AB5BA — rgb(154, 181, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 82%, 74%);
text
color: hsl(112, 82%, 74%);
border
border: 2px solid hsl(112, 82%, 74%);
gradient light
background: linear-gradient(to right, hsl(112, 82%, 94%), hsl(112, 82%, 74%));
gradient dark
background: linear-gradient(to right, hsl(112, 82%, 74%), hsl(112, 82%, 54%))
hex
background-color: #95F386;
tailwind
bg-[hsl(112,82%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 82%, 74%, 0.4);
css variable
--color-primary: hsl(112, 82%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 82%, 74%)?
HEX: #95F386 | RGB: rgb(149, 243, 134) | CMYK: 39%, 0%, 45%, 5% | HSV: 112°, 45%, 95%. Copy any format from the conversion table above.
What colors go well with #95F386?
The complementary color is HSL(292, 82%, 74%). 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, 82%, 74%) in CSS?
As HSL: color: hsl(112, 82%, 74%); — As HEX: color: #95F386; — As RGB: color: rgb(149, 243, 134); — Tailwind CSS: bg-[hsl(112,82%,74%)] — CSS variable: --color-primary: hsl(112, 82%, 74%);