HSL(144, 89%, 25%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(144,89%,25%)]

Color Conversions

Format Value CSS Usage
HSL hsl(144, 89%, 25%) color: hsl(144, 89%, 25%)
HEX #077834 color: #077834
RGB rgb(7, 120, 52) color: rgb(7, 120, 52)
CMYK cmyk(94%, 0%, 57%, 53%)
HSV hsv(144, 94%, 47%)
HWB hwb(144 3% 53%) color: hwb(144 3% 53%)
OKLCH oklch(0.5011 0.1376 149.38) color: oklch(0.5011 0.1376 149.38)
Lab lab(43.84 -44.19 29.21) color: lab(43.84 -44.19 29.21)
LCH lch(43.84 52.97 146.53) color: lch(43.84 52.97 146.53)

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 5.61:1
vs Black 3.75:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#383944 — rgb(56, 57, 68)

Deuteranopia (Green-blind)

#312948 — rgb(49, 41, 72)

Tritanopia (Blue-blind)

#0D5154 — rgb(13, 81, 84)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(144, 89%, 25%);

text

color: hsl(144, 89%, 25%);

border

border: 2px solid hsl(144, 89%, 25%);

gradient light

background: linear-gradient(to right, hsl(144, 89%, 45%), hsl(144, 89%, 25%));

gradient dark

background: linear-gradient(to right, hsl(144, 89%, 25%), hsl(144, 89%, 5%))

hex

background-color: #077834;

tailwind

bg-[hsl(144,89%,25%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(144, 89%, 25%, 0.4);

css variable

--color-primary: hsl(144, 89%, 25%);

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(144, 89%, 25%)?

HEX: #077834 | RGB: rgb(7, 120, 52) | CMYK: 94%, 0%, 57%, 53% | HSV: 144°, 94%, 47%. Copy any format from the conversion table above.

What colors go well with #077834?

The complementary color is HSL(324, 89%, 25%). For a triadic harmony, use hues 144°, 264°, and 24°. For analogous combinations, try hues 114° and 174°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(144, 89%, 25%) in CSS?

As HSL: color: hsl(144, 89%, 25%); — As HEX: color: #077834; — As RGB: color: rgb(7, 120, 52); — Tailwind CSS: bg-[hsl(144,89%,25%)] — CSS variable: --color-primary: hsl(144, 89%, 25%);