#5AAF48

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

Shades of Apple #5AAF48

Tints of Apple #5AAF48

Color information

#5AAF48 (or 0x5AAF48) is unknown color: approx Apple. HEX triplet: 5A, AF and 48. RGB value is (90,175,72). Sum of RGB (Red+Green+Blue) = 90+175+72=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF48 is #A550B7. Grayscale: #8A8A8A. Windows color (decimal): -10834104 or 4763482. OLE color: 4763482.

HSL color Cylindrical-coordinate representation of color #5AAF48: hue angle of 109.51º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AAF48 is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB9017572-
CMYK0.4900.590.31
HSL109.51º41.7%48.43%-
HSV(B)109.51º58.86%68.63%-
XYZ20.7233.311.47-
YUV137.8490.8493.88-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.71%
GREEN value IS 175 (68.75% from 255) = 51.93%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=26.71%
G=51.93%
B=21.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90175720.4900.590.31109.5141.748.43
Hex5AAF483103B1F6e2a30
Octal13225711061073371565260
Binary10110101010111110010001100010111011111111101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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