HSL(112, 32%, 73%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(112,32%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(112, 32%, 73%) color: hsl(112, 32%, 73%)
HEX #AAD0A4 color: #AAD0A4
RGB rgb(170, 208, 164) color: rgb(170, 208, 164)
CMYK cmyk(18%, 0%, 21%, 18%)
HSV hsv(112, 21%, 82%)
HWB hwb(112 65% 18%) color: hwb(112 65% 18%)
OKLCH oklch(0.8184 0.0728 141.26) color: oklch(0.8184 0.0728 141.26)
Lab lab(79.81 -20.87 17.8) color: lab(79.81 -20.87 17.8)
LCH lch(79.81 27.43 139.54) color: lch(79.81 27.43 139.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.71:1
vs Black 12.27: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)

#BABBAF — rgb(186, 187, 175)

Deuteranopia (Green-blind)

#B8B5B1 — rgb(184, 181, 177)

Tritanopia (Blue-blind)

#ACB7B9 — rgb(172, 183, 185)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(112, 32%, 73%);

text

color: hsl(112, 32%, 73%);

border

border: 2px solid hsl(112, 32%, 73%);

gradient light

background: linear-gradient(to right, hsl(112, 32%, 93%), hsl(112, 32%, 73%));

gradient dark

background: linear-gradient(to right, hsl(112, 32%, 73%), hsl(112, 32%, 53%))

hex

background-color: #AAD0A4;

tailwind

bg-[hsl(112,32%,73%)]

box shadow

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

css variable

--color-primary: hsl(112, 32%, 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(112, 32%, 73%)?

HEX: #AAD0A4 | RGB: rgb(170, 208, 164) | CMYK: 18%, 0%, 21%, 18% | HSV: 112°, 21%, 82%. Copy any format from the conversion table above.

What colors go well with #AAD0A4?

The complementary color is HSL(292, 32%, 73%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(112, 32%, 73%) in CSS?

As HSL: color: hsl(112, 32%, 73%); — As HEX: color: #AAD0A4; — As RGB: color: rgb(170, 208, 164); — Tailwind CSS: bg-[hsl(112,32%,73%)] — CSS variable: --color-primary: hsl(112, 32%, 73%);