#59A12A

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

Shades of Limeade #59A12A

Tints of Limeade #59A12A

Color information

#59A12A (or 0x59A12A) is unknown color: approx Limeade. HEX triplet: 59, A1 and 2A. RGB value is (89,161,42). Sum of RGB (Red+Green+Blue) = 89+161+42=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #59A12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A12A is #A65ED5. Grayscale: #7E7E7E. Windows color (decimal): -10903254 or 2793817. OLE color: 2793817.

HSL color Cylindrical-coordinate representation of color #59A12A: hue angle of 96.3º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #59A12A is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB8916142-
CMYK0.4500.740.37
HSL96.3º58.62%39.8%-
HSV(B)96.3º73.91%63.14%-
XYZ17.2827.786.64-
YUV125.9180.65101.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.48%
GREEN value IS 161 (63.28% from 255) = 55.14%
BLUE value IS 42 (16.80% from 255) = 14.38%
R=30.48%
G=55.14%
B=14.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal89161420.4500.740.3796.358.6239.8
Hex59A12A2D04A25603b28
Octal13124152550112451407350
Binary101100110100001101010101101010010101001011100000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,161,42); }

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

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

 a { background-color: rgb(89,161,42); }

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

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

 span { border-color: rgb(89,161,42); }

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