#70C98A

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

Shades of Silver Tree #70C98A

Tints of Silver Tree #70C98A

Color information

#70C98A (or 0x70C98A) is unknown color: approx Silver Tree. HEX triplet: 70, C9 and 8A. RGB value is (112,201,138). Sum of RGB (Red+Green+Blue) = 112+201+138=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #70C98A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C98A is #8F3675. Grayscale: #A7A7A7. Windows color (decimal): -9385590 or 9095536. OLE color: 9095536.

HSL color Cylindrical-coordinate representation of color #70C98A: hue angle of 137.53º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C98A is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB112201138-
CMYK0.4400.310.21
HSL137.53º45.18%61.37%-
HSV(B)137.53º44.28%78.82%-
XYZ32.1647.0531.43-
YUV167.21111.5188.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 201 (78.91% from 255) = 44.57%
BLUE value IS 138 (54.30% from 255) = 30.60%
R=24.83%
G=44.57%
B=30.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122011380.4400.310.21137.5345.1861.37
Hex70C98A2C01F158a2d3d
Octal16031121254037252125575
Binary111000011001001100010101011000111111010110001010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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