HSL(135, 70%, 69%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(135,70%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(135, 70%, 69%) color: hsl(135, 70%, 69%)
HEX #79E794 color: #79E794
RGB rgb(121, 231, 148) color: rgb(121, 231, 148)
CMYK cmyk(48%, 0%, 36%, 9%)
HSV hsv(135, 48%, 91%)
HWB hwb(135 47% 9%) color: hwb(135 47% 9%)
OKLCH oklch(0.8418 0.1544 149.97) color: oklch(0.8418 0.1544 149.97)
Lab lab(83.63 -49.18 30.91) color: lab(83.63 -49.18 30.91)
LCH lch(83.63 58.09 147.85) color: lch(83.63 58.09 147.85)

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.54:1
vs Black 13.67: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)

#A9AAA8 — rgb(169, 170, 168)

Deuteranopia (Green-blind)

#A29AAD — rgb(162, 154, 173)

Tritanopia (Blue-blind)

#7FB8BB — rgb(127, 184, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(135, 70%, 69%);

text

color: hsl(135, 70%, 69%);

border

border: 2px solid hsl(135, 70%, 69%);

gradient light

background: linear-gradient(to right, hsl(135, 70%, 89%), hsl(135, 70%, 69%));

gradient dark

background: linear-gradient(to right, hsl(135, 70%, 69%), hsl(135, 70%, 49%))

hex

background-color: #79E794;

tailwind

bg-[hsl(135,70%,69%)]

box shadow

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

css variable

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

HEX: #79E794 | RGB: rgb(121, 231, 148) | CMYK: 48%, 0%, 36%, 9% | HSV: 135°, 48%, 91%. Copy any format from the conversion table above.

What colors go well with #79E794?

The complementary color is HSL(315, 70%, 69%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(135, 70%, 69%) in CSS?

As HSL: color: hsl(135, 70%, 69%); — As HEX: color: #79E794; — As RGB: color: rgb(121, 231, 148); — Tailwind CSS: bg-[hsl(135,70%,69%)] — CSS variable: --color-primary: hsl(135, 70%, 69%);