#70C38E

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

Shades of Silver Tree #70C38E

Tints of Silver Tree #70C38E

Color information

#70C38E (or 0x70C38E) is unknown color: approx Silver Tree. HEX triplet: 70, C3 and 8E. RGB value is (112,195,142). Sum of RGB (Red+Green+Blue) = 112+195+142=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #70C38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C38E is #8F3C71. Grayscale: #A4A4A4. Windows color (decimal): -9387122 or 9356144. OLE color: 9356144.

HSL color Cylindrical-coordinate representation of color #70C38E: hue angle of 141.69º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C38E is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB112195142-
CMYK0.4300.270.24
HSL141.69º40.89%60.2%-
HSV(B)141.69º42.56%76.47%-
XYZ31.0844.4332.53-
YUV164.14115.590.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 195 (76.56% from 255) = 43.43%
BLUE value IS 142 (55.86% from 255) = 31.63%
R=24.94%
G=43.43%
B=31.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951420.4300.270.24141.6940.8960.2
Hex70C38E2B01B188e293c
Octal16030321653033302165174
Binary111000011000011100011101010110110111100010001110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,142); }

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

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

 a { background-color: rgb(112,195,142); }

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

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

 span { border-color: rgb(112,195,142); }

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