Shades of Dark Spring Green #166F40
Tints of Dark Spring Green #166F40
RGB
CMYK
RGB Variations
Color information
#166F40 (or 0x166F40) is known color: Dark Spring Green. HEX triplet: 16, 6F and 40. RGB value is (22,111,64). Sum of RGB (Red+Green+Blue) = 22+111+64=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 111 (43.75% from 255 or 56.35% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 111 - color contains mainly: green. Hex color #166F40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166F40 is #E990BF. Grayscale: #4F4F4F. Windows color (decimal): -15306944 or 4222742. OLE color: 4222742.
HSL color Cylindrical-coordinate representation of color #166F40: hue angle of 148.31º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166F40 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 111 | 64 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.56 |
| HSL | 148.31º | 0.67% | 0.26% | - |
| HSV(B) | 148.31º | 0.8% | 0.44% | - |
| XYZ | 6.94 | 11.91 | 6.78 | - |
| YUV | 79.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 64 | 0.80 | 0 | 0.42 | 0.56 | 148.31 | 0.67 | 0.26 |
| Hex | 16 | 6F | 40 | 50 | 0 | 2A | 38 | 94 | 43 | 1A |
| Octal | 26 | 157 | 100 | 120 | 0 | 52 | 70 | 224 | 103 | 32 |
| Binary | 10110 | 1101111 | 1000000 | 1010000 | 0 | 101010 | 111000 | 10010100 | 1000011 | 11010 |
Color Harmonies of #166F40
Complementary color
Monochromatic Colors of #166F40
Black with #166F40
Text Example
Text Example
White with #166F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166F40; }
p { color: rgb(22,111,64); }
H1.HeaderClassName
{
color: #166F40;
}
.AnyTagClassName
{
color: #166F40;
}
</style>
background-color css
<style>
a { background-color: #166F40; }
a { background-color: rgb(22,111,64); }
div.DivClassName
{
background-color: #166F40;
}
.BgClassName
{
background-color: #166F40;
}
</style>
border-color css
<style>
span { border-color: #166F40; }
span { border-color: rgb(22,111,64); }
td.TdClassName
{
border-color: #166F40;
}
.TagClassName
{
border-color: #166F40;
}
</style>