HSL(113, 56%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,56%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 56%, 72%) | color: hsl(113, 56%, 72%) | |
| HEX | #99E090 | color: #99E090 | |
| RGB | rgb(153, 224, 144) | color: rgb(153, 224, 144) | |
| CMYK | cmyk(32%, 0%, 36%, 12%) | — | |
| HSV | hsv(113, 36%, 88%) | — | |
| HWB | hwb(113 56% 12%) | color: hwb(113 56% 12%) | |
| OKLCH | oklch(0.8401 0.1299 141.69) | color: oklch(0.8401 0.1299 141.69) | |
| Lab | lab(82.96 -37.38 32.33) | color: lab(82.96 -37.38 32.33) | |
| LCH | lch(82.96 49.42 139.14) | color: lch(82.96 49.42 139.14) |
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)
#B8B8A3 — rgb(184, 184, 163)
Deuteranopia (Green-blind)
#B4AEA8 — rgb(180, 174, 168)
Tritanopia (Blue-blind)
#9DB3B6 — rgb(157, 179, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 56%, 72%);
text
color: hsl(113, 56%, 72%);
border
border: 2px solid hsl(113, 56%, 72%);
gradient light
background: linear-gradient(to right, hsl(113, 56%, 92%), hsl(113, 56%, 72%));
gradient dark
background: linear-gradient(to right, hsl(113, 56%, 72%), hsl(113, 56%, 52%))
hex
background-color: #99E090;
tailwind
bg-[hsl(113,56%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 56%, 72%, 0.4);
css variable
--color-primary: hsl(113, 56%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 56%, 72%)?
HEX: #99E090 | RGB: rgb(153, 224, 144) | CMYK: 32%, 0%, 36%, 12% | HSV: 113°, 36%, 88%. Copy any format from the conversion table above.
What colors go well with #99E090?
The complementary color is HSL(293, 56%, 72%). 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, 56%, 72%) in CSS?
As HSL: color: hsl(113, 56%, 72%); — As HEX: color: #99E090; — As RGB: color: rgb(153, 224, 144); — Tailwind CSS: bg-[hsl(113,56%,72%)] — CSS variable: --color-primary: hsl(113, 56%, 72%);