HSL(113, 38%, 68%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,38%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 38%, 68%) | color: hsl(113, 38%, 68%) | |
| HEX | #96CC8E | color: #96CC8E | |
| RGB | rgb(150, 204, 142) | color: rgb(150, 204, 142) | |
| CMYK | cmyk(26%, 0%, 30%, 20%) | — | |
| HSV | hsv(112, 30%, 80%) | — | |
| HWB | hwb(112 56% 20%) | color: hwb(112 56% 20%) | |
| OKLCH | oklch(0.7918 0.1026 141.35) | color: oklch(0.7918 0.1026 141.35) | |
| Lab | lab(77.05 -29.39 25.43) | color: lab(77.05 -29.39 25.43) | |
| LCH | lch(77.05 38.86 139.13) | color: lch(77.05 38.86 139.13) |
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)
#ADAE9D — rgb(173, 174, 157)
Deuteranopia (Green-blind)
#AAA6A1 — rgb(170, 166, 161)
Tritanopia (Blue-blind)
#99A9AB — rgb(153, 169, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 38%, 68%);
text
color: hsl(113, 38%, 68%);
border
border: 2px solid hsl(113, 38%, 68%);
gradient light
background: linear-gradient(to right, hsl(113, 38%, 88%), hsl(113, 38%, 68%));
gradient dark
background: linear-gradient(to right, hsl(113, 38%, 68%), hsl(113, 38%, 48%))
hex
background-color: #96CC8E;
tailwind
bg-[hsl(113,38%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 38%, 68%, 0.4);
css variable
--color-primary: hsl(113, 38%, 68%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 38%, 68%)?
HEX: #96CC8E | RGB: rgb(150, 204, 142) | CMYK: 26%, 0%, 30%, 20% | HSV: 112°, 30%, 80%. Copy any format from the conversion table above.
What colors go well with #96CC8E?
The complementary color is HSL(293, 38%, 68%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 38%, 68%) in CSS?
As HSL: color: hsl(113, 38%, 68%); — As HEX: color: #96CC8E; — As RGB: color: rgb(150, 204, 142); — Tailwind CSS: bg-[hsl(113,38%,68%)] — CSS variable: --color-primary: hsl(113, 38%, 68%);