#59960E

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

Shades of Limeade #59960E

Tints of Limeade #59960E

Color information

#59960E (or 0x59960E) is unknown color: approx Limeade. HEX triplet: 59, 96 and 0E. RGB value is (89,150,14). Sum of RGB (Red+Green+Blue) = 89+150+14=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 150 (58.98% from 255 or 59.29% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 150 - color contains mainly: green. Hex color #59960E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59960E is #A669F1. Grayscale: #747474. Windows color (decimal): -10906098 or 955993. OLE color: 955993.

HSL color Cylindrical-coordinate representation of color #59960E: hue angle of 86.91º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59960E is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB8915014-
CMYK0.4100.910.41
HSL86.91º82.93%32.16%-
HSV(B)86.91º90.67%58.82%-
XYZ15.1123.974.25-
YUV116.2670.29108.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.18%
GREEN value IS 150 (58.98% from 255) = 59.29%
BLUE value IS 14 (5.86% from 255) = 5.53%
R=35.18%
G=59.29%
B=5.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal89150140.4100.910.4186.9182.9332.16
Hex5996E2905B29575320
Octal131226165101335112712340
Binary10110011001011011101010010101101110100110101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59960E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59960E; }

 p { color: rgb(89,150,14); }

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

<style>
 a { background-color: #59960E; }

 a { background-color: rgb(89,150,14); }

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

<style>
 span { border-color: #59960E; }

 span { border-color: rgb(89,150,14); }

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