Shades of Limeade #59A115
Tints of Limeade #59A115
RGB
CMYK
RGB Variations
Color information
#59A115 (or 0x59A115) is known color: Limeade. HEX triplet: 59, A1 and 15. RGB value is (89,161,21). Sum of RGB (Red+Green+Blue) = 89+161+21=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 161 (63.28% from 255 or 59.41% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 161 - color contains mainly: green. Hex color #59A115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59A115 is #A65EEA. Grayscale: #7C7C7C. Windows color (decimal): -10903275 or 1417561. OLE color: 1417561.
HSL color Cylindrical-coordinate representation of color #59A115: hue angle of 90.86º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #59A115 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 161 | 21 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.37 |
| HSL | 90.86º | 0.77% | 0.36% | - |
| HSV(B) | 90.86º | 0.87% | 0.63% | - |
| XYZ | 17 | 27.67 | 5.15 | - |
| YUV | 123.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 21 | 0.45 | 0 | 0.87 | 0.37 | 90.86 | 0.77 | 0.36 |
| Hex | 59 | A1 | 15 | 2D | 0 | 57 | 25 | 5B | 4D | 24 |
| Octal | 131 | 241 | 25 | 55 | 0 | 127 | 45 | 133 | 115 | 44 |
| Binary | 1011001 | 10100001 | 10101 | 101101 | 0 | 1010111 | 100101 | 1011011 | 1001101 | 100100 |
Color Harmonies of #59A115
Complementary color
Monochromatic Colors of #59A115
Black with #59A115
Text Example
Text Example
White with #59A115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A115; }
p { color: rgb(89,161,21); }
H1.HeaderClassName
{
color: #59A115;
}
.AnyTagClassName
{
color: #59A115;
}
</style>
background-color css
<style>
a { background-color: #59A115; }
a { background-color: rgb(89,161,21); }
div.DivClassName
{
background-color: #59A115;
}
.BgClassName
{
background-color: #59A115;
}
</style>
border-color css
<style>
span { border-color: #59A115; }
span { border-color: rgb(89,161,21); }
td.TdClassName
{
border-color: #59A115;
}
.TagClassName
{
border-color: #59A115;
}
</style>