Viridian to HSL — Color Code

#1e9167
Format Value
HEX #1e9167
RGB rgb(30, 145, 103)
HSL hsl(158.1, 65.7%, 34.3%)
CMYK cmyk(79.3%, 0%, 29%, 43.1%)
HSV hsv(158.1, 79.3%, 56.9%)

viridian color harmonies

Tints & shades of viridian

Tints (lighter)

#329b75 #47a583 #5baf90 #70b99e #84c3ac #99cdba #add7c8 #c2e1d6 #d6ebe3 #ebf5f1

Shades (darker)

#1b845e #197754 #16694b #135c42 #104f38 #0e422f #0b3525 #08281c #051a13 #030d09

Contrast & accessibility

The quick brown fox

On white · 3.96:1 · AA Large

The quick brown fox

On black · 5.3:1 · AA

Recommended text color: #000000

Use viridian in code

CSS color: #1e9167;
SCSS $color: #1e9167;
Tailwind bg-[#1e9167]
Swift UIColor(red: 0.118, green: 0.569, blue: 0.404, alpha: 1)
Android Color.parseColor("#1e9167")
Flutter Color(0xFF1E9167)

Colors similar to viridian

Browse all Green colors →

What is the HSL code for viridian?

The CSS color viridian in HSL format is hsl(158.1, 65.7%, 34.3%). Use this value directly in CSS, SVG, and most design tools.

How do I use viridian in CSS?

To apply viridian in CSS:

  • Text color: color: hsl(158.1, 65.7%, 34.3%);
  • Background: background-color: hsl(158.1, 65.7%, 34.3%);
  • Border: border-color: hsl(158.1, 65.7%, 34.3%);

What are all the color format values for viridian?

FormatValue
HEX#1e9167
RGBrgb(30, 145, 103)
HSLhsl(158.1, 65.7%, 34.3%)
CMYKcmyk(79.3%, 0%, 29%, 43.1%)

How do I convert viridian to HSL?

Select viridian from the color name list in our color converter. The HSL value — hsl(158.1, 65.7%, 34.3%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does viridian belong to?

viridian belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 158.1°, saturation 65.7%, lightness 34.3%.

How do I create lighter and darker shades of viridian?

Lighter variant (lightness 49.3%): #2bd094. Darker variant (lightness 19.299999999999997%): #11523a. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.