HSL(97, 72%, 73%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(97,72%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 72%, 73%) color: hsl(97, 72%, 73%)
HEX #AFEC89 color: #AFEC89
RGB rgb(175, 236, 137) color: rgb(175, 236, 137)
CMYK cmyk(26%, 0%, 42%, 7%)
HSV hsv(97, 42%, 93%)
HWB hwb(97 54% 7%) color: hwb(97 54% 7%)
OKLCH oklch(0.8791 0.1431 134.33) color: oklch(0.8791 0.1431 134.33)
Lab lab(87.44 -36.43 41.87) color: lab(87.44 -36.43 41.87)
LCH lch(87.44 55.5 131.03) color: lch(87.44 55.5 131.03)

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.38:1
vs Black 15.18: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)

#C9CAA1 — rgb(201, 202, 161)

Deuteranopia (Green-blind)

#C6C1A7 — rgb(198, 193, 167)

Tritanopia (Blue-blind)

#B2B4B8 — rgb(178, 180, 184)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 72%, 73%);

text

color: hsl(97, 72%, 73%);

border

border: 2px solid hsl(97, 72%, 73%);

gradient light

background: linear-gradient(to right, hsl(97, 72%, 93%), hsl(97, 72%, 73%));

gradient dark

background: linear-gradient(to right, hsl(97, 72%, 73%), hsl(97, 72%, 53%))

hex

background-color: #AFEC89;

tailwind

bg-[hsl(97,72%,73%)]

box shadow

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

css variable

--color-primary: hsl(97, 72%, 73%);

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(97, 72%, 73%)?

HEX: #AFEC89 | RGB: rgb(175, 236, 137) | CMYK: 26%, 0%, 42%, 7% | HSV: 97°, 42%, 93%. Copy any format from the conversion table above.

What colors go well with #AFEC89?

The complementary color is HSL(277, 72%, 73%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(97, 72%, 73%) in CSS?

As HSL: color: hsl(97, 72%, 73%); — As HEX: color: #AFEC89; — As RGB: color: rgb(175, 236, 137); — Tailwind CSS: bg-[hsl(97,72%,73%)] — CSS variable: --color-primary: hsl(97, 72%, 73%);