Shades of Silver Tree #70C49A
Tints of Silver Tree #70C49A
RGB
CMYK
RGB Variations
Color information
#70C49A (or 0x70C49A) is known color: Silver Tree. HEX triplet: 70, C4 and 9A. RGB value is (112,196,154). Sum of RGB (Red+Green+Blue) = 112+196+154=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 154 (60.55% from 255 or 33.33% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #70C49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C49A is #8F3B65. Grayscale: #A6A6A6. Windows color (decimal): -9386854 or 10142832. OLE color: 10142832.
HSL color Cylindrical-coordinate representation of color #70C49A: hue angle of 150º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C49A is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 196 | 154 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.23 |
| HSL | 150º | 0.42% | 0.6% | - |
| HSV(B) | 150º | 0.43% | 0.77% | - |
| XYZ | 32.25 | 45.26 | 37.61 | - |
| YUV | 166.1 | 121.17 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 154 | 0.43 | 0 | 0.21 | 0.23 | 150 | 0.42 | 0.6 |
| Hex | 70 | C4 | 9A | 2B | 0 | 15 | 17 | 96 | 2A | 3C |
| Octal | 160 | 304 | 232 | 53 | 0 | 25 | 27 | 226 | 52 | 74 |
| Binary | 1110000 | 11000100 | 10011010 | 101011 | 0 | 10101 | 10111 | 10010110 | 101010 | 111100 |
Color Harmonies of #70C49A
Complementary color
Monochromatic Colors of #70C49A
Black with #70C49A
Text Example
Text Example
White with #70C49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C49A; }
p { color: rgb(112,196,154); }
H1.HeaderClassName
{
color: #70C49A;
}
.AnyTagClassName
{
color: #70C49A;
}
</style>
background-color css
<style>
a { background-color: #70C49A; }
a { background-color: rgb(112,196,154); }
div.DivClassName
{
background-color: #70C49A;
}
.BgClassName
{
background-color: #70C49A;
}
</style>
border-color css
<style>
span { border-color: #70C49A; }
span { border-color: rgb(112,196,154); }
td.TdClassName
{
border-color: #70C49A;
}
.TagClassName
{
border-color: #70C49A;
}
</style>