HSL(69, 55%, 46%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(69,55%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(69, 55%, 46%) color: hsl(69, 55%, 46%)
HEX #A2B635 color: #A2B635
RGB rgb(162, 182, 53) color: rgb(162, 182, 53)
CMYK cmyk(11%, 0%, 71%, 29%)
HSV hsv(69, 71%, 71%)
HWB hwb(69 21% 29%) color: hwb(69 21% 29%)
OKLCH oklch(0.7371 0.1512 117.97) color: oklch(0.7371 0.1512 117.97)
Lab lab(70.45 -23.82 59.86) color: lab(70.45 -23.82 59.86)
LCH lch(70.45 64.43 111.7) color: lch(70.45 64.43 111.7)

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.26:1
vs Black 9.28: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)

#ABAB54 — rgb(171, 171, 84)

Deuteranopia (Green-blind)

#AAA85C — rgb(170, 168, 92)

Tritanopia (Blue-blind)

#A36D72 — rgb(163, 109, 114)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(69, 55%, 46%);

text

color: hsl(69, 55%, 46%);

border

border: 2px solid hsl(69, 55%, 46%);

gradient light

background: linear-gradient(to right, hsl(69, 55%, 66%), hsl(69, 55%, 46%));

gradient dark

background: linear-gradient(to right, hsl(69, 55%, 46%), hsl(69, 55%, 26%))

hex

background-color: #A2B635;

tailwind

bg-[hsl(69,55%,46%)]

box shadow

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

css variable

--color-primary: hsl(69, 55%, 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(69, 55%, 46%)?

HEX: #A2B635 | RGB: rgb(162, 182, 53) | CMYK: 11%, 0%, 71%, 29% | HSV: 69°, 71%, 71%. Copy any format from the conversion table above.

What colors go well with #A2B635?

The complementary color is HSL(249, 55%, 46%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(69, 55%, 46%) in CSS?

As HSL: color: hsl(69, 55%, 46%); — As HEX: color: #A2B635; — As RGB: color: rgb(162, 182, 53); — Tailwind CSS: bg-[hsl(69,55%,46%)] — CSS variable: --color-primary: hsl(69, 55%, 46%);