#5AAD40

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

Shades of Apple #5AAD40

Tints of Apple #5AAD40

Color information

#5AAD40 (or 0x5AAD40) is unknown color: approx Apple. HEX triplet: 5A, AD and 40. RGB value is (90,173,64). Sum of RGB (Red+Green+Blue) = 90+173+64=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 173 (67.97% from 255 or 52.91% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAD40 is #A552BF. Grayscale: #888888. Windows color (decimal): -10834624 or 4238682. OLE color: 4238682.

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

Color convert

RGB9017364-
CMYK0.4800.630.32
HSL105.69º45.99%46.47%-
HSV(B)105.69º63.01%67.84%-
XYZ20.0932.4310.05-
YUV135.7687.595.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 173 (67.97% from 255) = 52.91%
BLUE value IS 64 (25.39% from 255) = 19.57%
R=27.52%
G=52.91%
B=19.57%

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
Decimal90173640.4800.630.32105.6945.9946.47
Hex5AAD403003F206a2e2e
Octal13225510060077401525656
Binary101101010101101100000011000001111111000001101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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