#5AAA49

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

Shades of Apple #5AAA49

Tints of Apple #5AAA49

Color information

#5AAA49 (or 0x5AAA49) is unknown color: approx Apple. HEX triplet: 5A, AA and 49. RGB value is (90,170,73). Sum of RGB (Red+Green+Blue) = 90+170+73=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA49 is #A555B6. Grayscale: #878787. Windows color (decimal): -10835383 or 4827738. OLE color: 4827738.

HSL color Cylindrical-coordinate representation of color #5AAA49: hue angle of 109.48º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AAA49 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB9017073-
CMYK0.4700.570.33
HSL109.48º39.92%47.65%-
HSV(B)109.48º57.06%66.67%-
XYZ19.7931.411.32-
YUV135.029395.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.03%
GREEN value IS 170 (66.80% from 255) = 51.05%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=27.03%
G=51.05%
B=21.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90170730.4700.570.33109.4839.9247.65
Hex5AAA492F039216d2830
Octal13225211157071411555060
Binary101101010101010100100110111101110011000011101101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5AAA49; }

 p { color: rgb(90,170,73); }

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

<style>
 a { background-color: #5AAA49; }

 a { background-color: rgb(90,170,73); }

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

<style>
 span { border-color: #5AAA49; }

 span { border-color: rgb(90,170,73); }

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