Shades of Limeade #59A110
Tints of Limeade #59A110
RGB
CMYK
RGB Variations
Color information
#59A110 (or 0x59A110) is known color: Limeade. HEX triplet: 59, A1 and 10. RGB value is (89,161,16). Sum of RGB (Red+Green+Blue) = 89+161+16=266 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.46% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #59A110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59A110 is #A65EEF. Grayscale: #7B7B7B. Windows color (decimal): -10903280 or 1089881. OLE color: 1089881.
HSL color Cylindrical-coordinate representation of color #59A110: hue angle of 89.79º 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 #59A110 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 161 | 16 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.37 |
| HSL | 89.79º | 0.82% | 0.35% | - |
| HSV(B) | 89.79º | 0.9% | 0.63% | - |
| XYZ | 16.96 | 27.65 | 4.93 | - |
| YUV | 122.94 | 67.65 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 16 | 0.45 | 0 | 0.90 | 0.37 | 89.79 | 0.82 | 0.35 |
| Hex | 59 | A1 | 10 | 2D | 0 | 5A | 25 | 5A | 52 | 23 |
| Octal | 131 | 241 | 20 | 55 | 0 | 132 | 45 | 132 | 122 | 43 |
| Binary | 1011001 | 10100001 | 10000 | 101101 | 0 | 1011010 | 100101 | 1011010 | 1010010 | 100011 |
Color Harmonies of #59A110
Complementary color
Monochromatic Colors of #59A110
Black with #59A110
Text Example
Text Example
White with #59A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A110; }
p { color: rgb(89,161,16); }
H1.HeaderClassName
{
color: #59A110;
}
.AnyTagClassName
{
color: #59A110;
}
</style>
background-color css
<style>
a { background-color: #59A110; }
a { background-color: rgb(89,161,16); }
div.DivClassName
{
background-color: #59A110;
}
.BgClassName
{
background-color: #59A110;
}
</style>
border-color css
<style>
span { border-color: #59A110; }
span { border-color: rgb(89,161,16); }
td.TdClassName
{
border-color: #59A110;
}
.TagClassName
{
border-color: #59A110;
}
</style>