#5AAB45

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

Shades of Apple #5AAB45

Tints of Apple #5AAB45

Color information

#5AAB45 (or 0x5AAB45) is unknown color: approx Apple. HEX triplet: 5A, AB and 45. RGB value is (90,171,69). Sum of RGB (Red+Green+Blue) = 90+171+69=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #5AAB45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAB45 is #A554BA. Grayscale: #878787. Windows color (decimal): -10835131 or 4565850. OLE color: 4565850.

HSL color Cylindrical-coordinate representation of color #5AAB45: hue angle of 107.65º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AAB45 is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB9017169-
CMYK0.4700.600.33
HSL107.65º42.5%47.06%-
HSV(B)107.65º59.65%67.06%-
XYZ19.8531.7310.71-
YUV135.1590.6695.79-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.27%
GREEN value IS 171 (67.19% from 255) = 51.82%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=27.27%
G=51.82%
B=20.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal90171690.4700.600.33107.6542.547.06
Hex5AAB452F03C216c2a2f
Octal13225310557074411545257
Binary101101010101011100010110111101111001000011101100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,171,69); }

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

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

 a { background-color: rgb(90,171,69); }

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

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

 span { border-color: rgb(90,171,69); }

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