Shades of Limeade #59A019
Tints of Limeade #59A019
RGB
CMYK
RGB Variations
Color information
#59A019 (or 0x59A019) is known color: Limeade. HEX triplet: 59, A0 and 19. RGB value is (89,160,25). Sum of RGB (Red+Green+Blue) = 89+160+25=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #59A019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59A019 is #A65FE6. Grayscale: #7B7B7B. Windows color (decimal): -10903527 or 1679449. OLE color: 1679449.
HSL color Cylindrical-coordinate representation of color #59A019: hue angle of 91.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #59A019 is Cyan = 0.44, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 25 | - |
| CMYK | 0.44 | 0 | 0.84 | 0.37 |
| HSL | 91.56º | 0.73% | 0.36% | - |
| HSV(B) | 91.56º | 0.84% | 0.63% | - |
| XYZ | 16.87 | 27.34 | 5.31 | - |
| YUV | 123.38 | 72.48 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 25 | 0.44 | 0 | 0.84 | 0.37 | 91.56 | 0.73 | 0.36 |
| Hex | 59 | A0 | 19 | 2C | 0 | 54 | 25 | 5C | 49 | 24 |
| Octal | 131 | 240 | 31 | 54 | 0 | 124 | 45 | 134 | 111 | 44 |
| Binary | 1011001 | 10100000 | 11001 | 101100 | 0 | 1010100 | 100101 | 1011100 | 1001001 | 100100 |
Color Harmonies of #59A019
Complementary color
Monochromatic Colors of #59A019
Black with #59A019
Text Example
Text Example
White with #59A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A019; }
p { color: rgb(89,160,25); }
H1.HeaderClassName
{
color: #59A019;
}
.AnyTagClassName
{
color: #59A019;
}
</style>
background-color css
<style>
a { background-color: #59A019; }
a { background-color: rgb(89,160,25); }
div.DivClassName
{
background-color: #59A019;
}
.BgClassName
{
background-color: #59A019;
}
</style>
border-color css
<style>
span { border-color: #59A019; }
span { border-color: rgb(89,160,25); }
td.TdClassName
{
border-color: #59A019;
}
.TagClassName
{
border-color: #59A019;
}
</style>