Shades of Silver Tree #70CA90
Tints of Silver Tree #70CA90
RGB
CMYK
RGB Variations
Color information
#70CA90 (or 0x70CA90) is known color: Silver Tree. HEX triplet: 70, CA and 90. RGB value is (112,202,144). Sum of RGB (Red+Green+Blue) = 112+202+144=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CA90 is #8F356F. Grayscale: #A8A8A8. Windows color (decimal): -9385328 or 9489008. OLE color: 9489008.
HSL color Cylindrical-coordinate representation of color #70CA90: hue angle of 141.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CA90 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 144 | - |
| CMYK | 0.45 | 0 | 0.29 | 0.21 |
| HSL | 141.33º | 0.46% | 0.62% | - |
| HSV(B) | 141.33º | 0.45% | 0.79% | - |
| XYZ | 32.84 | 47.7 | 33.86 | - |
| YUV | 168.48 | 114.18 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 144 | 0.45 | 0 | 0.29 | 0.21 | 141.33 | 0.46 | 0.62 |
| Hex | 70 | CA | 90 | 2D | 0 | 1D | 15 | 8D | 2E | 3E |
| Octal | 160 | 312 | 220 | 55 | 0 | 35 | 25 | 215 | 56 | 76 |
| Binary | 1110000 | 11001010 | 10010000 | 101101 | 0 | 11101 | 10101 | 10001101 | 101110 | 111110 |
Color Harmonies of #70CA90
Complementary color
Monochromatic Colors of #70CA90
Black with #70CA90
Text Example
Text Example
White with #70CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA90; }
p { color: rgb(112,202,144); }
H1.HeaderClassName
{
color: #70CA90;
}
.AnyTagClassName
{
color: #70CA90;
}
</style>
background-color css
<style>
a { background-color: #70CA90; }
a { background-color: rgb(112,202,144); }
div.DivClassName
{
background-color: #70CA90;
}
.BgClassName
{
background-color: #70CA90;
}
</style>
border-color css
<style>
span { border-color: #70CA90; }
span { border-color: rgb(112,202,144); }
td.TdClassName
{
border-color: #70CA90;
}
.TagClassName
{
border-color: #70CA90;
}
</style>