#59A320

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

Shades of Limeade #59A320

Tints of Limeade #59A320

Color information

#59A320 (or 0x59A320) is unknown color: approx Limeade. HEX triplet: 59, A3 and 20. RGB value is (89,163,32). Sum of RGB (Red+Green+Blue) = 89+163+32=284 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.34% from 284); Green value is 163 (64.06% from 255 or 57.39% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 163 - color contains mainly: green. Hex color #59A320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A320 is #A65CDF. Grayscale: #7E7E7E. Windows color (decimal): -10902752 or 2138969. OLE color: 2138969.

HSL color Cylindrical-coordinate representation of color #59A320: hue angle of 93.89º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #59A320 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB8916332-
CMYK0.4500.800.36
HSL93.89º67.18%38.24%-
HSV(B)93.89º80.37%63.92%-
XYZ17.4828.425.93-
YUV125.9474.98101.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.34%
GREEN value IS 163 (64.06% from 255) = 57.39%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=31.34%
G=57.39%
B=11.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal89163320.4500.800.3693.8967.1838.24
Hex59A3202D050245e4326
Octal131243405501204413610346
Binary1011001101000111000001011010101000010010010111101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,163,32); }

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

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

 a { background-color: rgb(89,163,32); }

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

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

 span { border-color: rgb(89,163,32); }

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