#59A028

Color #59A028 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #59A028

Tints of Limeade #59A028

Color information

#59A028 (or 0x59A028) is unknown color: approx Limeade. HEX triplet: 59, A0 and 28. RGB value is (89,160,40). Sum of RGB (Red+Green+Blue) = 89+160+40=289 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.80% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #59A028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A028 is #A65FD7. Grayscale: #7D7D7D. Windows color (decimal): -10903512 or 2662489. OLE color: 2662489.

HSL color Cylindrical-coordinate representation of color #59A028: hue angle of 95.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #59A028 is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB8916040-
CMYK0.4400.750.37
HSL95.5º60%39.22%-
HSV(B)95.5º75%62.75%-
XYZ17.0727.426.4-
YUV125.0979.98102.26-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.80%
GREEN value IS 160 (62.89% from 255) = 55.36%
BLUE value IS 40 (16.02% from 255) = 13.84%
R=30.80%
G=55.36%
B=13.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal89160400.4400.750.3795.56039.22
Hex59A0282C04B25603c27
Octal13124050540113451407447
Binary101100110100000101000101100010010111001011100000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A028; }

 p { color: rgb(89,160,40); }

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

<style>
 a { background-color: #59A028; }

 a { background-color: rgb(89,160,40); }

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

<style>
 span { border-color: #59A028; }

 span { border-color: rgb(89,160,40); }

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