#5AAA41

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

Shades of Apple #5AAA41

Tints of Apple #5AAA41

Color information

#5AAA41 (or 0x5AAA41) is unknown color: approx Apple. HEX triplet: 5A, AA and 41. RGB value is (90,170,65). Sum of RGB (Red+Green+Blue) = 90+170+65=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAA41 is #A555BE. Grayscale: #868686. Windows color (decimal): -10835391 or 4303450. OLE color: 4303450.

HSL color Cylindrical-coordinate representation of color #5AAA41: hue angle of 105.71º 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 #5AAA41 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB9017065-
CMYK0.4700.620.33
HSL105.71º44.68%46.08%-
HSV(B)105.71º61.76%66.67%-
XYZ19.5531.310.01-
YUV134.118996.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.69%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 65 (25.78% from 255) = 20%
R=27.69%
G=52.31%
B=20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90170650.4700.620.33105.7144.6846.08
Hex5AAA412F03E216a2d2e
Octal13225210157076411525556
Binary101101010101010100000110111101111101000011101010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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