#70D18B

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

Shades of Silver Tree #70D18B

Tints of Silver Tree #70D18B

Color information

#70D18B (or 0x70D18B) is unknown color: approx Silver Tree. HEX triplet: 70, D1 and 8B. RGB value is (112,209,139). Sum of RGB (Red+Green+Blue) = 112+209+139=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #70D18B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D18B is #8F2E74. Grayscale: #ACACAC. Windows color (decimal): -9383541 or 9163120. OLE color: 9163120.

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

Color convert

RGB112209139-
CMYK0.4600.330.18
HSL136.7º51.32%62.94%-
HSV(B)136.7º46.41%81.96%-
XYZ34.1450.9132.45-
YUV172.02109.3685.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.35%
GREEN value IS 209 (82.03% from 255) = 45.43%
BLUE value IS 139 (54.69% from 255) = 30.22%
R=24.35%
G=45.43%
B=30.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122091390.4600.330.18136.751.3262.94
Hex70D18B2E0211289333f
Octal16032121356041222116377
Binary1110000110100011000101110111001000011001010001001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,209,139); }

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

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

 a { background-color: rgb(112,209,139); }

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

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

 span { border-color: rgb(112,209,139); }

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