#70D095

Color #70D095 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #70D095

Tints of Silver Tree #70D095

Color information

#70D095 (or 0x70D095) is unknown color: approx Silver Tree. HEX triplet: 70, D0 and 95. RGB value is (112,208,149). Sum of RGB (Red+Green+Blue) = 112+208+149=469 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.88% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 149 (58.59% from 255 or 31.77% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #70D095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D095 is #8F2F6A. Grayscale: #ACACAC. Windows color (decimal): -9383787 or 9818224. OLE color: 9818224.

HSL color Cylindrical-coordinate representation of color #70D095: hue angle of 143.12º 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 #70D095 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB112208149-
CMYK0.4600.280.18
HSL143.12º50.53%62.75%-
HSV(B)143.12º46.15%81.57%-
XYZ34.6650.7336.4-
YUV172.57114.784.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 23.88%
GREEN value IS 208 (81.64% from 255) = 44.35%
BLUE value IS 149 (58.59% from 255) = 31.77%
R=23.88%
G=44.35%
B=31.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122081490.4600.280.18143.1250.5362.75
Hex70D0952E01C128f333f
Octal16032022556034222176377
Binary111000011010000100101011011100111001001010001111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70D095; }

 p { color: rgb(112,208,149); }

 H1.HeaderClassName
 {
   color: #70D095;
 }
 .AnyTagClassName
 {
   color: #70D095;
 }
</style>
background-color css

<style>
 a { background-color: #70D095; }

 a { background-color: rgb(112,208,149); }

 div.DivClassName
 {
   background-color: #70D095;
 }
 .BgClassName
 {
   background-color: #70D095;
 }
</style>
border-color css

<style>
 span { border-color: #70D095; }

 span { border-color: rgb(112,208,149); }

 td.TdClassName
 {
   border-color: #70D095;
 }
 .TagClassName
 {
   border-color: #70D095;
 }
</style>