#70CA8C

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

Shades of Silver Tree #70CA8C

Tints of Silver Tree #70CA8C

Color information

#70CA8C (or 0x70CA8C) is unknown color: approx Silver Tree. HEX triplet: 70, CA and 8C. RGB value is (112,202,140). Sum of RGB (Red+Green+Blue) = 112+202+140=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CA8C is #8F3573. Grayscale: #A8A8A8. Windows color (decimal): -9385332 or 9226864. OLE color: 9226864.

HSL color Cylindrical-coordinate representation of color #70CA8C: hue angle of 138.67º 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 #70CA8C is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB112202140-
CMYK0.4500.310.21
HSL138.67º45.92%61.57%-
HSV(B)138.67º44.55%79.22%-
XYZ32.5447.5832.28-
YUV168.02112.1888.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 140 (55.08% from 255) = 30.84%
R=24.67%
G=44.49%
B=30.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021400.4500.310.21138.6745.9261.57
Hex70CA8C2D01F158b2e3e
Octal16031221455037252135676
Binary111000011001010100011001011010111111010110001011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,202,140); }

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

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

 a { background-color: rgb(112,202,140); }

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

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

 span { border-color: rgb(112,202,140); }

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