#60AA41

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

Shades of Apple #60AA41

Tints of Apple #60AA41

Color information

#60AA41 (or 0x60AA41) is unknown color: approx Apple. HEX triplet: 60, AA and 41. RGB value is (96,170,65). Sum of RGB (Red+Green+Blue) = 96+170+65=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #60AA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60AA41 is #9F55BE. Grayscale: #888888. Windows color (decimal): -10442175 or 4303456. OLE color: 4303456.

HSL color Cylindrical-coordinate representation of color #60AA41: hue angle of 102.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60AA41 is Cyan = 0.44, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB9617065-
CMYK0.4400.620.33
HSL102.29º44.68%46.08%-
HSV(B)102.29º61.76%66.67%-
XYZ20.1531.6210.04-
YUV135.987.9899.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=29.00%
G=51.36%
B=19.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96170650.4400.620.33102.2944.6846.08
Hex60AA412C03E21662d2e
Octal14025210154076411465556
Binary110000010101010100000110110001111101000011100110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,170,65); }

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

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

 a { background-color: rgb(96,170,65); }

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

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

 span { border-color: rgb(96,170,65); }

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