Html Css Color HEX #70D18B Silver Tree

📋 copy color: '#70D18B'

red 112 ◦ green 209 ◦ blue 139

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

Shades of Silver Tree #70D18B

Tints of Silver Tree #70D18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.22%

R = 24.35%
G = 45.43%
B = 30.22%

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

#70D18B (or 0x70D18B) is known color: Silver Tree. HEX triplet: 70, D1 and 8B. RGB value is (112,209,139). Sum of RGB (Red+Green+Blue) = 112+209+139=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 209 (82.03% from 255 or 45.43% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 209 - color contains mainly: green. Hex color #70D18B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D18B is #8F2E74. Grayscale: #ACACAC. Windows color (decimal): -9383541 or 9163120. OLE color: 9163120.

HSL color Cylindrical-coordinate representation of color #70D18B: hue angle of 136.7º 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 #70D18B is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 209 139 -
CMYK 0.46 0 0.33 0.18
HSL 136.7º 0.51% 0.63% -
HSV(B) 136.7º 0.46% 0.82% -
XYZ 34.14 50.91 32.45 -
YUV 172.02 109.36 85.19 -
System Red Green Blue C M Y K H S L
Decimal 112 209 139 0.46 0 0.33 0.18 136.7 0.51 0.63
Hex 70 D1 8B 2E 0 21 12 89 33 3F
Octal 160 321 213 56 0 41 22 211 63 77
Binary 1110000 11010001 10001011 101110 0 100001 10010 10001001 110011 111111

Color Harmonies of #70D18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D18B

Black with #70D18B

Text Example


Text Example

White with #70D18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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