#70CF8A

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

Shades of Silver Tree #70CF8A

Tints of Silver Tree #70CF8A

Color information

#70CF8A (or 0x70CF8A) is unknown color: approx Silver Tree. HEX triplet: 70, CF and 8A. RGB value is (112,207,138). Sum of RGB (Red+Green+Blue) = 112+207+138=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CF8A is #8F3075. Grayscale: #AAAAAA. Windows color (decimal): -9384054 or 9097072. OLE color: 9097072.

HSL color Cylindrical-coordinate representation of color #70CF8A: hue angle of 136.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CF8A is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB112207138-
CMYK0.4600.330.19
HSL136.42º49.74%62.55%-
HSV(B)136.42º45.89%81.18%-
XYZ33.5849.9131.91-
YUV170.73109.5386.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 207 (81.25% from 255) = 45.30%
BLUE value IS 138 (54.30% from 255) = 30.20%
R=24.51%
G=45.30%
B=30.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122071380.4600.330.19136.4249.7462.55
Hex70CF8A2E0211388323f
Octal16031721256041232106277
Binary1110000110011111000101010111001000011001110001000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,207,138); }

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

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

 a { background-color: rgb(112,207,138); }

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

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

 span { border-color: rgb(112,207,138); }

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