HSL(103, 90%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(103,90%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(103, 90%, 72%) | color: hsl(103, 90%, 72%) | |
| HEX | #9CF877 | color: #9CF877 | |
| RGB | rgb(156, 248, 119) | color: rgb(156, 248, 119) | |
| CMYK | cmyk(37%, 0%, 52%, 3%) | — | |
| HSV | hsv(103, 52%, 97%) | — | |
| HWB | hwb(103 47% 3%) | color: hwb(103 47% 3%) | |
| OKLCH | oklch(0.8936 0.1869 137.51) | color: oklch(0.8936 0.1869 137.51) | |
| Lab | lab(89.64 -50.1 52.93) | color: lab(89.64 -50.1 52.93) | |
| LCH | lch(89.64 72.88 133.43) | color: lch(89.64 72.88 133.43) |
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)
#C4C596 — rgb(196, 197, 150)
Deuteranopia (Green-blind)
#BFB89E — rgb(191, 184, 158)
Tritanopia (Blue-blind)
#A1AFB4 — rgb(161, 175, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(103, 90%, 72%);
text
color: hsl(103, 90%, 72%);
border
border: 2px solid hsl(103, 90%, 72%);
gradient light
background: linear-gradient(to right, hsl(103, 90%, 92%), hsl(103, 90%, 72%));
gradient dark
background: linear-gradient(to right, hsl(103, 90%, 72%), hsl(103, 90%, 52%))
hex
background-color: #9CF877;
tailwind
bg-[hsl(103,90%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(103, 90%, 72%, 0.4);
css variable
--color-primary: hsl(103, 90%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(103, 90%, 72%)?
HEX: #9CF877 | RGB: rgb(156, 248, 119) | CMYK: 37%, 0%, 52%, 3% | HSV: 103°, 52%, 97%. Copy any format from the conversion table above.
What colors go well with #9CF877?
The complementary color is HSL(283, 90%, 72%). For a triadic harmony, use hues 103°, 223°, and 343°. For analogous combinations, try hues 73° and 133°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(103, 90%, 72%) in CSS?
As HSL: color: hsl(103, 90%, 72%); — As HEX: color: #9CF877; — As RGB: color: rgb(156, 248, 119); — Tailwind CSS: bg-[hsl(103,90%,72%)] — CSS variable: --color-primary: hsl(103, 90%, 72%);