HSL(93, 80%, 69%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(93,80%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(93, 80%, 69%) color: hsl(93, 80%, 69%)
HEX #AAEF71 color: #AAEF71
RGB rgb(170, 239, 113) color: rgb(170, 239, 113)
CMYK cmyk(29%, 0%, 53%, 6%)
HSV hsv(93, 53%, 94%)
HWB hwb(93 44% 6%) color: hwb(93 44% 6%)
OKLCH oklch(0.8796 0.1729 132.73) color: oklch(0.8796 0.1729 132.73)
Lab lab(87.71 -42.27 53.54) color: lab(87.71 -42.27 53.54)
LCH lch(87.71 68.21 128.29) color: lch(87.71 68.21 128.29)

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.37:1
vs Black 15.29: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)

#C8C88F — rgb(200, 200, 143)

Deuteranopia (Green-blind)

#C4BF97 — rgb(196, 191, 151)

Tritanopia (Blue-blind)

#ADA8AD — rgb(173, 168, 173)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(93, 80%, 69%);

text

color: hsl(93, 80%, 69%);

border

border: 2px solid hsl(93, 80%, 69%);

gradient light

background: linear-gradient(to right, hsl(93, 80%, 89%), hsl(93, 80%, 69%));

gradient dark

background: linear-gradient(to right, hsl(93, 80%, 69%), hsl(93, 80%, 49%))

hex

background-color: #AAEF71;

tailwind

bg-[hsl(93,80%,69%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(93, 80%, 69%, 0.4);

css variable

--color-primary: hsl(93, 80%, 69%);

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(93, 80%, 69%)?

HEX: #AAEF71 | RGB: rgb(170, 239, 113) | CMYK: 29%, 0%, 53%, 6% | HSV: 93°, 53%, 94%. Copy any format from the conversion table above.

What colors go well with #AAEF71?

The complementary color is HSL(273, 80%, 69%). For a triadic harmony, use hues 93°, 213°, and 333°. For analogous combinations, try hues 63° and 123°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(93, 80%, 69%) in CSS?

As HSL: color: hsl(93, 80%, 69%); — As HEX: color: #AAEF71; — As RGB: color: rgb(170, 239, 113); — Tailwind CSS: bg-[hsl(93,80%,69%)] — CSS variable: --color-primary: hsl(93, 80%, 69%);