#60AD50

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

Shades of Apple #60AD50

Tints of Apple #60AD50

Color information

#60AD50 (or 0x60AD50) is unknown color: approx Apple. HEX triplet: 60, AD and 50. RGB value is (96,173,80). Sum of RGB (Red+Green+Blue) = 96+173+80=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60AD50 is #9F52AF. Grayscale: #8B8B8B. Windows color (decimal): -10441392 or 5287264. OLE color: 5287264.

HSL color Cylindrical-coordinate representation of color #60AD50: hue angle of 109.68º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60AD50 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB9617380-
CMYK0.4500.540.32
HSL109.68º36.76%49.61%-
HSV(B)109.68º53.76%67.84%-
XYZ21.2232.9512.83-
YUV139.3894.4997.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 173 (67.97% from 255) = 49.57%
BLUE value IS 80 (31.64% from 255) = 22.92%
R=27.51%
G=49.57%
B=22.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96173800.4500.540.32109.6836.7649.61
Hex60AD502D036206e2532
Octal14025512055066401564562
Binary110000010101101101000010110101101101000001101110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,173,80); }

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

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

 a { background-color: rgb(96,173,80); }

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

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

 span { border-color: rgb(96,173,80); }

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