Html Css Color HEX #70D18C Silver Tree

📋 copy color: '#70D18C'

red 112 ◦ green 209 ◦ blue 140

#70D18C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #70D18C

Tints of Silver Tree #70D18C

RGB

 RED value IS 112 (44.14% from 255) = 24.3%

 GREEN value IS 209 (82.03% from 255) = 45.34%

 BLUE value IS 140 (55.08% from 255) = 30.37%

R = 24.3%
G = 45.34%
B = 30.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#70D18C (or 0x70D18C) is known color: Silver Tree. HEX triplet: 70, D1 and 8C. RGB value is (112,209,140). Sum of RGB (Red+Green+Blue) = 112+209+140=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #70D18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D18C is #8F2E73. Grayscale: #ACACAC. Windows color (decimal): -9383540 or 9228656. OLE color: 9228656.

HSL color Cylindrical-coordinate representation of color #70D18C: hue angle of 137.32º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D18C is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 209 140 -
CMYK 0.46 0 0.33 0.18
HSL 137.32º 0.51% 0.63% -
HSV(B) 137.32º 0.46% 0.82% -
XYZ 34.22 50.94 32.84 -
YUV 172.13 109.86 85.11 -
System Red Green Blue C M Y K H S L
Decimal 112 209 140 0.46 0 0.33 0.18 137.32 0.51 0.63
Hex 70 D1 8C 2E 0 21 12 89 33 3F
Octal 160 321 214 56 0 41 22 211 63 77
Binary 1110000 11010001 10001100 101110 0 100001 10010 10001001 110011 111111

Color Harmonies of #70D18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D18C

Black with #70D18C

Text Example


Text Example

White with #70D18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70D18C;
 }
 .AnyTagClassName
 {
   color: #70D18C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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