#5AAE40

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

Shades of Apple #5AAE40

Tints of Apple #5AAE40

Color information

#5AAE40 (or 0x5AAE40) is unknown color: approx Apple. HEX triplet: 5A, AE and 40. RGB value is (90,174,64). Sum of RGB (Red+Green+Blue) = 90+174+64=328 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.44% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 64 (25.39% from 255 or 19.51% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAE40 is #A551BF. Grayscale: #888888. Windows color (decimal): -10834368 or 4238938. OLE color: 4238938.

HSL color Cylindrical-coordinate representation of color #5AAE40: hue angle of 105.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AAE40 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB9017464-
CMYK0.4800.630.32
HSL105.82º46.22%46.67%-
HSV(B)105.82º63.22%68.24%-
XYZ20.2832.8210.12-
YUV136.3487.1794.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.44%
GREEN value IS 174 (68.36% from 255) = 53.05%
BLUE value IS 64 (25.39% from 255) = 19.51%
R=27.44%
G=53.05%
B=19.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90174640.4800.630.32105.8246.2246.67
Hex5AAE403003F206a2e2f
Octal13225610060077401525657
Binary101101010101110100000011000001111111000001101010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,174,64); }

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

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

 a { background-color: rgb(90,174,64); }

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

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

 span { border-color: rgb(90,174,64); }

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