#60CC8C

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

Shades of Silver Tree #60CC8C

Tints of Silver Tree #60CC8C

Color information

#60CC8C (or 0x60CC8C) is unknown color: approx Silver Tree. HEX triplet: 60, CC and 8C. RGB value is (96,204,140). Sum of RGB (Red+Green+Blue) = 96+204+140=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 204 (80.08% from 255 or 46.36% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CC8C is #9F3373. Grayscale: #A4A4A4. Windows color (decimal): -10433396 or 9227360. OLE color: 9227360.

HSL color Cylindrical-coordinate representation of color #60CC8C: hue angle of 144.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60CC8C is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB96204140-
CMYK0.5300.310.2
HSL144.44º51.43%58.82%-
HSV(B)144.44º52.94%80%-
XYZ31.1547.5732.35-
YUV164.41114.2279.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.82%
GREEN value IS 204 (80.08% from 255) = 46.36%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=21.82%
G=46.36%
B=31.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal962041400.5300.310.2144.4451.4358.82
Hex60CC8C3501F1490333b
Octal14031421465037242206373
Binary110000011001100100011001101010111111010010010000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,204,140); }

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

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

 a { background-color: rgb(96,204,140); }

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

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

 span { border-color: rgb(96,204,140); }

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