HSL(72, 45%, 54%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(72,45%,54%)]

Color Conversions

Format Value CSS Usage
HSL hsl(72, 45%, 54%) color: hsl(72, 45%, 54%)
HEX #A9BE55 color: #A9BE55
RGB rgb(169, 190, 85) color: rgb(169, 190, 85)
CMYK cmyk(11%, 0%, 55%, 25%)
HSV hsv(72, 55%, 75%)
HWB hwb(72 34% 25%) color: hwb(72 34% 25%)
OKLCH oklch(0.7637 0.1332 119.1) color: oklch(0.7637 0.1332 119.1)
Lab lab(73.49 -22.59 49.78) color: lab(73.49 -22.59 49.78)
LCH lch(73.49 54.67 114.41) color: lch(73.49 54.67 114.41)

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 2.06:1
vs Black 10.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)

#B2B26E — rgb(178, 178, 110)

Deuteranopia (Green-blind)

#B1AF75 — rgb(177, 175, 117)

Tritanopia (Blue-blind)

#AA8287 — rgb(170, 130, 135)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(72, 45%, 54%);

text

color: hsl(72, 45%, 54%);

border

border: 2px solid hsl(72, 45%, 54%);

gradient light

background: linear-gradient(to right, hsl(72, 45%, 74%), hsl(72, 45%, 54%));

gradient dark

background: linear-gradient(to right, hsl(72, 45%, 54%), hsl(72, 45%, 34%))

hex

background-color: #A9BE55;

tailwind

bg-[hsl(72,45%,54%)]

box shadow

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

css variable

--color-primary: hsl(72, 45%, 54%);

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(72, 45%, 54%)?

HEX: #A9BE55 | RGB: rgb(169, 190, 85) | CMYK: 11%, 0%, 55%, 25% | HSV: 72°, 55%, 75%. Copy any format from the conversion table above.

What colors go well with #A9BE55?

The complementary color is HSL(252, 45%, 54%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(72, 45%, 54%) in CSS?

As HSL: color: hsl(72, 45%, 54%); — As HEX: color: #A9BE55; — As RGB: color: rgb(169, 190, 85); — Tailwind CSS: bg-[hsl(72,45%,54%)] — CSS variable: --color-primary: hsl(72, 45%, 54%);