HSL(70, 72%, 46%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(70,72%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(70, 72%, 46%) color: hsl(70, 72%, 46%)
HEX #AECA21 color: #AECA21
RGB rgb(174, 202, 33) color: rgb(174, 202, 33)
CMYK cmyk(14%, 0%, 84%, 21%)
HSV hsv(70, 84%, 79%)
HWB hwb(70 13% 21%) color: hwb(70 13% 21%)
OKLCH oklch(0.7908 0.179 119.52) color: oklch(0.7908 0.179 119.52)
Lab lab(76.89 -29.32 72.07) color: lab(76.89 -29.32 72.07)
LCH lch(76.89 77.81 112.14) color: lch(76.89 77.81 112.14)

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.86:1
vs Black 11.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)

#BABA4A — rgb(186, 186, 74)

Deuteranopia (Green-blind)

#B9B654 — rgb(185, 182, 84)

Tritanopia (Blue-blind)

#AF6A71 — rgb(175, 106, 113)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(70, 72%, 46%);

text

color: hsl(70, 72%, 46%);

border

border: 2px solid hsl(70, 72%, 46%);

gradient light

background: linear-gradient(to right, hsl(70, 72%, 66%), hsl(70, 72%, 46%));

gradient dark

background: linear-gradient(to right, hsl(70, 72%, 46%), hsl(70, 72%, 26%))

hex

background-color: #AECA21;

tailwind

bg-[hsl(70,72%,46%)]

box shadow

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

css variable

--color-primary: hsl(70, 72%, 46%);

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(70, 72%, 46%)?

HEX: #AECA21 | RGB: rgb(174, 202, 33) | CMYK: 14%, 0%, 84%, 21% | HSV: 70°, 84%, 79%. Copy any format from the conversion table above.

What colors go well with #AECA21?

The complementary color is HSL(250, 72%, 46%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(70, 72%, 46%) in CSS?

As HSL: color: hsl(70, 72%, 46%); — As HEX: color: #AECA21; — As RGB: color: rgb(174, 202, 33); — Tailwind CSS: bg-[hsl(70,72%,46%)] — CSS variable: --color-primary: hsl(70, 72%, 46%);