#60DC90

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

Shades of Silver Tree #60DC90

Tints of Silver Tree #60DC90

Color information

#60DC90 (or 0x60DC90) is unknown color: approx Silver Tree. HEX triplet: 60, DC and 90. RGB value is (96,220,144). Sum of RGB (Red+Green+Blue) = 96+220+144=460 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.87% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #60DC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60DC90 is #9F236F. Grayscale: #AEAEAE. Windows color (decimal): -10429296 or 9493600. OLE color: 9493600.

HSL color Cylindrical-coordinate representation of color #60DC90: hue angle of 143.23º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DC90 is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB96220144-
CMYK0.5600.350.14
HSL143.23º63.92%61.96%-
HSV(B)143.23º56.36%86.27%-
XYZ35.4555.6935.27-
YUV174.26110.9272.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.87%
GREEN value IS 220 (86.33% from 255) = 47.83%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=20.87%
G=47.83%
B=31.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal962201440.5600.350.14143.2363.9261.96
Hex60DC9038023E8f403e
Octal140334220700431621710076
Binary1100000110111001001000011100001000111110100011111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60DC90; }

 p { color: rgb(96,220,144); }

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

<style>
 a { background-color: #60DC90; }

 a { background-color: rgb(96,220,144); }

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

<style>
 span { border-color: #60DC90; }

 span { border-color: rgb(96,220,144); }

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