HSL(124, 46%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(124,46%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(124, 46%, 72%) | color: hsl(124, 46%, 72%) | |
| HEX | #97D89B | color: #97D89B | |
| RGB | rgb(151, 216, 155) | color: rgb(151, 216, 155) | |
| CMYK | cmyk(30%, 0%, 28%, 15%) | — | |
| HSV | hsv(124, 30%, 85%) | — | |
| HWB | hwb(124 60% 15%) | color: hwb(124 60% 15%) | |
| OKLCH | oklch(0.8227 0.1073 146.01) | color: oklch(0.8227 0.1073 146.01) | |
| Lab | lab(80.77 -32.58 23.69) | color: lab(80.77 -32.58 23.69) | |
| LCH | lch(80.77 40.28 143.98) | color: lch(80.77 40.28 143.98) |
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)
#B3B4AA — rgb(179, 180, 170)
Deuteranopia (Green-blind)
#AFABAD — rgb(175, 171, 173)
Tritanopia (Blue-blind)
#9AB5B8 — rgb(154, 181, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(124, 46%, 72%);
text
color: hsl(124, 46%, 72%);
border
border: 2px solid hsl(124, 46%, 72%);
gradient light
background: linear-gradient(to right, hsl(124, 46%, 92%), hsl(124, 46%, 72%));
gradient dark
background: linear-gradient(to right, hsl(124, 46%, 72%), hsl(124, 46%, 52%))
hex
background-color: #97D89B;
tailwind
bg-[hsl(124,46%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(124, 46%, 72%, 0.4);
css variable
--color-primary: hsl(124, 46%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(124, 46%, 72%)?
HEX: #97D89B | RGB: rgb(151, 216, 155) | CMYK: 30%, 0%, 28%, 15% | HSV: 124°, 30%, 85%. Copy any format from the conversion table above.
What colors go well with #97D89B?
The complementary color is HSL(304, 46%, 72%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(124, 46%, 72%) in CSS?
As HSL: color: hsl(124, 46%, 72%); — As HEX: color: #97D89B; — As RGB: color: rgb(151, 216, 155); — Tailwind CSS: bg-[hsl(124,46%,72%)] — CSS variable: --color-primary: hsl(124, 46%, 72%);