#5AAC49

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

Shades of Apple #5AAC49

Tints of Apple #5AAC49

Color information

#5AAC49 (or 0x5AAC49) is unknown color: approx Apple. HEX triplet: 5A, AC and 49. RGB value is (90,172,73). Sum of RGB (Red+Green+Blue) = 90+172+73=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 172 (67.58% from 255 or 51.34% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAC49 is #A553B6. Grayscale: #888888. Windows color (decimal): -10834871 or 4828250. OLE color: 4828250.

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

Color convert

RGB9017273-
CMYK0.4800.580.33
HSL109.7º40.41%48.04%-
HSV(B)109.7º57.56%67.45%-
XYZ20.1732.1611.45-
YUV136.292.3395.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.87%
GREEN value IS 172 (67.58% from 255) = 51.34%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=26.87%
G=51.34%
B=21.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90172730.4800.580.33109.740.4148.04
Hex5AAC493003A216e2830
Octal13225411160072411565060
Binary101101010101100100100111000001110101000011101110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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