#60CB9A

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

Shades of Silver Tree #60CB9A

Tints of Silver Tree #60CB9A

Color information

#60CB9A (or 0x60CB9A) is unknown color: approx Silver Tree. HEX triplet: 60, CB and 9A. RGB value is (96,203,154). Sum of RGB (Red+Green+Blue) = 96+203+154=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60CB9A is #9F3465. Grayscale: #A5A5A5. Windows color (decimal): -10433638 or 10144608. OLE color: 10144608.

HSL color Cylindrical-coordinate representation of color #60CB9A: hue angle of 152.52º 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 #60CB9A is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB96203154-
CMYK0.5300.240.20
HSL152.52º50.71%58.63%-
HSV(B)152.52º52.71%79.61%-
XYZ32.0147.5338.06-
YUV165.42121.5578.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.19%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=21.19%
G=44.81%
B=34.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal962031540.5300.240.20152.5250.7158.63
Hex60CB9A350181499333b
Octal14031323265030242316373
Binary110000011001011100110101101010110001010010011001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,203,154); }

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

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

 a { background-color: rgb(96,203,154); }

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

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

 span { border-color: rgb(96,203,154); }

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