Shades of Dark Spring Green #166E4A
Tints of Dark Spring Green #166E4A
RGB
CMYK
RGB Variations
Color information
#166E4A (or 0x166E4A) is known color: Dark Spring Green. HEX triplet: 16, 6E and 4A. RGB value is (22,110,74). Sum of RGB (Red+Green+Blue) = 22+110+74=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #166E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166E4A is #E991B5. Grayscale: #4F4F4F. Windows color (decimal): -15307190 or 4877846. OLE color: 4877846.
HSL color Cylindrical-coordinate representation of color #166E4A: hue angle of 155.45º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166E4A is Cyan = 0.8, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 110 | 74 | - |
| CMYK | 0.8 | 0 | 0.33 | 0.57 |
| HSL | 155.45º | 0.67% | 0.26% | - |
| HSV(B) | 155.45º | 0.8% | 0.43% | - |
| XYZ | 7.14 | 11.82 | 8.38 | - |
| YUV | 79.58 | 124.85 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 74 | 0.8 | 0 | 0.33 | 0.57 | 155.45 | 0.67 | 0.26 |
| Hex | 16 | 6E | 4A | 50 | 0 | 21 | 39 | 9B | 43 | 1A |
| Octal | 26 | 156 | 112 | 120 | 0 | 41 | 71 | 233 | 103 | 32 |
| Binary | 10110 | 1101110 | 1001010 | 1010000 | 0 | 100001 | 111001 | 10011011 | 1000011 | 11010 |
Color Harmonies of #166E4A
Complementary color
Monochromatic Colors of #166E4A
Black with #166E4A
Text Example
Text Example
White with #166E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166E4A; }
p { color: rgb(22,110,74); }
H1.HeaderClassName
{
color: #166E4A;
}
.AnyTagClassName
{
color: #166E4A;
}
</style>
background-color css
<style>
a { background-color: #166E4A; }
a { background-color: rgb(22,110,74); }
div.DivClassName
{
background-color: #166E4A;
}
.BgClassName
{
background-color: #166E4A;
}
</style>
border-color css
<style>
span { border-color: #166E4A; }
span { border-color: rgb(22,110,74); }
td.TdClassName
{
border-color: #166E4A;
}
.TagClassName
{
border-color: #166E4A;
}
</style>