#70CE8F

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

Shades of Silver Tree #70CE8F

Tints of Silver Tree #70CE8F

Color information

#70CE8F (or 0x70CE8F) is unknown color: approx Silver Tree. HEX triplet: 70, CE and 8F. RGB value is (112,206,143). Sum of RGB (Red+Green+Blue) = 112+206+143=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CE8F is #8F3170. Grayscale: #AAAAAA. Windows color (decimal): -9384305 or 9424496. OLE color: 9424496.

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

Color convert

RGB112206143-
CMYK0.4600.310.19
HSL139.79º48.96%62.35%-
HSV(B)139.79º45.63%80.78%-
XYZ33.7149.5733.78-
YUV170.71112.3686.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.30%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 143 (56.25% from 255) = 31.02%
R=24.30%
G=44.69%
B=31.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061430.4600.310.19139.7948.9662.35
Hex70CE8F2E01F138c313e
Octal16031621756037232146176
Binary111000011001110100011111011100111111001110001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,206,143); }

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

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

 a { background-color: rgb(112,206,143); }

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

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

 span { border-color: rgb(112,206,143); }

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