HSL(136, 20%, 69%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(136,20%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(136, 20%, 69%) color: hsl(136, 20%, 69%)
HEX #A0C0A9 color: #A0C0A9
RGB rgb(160, 192, 169) color: rgb(160, 192, 169)
CMYK cmyk(17%, 0%, 12%, 25%)
HSV hsv(137, 17%, 75%)
HWB hwb(137 62% 25%) color: hwb(137 62% 25%)
OKLCH oklch(0.7776 0.0474 153.94) color: oklch(0.7776 0.0474 153.94)
Lab lab(74.85 -15.32 8.03) color: lab(74.85 -15.32 8.03)
LCH lch(74.85 17.3 152.34) color: lch(74.85 17.3 152.34)

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.98:1
vs Black 10.61: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)

#AEAEAF — rgb(174, 174, 175)

Deuteranopia (Green-blind)

#ACAAB0 — rgb(172, 170, 176)

Tritanopia (Blue-blind)

#A2B3B4 — rgb(162, 179, 180)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(136, 20%, 69%);

text

color: hsl(136, 20%, 69%);

border

border: 2px solid hsl(136, 20%, 69%);

gradient light

background: linear-gradient(to right, hsl(136, 20%, 89%), hsl(136, 20%, 69%));

gradient dark

background: linear-gradient(to right, hsl(136, 20%, 69%), hsl(136, 20%, 49%))

hex

background-color: #A0C0A9;

tailwind

bg-[hsl(136,20%,69%)]

box shadow

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

css variable

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

HEX: #A0C0A9 | RGB: rgb(160, 192, 169) | CMYK: 17%, 0%, 12%, 25% | HSV: 137°, 17%, 75%. Copy any format from the conversion table above.

What colors go well with #A0C0A9?

The complementary color is HSL(316, 20%, 69%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(136, 20%, 69%) in CSS?

As HSL: color: hsl(136, 20%, 69%); — As HEX: color: #A0C0A9; — As RGB: color: rgb(160, 192, 169); — Tailwind CSS: bg-[hsl(136,20%,69%)] — CSS variable: --color-primary: hsl(136, 20%, 69%);