#5AAB48

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

Shades of Apple #5AAB48

Tints of Apple #5AAB48

Color information

#5AAB48 (or 0x5AAB48) is unknown color: approx Apple. HEX triplet: 5A, AB and 48. RGB value is (90,171,72). Sum of RGB (Red+Green+Blue) = 90+171+72=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAB48 is #A554B7. Grayscale: #878787. Windows color (decimal): -10835128 or 4762458. OLE color: 4762458.

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

Color convert

RGB9017172-
CMYK0.4700.580.33
HSL109.09º40.74%47.65%-
HSV(B)109.09º57.89%67.06%-
XYZ19.9531.7711.21-
YUV135.592.1695.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.03%
GREEN value IS 171 (67.19% from 255) = 51.35%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=27.03%
G=51.35%
B=21.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90171720.4700.580.33109.0940.7447.65
Hex5AAB482F03A216d2930
Octal13225311057072411555160
Binary101101010101011100100010111101110101000011101101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,171,72); }

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

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

 a { background-color: rgb(90,171,72); }

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

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

 span { border-color: rgb(90,171,72); }

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