#59A416

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

Shades of Limeade #59A416

Tints of Limeade #59A416

Color information

#59A416 (or 0x59A416) is unknown color: approx Limeade. HEX triplet: 59, A4 and 16. RGB value is (89,164,22). Sum of RGB (Red+Green+Blue) = 89+164+22=275 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.36% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #59A416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59A416 is #A65BE9. Grayscale: #7D7D7D. Windows color (decimal): -10902506 or 1483865. OLE color: 1483865.

HSL color Cylindrical-coordinate representation of color #59A416: hue angle of 91.69º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59A416 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB8916422-
CMYK0.4600.870.36
HSL91.69º76.34%36.47%-
HSV(B)91.69º86.59%64.31%-
XYZ17.5428.735.38-
YUV125.3969.65102.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.36%
GREEN value IS 164 (64.45% from 255) = 59.64%
BLUE value IS 22 (8.98% from 255) = 8%
R=32.36%
G=59.64%
B=8%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89164220.4600.870.3691.6976.3436.47
Hex59A4162E057245c4c24
Octal131244265601274413411444
Binary101100110100100101101011100101011110010010111001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,164,22); }

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

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

 a { background-color: rgb(89,164,22); }

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

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

 span { border-color: rgb(89,164,22); }

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