Shades of Dark Spring Green #166C40
Tints of Dark Spring Green #166C40
RGB
CMYK
RGB Variations
Color information
#166C40 (or 0x166C40) is known color: Dark Spring Green. HEX triplet: 16, 6C and 40. RGB value is (22,108,64). Sum of RGB (Red+Green+Blue) = 22+108+64=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #166C40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #166C40 is #E993BF. Grayscale: #4D4D4D. Windows color (decimal): -15307712 or 4221974. OLE color: 4221974.
HSL color Cylindrical-coordinate representation of color #166C40: hue angle of 149.3º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166C40 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 108 | 64 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.58 |
| HSL | 149.3º | 0.66% | 0.25% | - |
| HSV(B) | 149.3º | 0.8% | 0.42% | - |
| XYZ | 6.62 | 11.27 | 6.68 | - |
| YUV | 77.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 64 | 0.80 | 0 | 0.41 | 0.58 | 149.3 | 0.66 | 0.25 |
| Hex | 16 | 6C | 40 | 50 | 0 | 29 | 3A | 95 | 42 | 19 |
| Octal | 26 | 154 | 100 | 120 | 0 | 51 | 72 | 225 | 102 | 31 |
| Binary | 10110 | 1101100 | 1000000 | 1010000 | 0 | 101001 | 111010 | 10010101 | 1000010 | 11001 |
Color Harmonies of #166C40
Complementary color
Monochromatic Colors of #166C40
Black with #166C40
Text Example
Text Example
White with #166C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166C40; }
p { color: rgb(22,108,64); }
H1.HeaderClassName
{
color: #166C40;
}
.AnyTagClassName
{
color: #166C40;
}
</style>
background-color css
<style>
a { background-color: #166C40; }
a { background-color: rgb(22,108,64); }
div.DivClassName
{
background-color: #166C40;
}
.BgClassName
{
background-color: #166C40;
}
</style>
border-color css
<style>
span { border-color: #166C40; }
span { border-color: rgb(22,108,64); }
td.TdClassName
{
border-color: #166C40;
}
.TagClassName
{
border-color: #166C40;
}
</style>