HSL(139, 53%, 8%)

Very Dark Green — Green color

Adjust Color

Color Information

Color Name

Very Dark Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(139,53%,8%)]

Color Conversions

Format Value CSS Usage
HSL hsl(139, 53%, 8%) color: hsl(139, 53%, 8%)
HEX #0A1F10 color: #0A1F10
RGB rgb(10, 31, 16) color: rgb(10, 31, 16)
CMYK cmyk(68%, 0%, 48%, 88%)
HSV hsv(137, 68%, 12%)
HWB hwb(137 4% 88%) color: hwb(137 4% 88%)
OKLCH oklch(0.2167 0.0401 151.08) color: oklch(0.2167 0.0401 151.08)
Lab lab(9.66 -12.59 7.18) color: lab(9.66 -12.59 7.18)
LCH lch(9.66 14.49 150.3) color: lch(9.66 14.49 150.3)

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 17.26:1
vs Black 1.22:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#131314 — rgb(19, 19, 20)

Deuteranopia (Green-blind)

#121015 — rgb(18, 16, 21)

Tritanopia (Blue-blind)

#0B1617 — rgb(11, 22, 23)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(139, 53%, 8%);

text

color: hsl(139, 53%, 8%);

border

border: 2px solid hsl(139, 53%, 8%);

gradient light

background: linear-gradient(to right, hsl(139, 53%, 28%), hsl(139, 53%, 8%));

gradient dark

background: linear-gradient(to right, hsl(139, 53%, 8%), hsl(139, 53%, 0%))

hex

background-color: #0A1F10;

tailwind

bg-[hsl(139,53%,8%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(139, 53%, 8%, 0.4);

css variable

--color-primary: hsl(139, 53%, 8%);

Related Colors

Use Cases for Very Dark Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(139, 53%, 8%)?

HEX: #0A1F10 | RGB: rgb(10, 31, 16) | CMYK: 68%, 0%, 48%, 88% | HSV: 137°, 68%, 12%. Copy any format from the conversion table above.

What colors go well with #0A1F10?

The complementary color is HSL(319, 53%, 8%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(139, 53%, 8%) in CSS?

As HSL: color: hsl(139, 53%, 8%); — As HEX: color: #0A1F10; — As RGB: color: rgb(10, 31, 16); — Tailwind CSS: bg-[hsl(139,53%,8%)] — CSS variable: --color-primary: hsl(139, 53%, 8%);