#70E094

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

Shades of Silver Tree #70E094

Tints of Silver Tree #70E094

Color information

#70E094 (or 0x70E094) is unknown color: approx Silver Tree. HEX triplet: 70, E0 and 94. RGB value is (112,224,148). Sum of RGB (Red+Green+Blue) = 112+224+148=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #70E094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70E094 is #8F1F6B. Grayscale: #B6B6B6. Windows color (decimal): -9379692 or 9756784. OLE color: 9756784.

HSL color Cylindrical-coordinate representation of color #70E094: hue angle of 139.29º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E094 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB112224148-
CMYK0.5000.340.12
HSL139.29º64.37%65.88%-
HSV(B)139.29º50%87.84%-
XYZ38.6858.8937.35-
YUV181.85108.8978.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.14%
GREEN value IS 224 (87.89% from 255) = 46.28%
BLUE value IS 148 (58.20% from 255) = 30.58%
R=23.14%
G=46.28%
B=30.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122241480.5000.340.12139.2964.3765.88
Hex70E09432022C8b4042
Octal1603402246204214213100102
Binary11100001110000010010100110010010001011001000101110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,224,148); }

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

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

 a { background-color: rgb(112,224,148); }

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

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

 span { border-color: rgb(112,224,148); }

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