#5AAF52

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

Shades of Apple #5AAF52

Tints of Apple #5AAF52

Color information

#5AAF52 (or 0x5AAF52) is unknown color: approx Apple. HEX triplet: 5A, AF and 52. RGB value is (90,175,82). Sum of RGB (Red+Green+Blue) = 90+175+82=347 (45% of max value = 765). Red value is 90 (35.55% from 255 or 25.94% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF52 is #A550AD. Grayscale: #8B8B8B. Windows color (decimal): -10834094 or 5418842. OLE color: 5418842.

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

Color convert

RGB9017582-
CMYK0.4900.530.31
HSL114.84º36.76%50.39%-
HSV(B)114.84º53.14%68.63%-
XYZ21.0733.4413.33-
YUV138.9895.8493.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.94%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=25.94%
G=50.43%
B=23.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal90175820.4900.530.31114.8436.7650.39
Hex5AAF52310351F732532
Octal13225712261065371634562
Binary10110101010111110100101100010110101111111110011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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