Html Css Color HEX #70CE90 Silver Tree

📋 copy color: '#70CE90'

red 112 ◦ green 206 ◦ blue 144

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

Shades of Silver Tree #70CE90

Tints of Silver Tree #70CE90

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.59%

 BLUE value IS 144 (56.64% from 255) = 31.17%

R = 24.24%
G = 44.59%
B = 31.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#70CE90 (or 0x70CE90) is known color: Silver Tree. HEX triplet: 70, CE and 90. RGB value is (112,206,144). Sum of RGB (Red+Green+Blue) = 112+206+144=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CE90 is #8F316F. Grayscale: #AAAAAA. Windows color (decimal): -9384304 or 9490032. OLE color: 9490032.

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

Color convert

RGB 112 206 144 -
CMYK 0.46 0 0.30 0.19
HSL 140.43º 0.49% 0.62% -
HSV(B) 140.43º 0.46% 0.81% -
XYZ 33.79 49.6 34.18 -
YUV 170.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 112 206 144 0.46 0 0.30 0.19 140.43 0.49 0.62
Hex 70 CE 90 2E 0 1E 13 8C 31 3E
Octal 160 316 220 56 0 36 23 214 61 76
Binary 1110000 11001110 10010000 101110 0 11110 10011 10001100 110001 111110

Color Harmonies of #70CE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE90

Black with #70CE90

Text Example


Text Example

White with #70CE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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