#5AA548

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

Shades of Apple #5AA548

Tints of Apple #5AA548

Color information

#5AA548 (or 0x5AA548) is unknown color: approx Apple. HEX triplet: 5A, A5 and 48. RGB value is (90,165,72). Sum of RGB (Red+Green+Blue) = 90+165+72=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA548 is #A55AB7. Grayscale: #848484. Windows color (decimal): -10836664 or 4760922. OLE color: 4760922.

HSL color Cylindrical-coordinate representation of color #5AA548: hue angle of 108.39º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5AA548 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB9016572-
CMYK0.4500.560.35
HSL108.39º39.24%46.47%-
HSV(B)108.39º56.36%64.71%-
XYZ18.8429.5510.84-
YUV131.9794.1598.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 165 (64.84% from 255) = 50.46%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=27.52%
G=50.46%
B=22.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal90165720.4500.560.35108.3939.2446.47
Hex5AA5482D038236c272e
Octal13224511055070431544756
Binary101101010100101100100010110101110001000111101100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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