HSL(113, 46%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,46%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 46%, 72%) | color: hsl(113, 46%, 72%) | |
| HEX | #9ED897 | color: #9ED897 | |
| RGB | rgb(158, 216, 151) | color: rgb(158, 216, 151) | |
| CMYK | cmyk(27%, 0%, 30%, 15%) | — | |
| HSV | hsv(114, 30%, 85%) | — | |
| HWB | hwb(114 60% 15%) | color: hwb(114 60% 15%) | |
| OKLCH | oklch(0.826 0.1072 141.9) | color: oklch(0.826 0.1072 141.9) | |
| Lab | lab(81.08 -30.95 26.25) | color: lab(81.08 -30.95 26.25) | |
| LCH | lch(81.08 40.58 139.7) | color: lch(81.08 40.58 139.7) |
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)
#B7B8A7 — rgb(183, 184, 167)
Deuteranopia (Green-blind)
#B4AFAB — rgb(180, 175, 171)
Tritanopia (Blue-blind)
#A1B3B6 — rgb(161, 179, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 46%, 72%);
text
color: hsl(113, 46%, 72%);
border
border: 2px solid hsl(113, 46%, 72%);
gradient light
background: linear-gradient(to right, hsl(113, 46%, 92%), hsl(113, 46%, 72%));
gradient dark
background: linear-gradient(to right, hsl(113, 46%, 72%), hsl(113, 46%, 52%))
hex
background-color: #9ED897;
tailwind
bg-[hsl(113,46%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 46%, 72%, 0.4);
css variable
--color-primary: hsl(113, 46%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 46%, 72%)?
HEX: #9ED897 | RGB: rgb(158, 216, 151) | CMYK: 27%, 0%, 30%, 15% | HSV: 114°, 30%, 85%. Copy any format from the conversion table above.
What colors go well with #9ED897?
The complementary color is HSL(293, 46%, 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, 46%, 72%) in CSS?
As HSL: color: hsl(113, 46%, 72%); — As HEX: color: #9ED897; — As RGB: color: rgb(158, 216, 151); — Tailwind CSS: bg-[hsl(113,46%,72%)] — CSS variable: --color-primary: hsl(113, 46%, 72%);