Shades of Limeade #59A010
Tints of Limeade #59A010
RGB
CMYK
RGB Variations
Color information
#59A010 (or 0x59A010) is known color: Limeade. HEX triplet: 59, A0 and 10. RGB value is (89,160,16). Sum of RGB (Red+Green+Blue) = 89+160+16=265 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.58% from 265); Green value is 160 (62.89% from 255 or 60.38% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 160 - color contains mainly: green. Hex color #59A010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59A010 is #A65FEF. Grayscale: #7A7A7A. Windows color (decimal): -10903536 or 1089625. OLE color: 1089625.
HSL color Cylindrical-coordinate representation of color #59A010: hue angle of 89.58º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59A010 is Cyan = 0.44, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 16 | - |
| CMYK | 0.44 | 0 | 0.9 | 0.37 |
| HSL | 89.58º | 0.82% | 0.35% | - |
| HSV(B) | 89.58º | 0.9% | 0.63% | - |
| XYZ | 16.78 | 27.3 | 4.88 | - |
| YUV | 122.36 | 67.98 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 16 | 0.44 | 0 | 0.9 | 0.37 | 89.58 | 0.82 | 0.35 |
| Hex | 59 | A0 | 10 | 2C | 0 | 5A | 25 | 5A | 52 | 23 |
| Octal | 131 | 240 | 20 | 54 | 0 | 132 | 45 | 132 | 122 | 43 |
| Binary | 1011001 | 10100000 | 10000 | 101100 | 0 | 1011010 | 100101 | 1011010 | 1010010 | 100011 |
Color Harmonies of #59A010
Complementary color
Monochromatic Colors of #59A010
Black with #59A010
Text Example
Text Example
White with #59A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A010; }
p { color: rgb(89,160,16); }
H1.HeaderClassName
{
color: #59A010;
}
.AnyTagClassName
{
color: #59A010;
}
</style>
background-color css
<style>
a { background-color: #59A010; }
a { background-color: rgb(89,160,16); }
div.DivClassName
{
background-color: #59A010;
}
.BgClassName
{
background-color: #59A010;
}
</style>
border-color css
<style>
span { border-color: #59A010; }
span { border-color: rgb(89,160,16); }
td.TdClassName
{
border-color: #59A010;
}
.TagClassName
{
border-color: #59A010;
}
</style>