Shades of Silver Tree #70D09A
Tints of Silver Tree #70D09A
RGB
CMYK
RGB Variations
Color information
#70D09A (or 0x70D09A) is known color: Silver Tree. HEX triplet: 70, D0 and 9A. RGB value is (112,208,154). Sum of RGB (Red+Green+Blue) = 112+208+154=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #70D09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D09A is #8F2F65. Grayscale: #ADADAD. Windows color (decimal): -9383782 or 10145904. OLE color: 10145904.
HSL color Cylindrical-coordinate representation of color #70D09A: hue angle of 146.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D09A is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 154 | - |
| CMYK | 0.46 | 0 | 0.26 | 0.18 |
| HSL | 146.25º | 0.51% | 0.63% | - |
| HSV(B) | 146.25º | 0.46% | 0.82% | - |
| XYZ | 35.07 | 50.89 | 38.55 | - |
| YUV | 173.14 | 117.2 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 154 | 0.46 | 0 | 0.26 | 0.18 | 146.25 | 0.51 | 0.63 |
| Hex | 70 | D0 | 9A | 2E | 0 | 1A | 12 | 92 | 33 | 3F |
| Octal | 160 | 320 | 232 | 56 | 0 | 32 | 22 | 222 | 63 | 77 |
| Binary | 1110000 | 11010000 | 10011010 | 101110 | 0 | 11010 | 10010 | 10010010 | 110011 | 111111 |
Color Harmonies of #70D09A
Complementary color
Monochromatic Colors of #70D09A
Black with #70D09A
Text Example
Text Example
White with #70D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D09A; }
p { color: rgb(112,208,154); }
H1.HeaderClassName
{
color: #70D09A;
}
.AnyTagClassName
{
color: #70D09A;
}
</style>
background-color css
<style>
a { background-color: #70D09A; }
a { background-color: rgb(112,208,154); }
div.DivClassName
{
background-color: #70D09A;
}
.BgClassName
{
background-color: #70D09A;
}
</style>
border-color css
<style>
span { border-color: #70D09A; }
span { border-color: rgb(112,208,154); }
td.TdClassName
{
border-color: #70D09A;
}
.TagClassName
{
border-color: #70D09A;
}
</style>