#60CA90

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

Shades of Silver Tree #60CA90

Tints of Silver Tree #60CA90

Color information

#60CA90 (or 0x60CA90) is unknown color: approx Silver Tree. HEX triplet: 60, CA and 90. RGB value is (96,202,144). Sum of RGB (Red+Green+Blue) = 96+202+144=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CA90 is #9F356F. Grayscale: #A3A3A3. Windows color (decimal): -10433904 or 9488992. OLE color: 9488992.

HSL color Cylindrical-coordinate representation of color #60CA90: hue angle of 147.17º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CA90 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB96202144-
CMYK0.5200.290.21
HSL147.17º50%58.43%-
HSV(B)147.17º52.48%79.22%-
XYZ30.9846.7433.77-
YUV163.69116.8879.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.72%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=21.72%
G=45.70%
B=32.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal962021440.5200.290.21147.175058.43
Hex60CA903401D1593323a
Octal14031222064035252236272
Binary110000011001010100100001101000111011010110010011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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