#60BF8A

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

Shades of Silver Tree #60BF8A

Tints of Silver Tree #60BF8A

Color information

#60BF8A (or 0x60BF8A) is unknown color: approx Silver Tree. HEX triplet: 60, BF and 8A. RGB value is (96,191,138). Sum of RGB (Red+Green+Blue) = 96+191+138=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BF8A is #9F4075. Grayscale: #9C9C9C. Windows color (decimal): -10436726 or 9092960. OLE color: 9092960.

HSL color Cylindrical-coordinate representation of color #60BF8A: hue angle of 146.53º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF8A is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB96191138-
CMYK0.5000.280.25
HSL146.53º42.6%56.27%-
HSV(B)146.53º49.74%74.9%-
XYZ28.0441.5830.59-
YUV156.55117.5384.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.59%
GREEN value IS 191 (75% from 255) = 44.94%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=22.59%
G=44.94%
B=32.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961911380.5000.280.25146.5342.656.27
Hex60BF8A3201C19932b38
Octal14027721262034312235370
Binary110000010111111100010101100100111001100110010011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,191,138); }

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

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

 a { background-color: rgb(96,191,138); }

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

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

 span { border-color: rgb(96,191,138); }

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