#5AB049

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

Shades of Apple #5AB049

Tints of Apple #5AB049

Color information

#5AB049 (or 0x5AB049) is unknown color: approx Apple. HEX triplet: 5A, B0 and 49. RGB value is (90,176,73). Sum of RGB (Red+Green+Blue) = 90+176+73=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 176 (69.14% from 255 or 51.92% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 176 - color contains mainly: green. Hex color #5AB049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AB049 is #A54FB6. Grayscale: #8A8A8A. Windows color (decimal): -10833847 or 4829274. OLE color: 4829274.

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

Color convert

RGB9017673-
CMYK0.4900.590.31
HSL110.1º41.37%48.82%-
HSV(B)110.1º58.52%69.02%-
XYZ20.9433.7111.71-
YUV138.5491.0193.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 176 (69.14% from 255) = 51.92%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=26.55%
G=51.92%
B=21.53%

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
Decimal90176730.4900.590.31110.141.3748.82
Hex5AB0493103B1F6e2931
Octal13226011161073371565161
Binary10110101011000010010011100010111011111111101110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,176,73); }

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

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

 a { background-color: rgb(90,176,73); }

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

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

 span { border-color: rgb(90,176,73); }

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