What is the HEX code for viridian?
The CSS color viridian in HEX format is #1e9167. 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: #1e9167;
- Background: background-color: #1e9167;
- Border: border-color: #1e9167;
What are all the color format values for viridian?
| 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%) |
How do I convert viridian to HEX?
Select viridian from the color name list in our color converter. The HEX value — #1e9167 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.