HSL(101, 90%, 72%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(101,90%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(101, 90%, 72%) color: hsl(101, 90%, 72%)
HEX #A0F877 color: #A0F877
RGB rgb(160, 248, 119) color: rgb(160, 248, 119)
CMYK cmyk(35%, 0%, 52%, 3%)
HSV hsv(101, 52%, 97%)
HWB hwb(101 47% 3%) color: hwb(101 47% 3%)
OKLCH oklch(0.8957 0.1848 136.69) color: oklch(0.8957 0.1848 136.69)
Lab lab(89.83 -48.82 53.2) color: lab(89.83 -48.82 53.2)
LCH lch(89.83 72.21 132.54) color: lch(89.83 72.21 132.54)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.3:1
vs Black 16.19:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#C6C796 — rgb(198, 199, 150)

Deuteranopia (Green-blind)

#C1BA9E — rgb(193, 186, 158)

Tritanopia (Blue-blind)

#A4AFB4 — rgb(164, 175, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(101, 90%, 72%);

text

color: hsl(101, 90%, 72%);

border

border: 2px solid hsl(101, 90%, 72%);

gradient light

background: linear-gradient(to right, hsl(101, 90%, 92%), hsl(101, 90%, 72%));

gradient dark

background: linear-gradient(to right, hsl(101, 90%, 72%), hsl(101, 90%, 52%))

hex

background-color: #A0F877;

tailwind

bg-[hsl(101,90%,72%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(101, 90%, 72%, 0.4);

css variable

--color-primary: hsl(101, 90%, 72%);

Related Colors

Use Cases for Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(101, 90%, 72%)?

HEX: #A0F877 | RGB: rgb(160, 248, 119) | CMYK: 35%, 0%, 52%, 3% | HSV: 101°, 52%, 97%. Copy any format from the conversion table above.

What colors go well with #A0F877?

The complementary color is HSL(281, 90%, 72%). For a triadic harmony, use hues 101°, 221°, and 341°. For analogous combinations, try hues 71° and 131°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(101, 90%, 72%) in CSS?

As HSL: color: hsl(101, 90%, 72%); — As HEX: color: #A0F877; — As RGB: color: rgb(160, 248, 119); — Tailwind CSS: bg-[hsl(101,90%,72%)] — CSS variable: --color-primary: hsl(101, 90%, 72%);