Shades of Limeade #59A039
Tints of Limeade #59A039
RGB
CMYK
RGB Variations
Color information
#59A039 (or 0x59A039) is known color: Limeade. HEX triplet: 59, A0 and 39. RGB value is (89,160,57). Sum of RGB (Red+Green+Blue) = 89+160+57=306 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.08% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #59A039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59A039 is #A65FC6. Grayscale: #7F7F7F. Windows color (decimal): -10903495 or 3776601. OLE color: 3776601.
HSL color Cylindrical-coordinate representation of color #59A039: hue angle of 101.36º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59A039 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 160 | 57 | - |
| CMYK | 0.44 | 0 | 0.64 | 0.37 |
| HSL | 101.36º | 0.47% | 0.43% | - |
| HSV(B) | 101.36º | 0.64% | 0.63% | - |
| XYZ | 17.43 | 27.56 | 8.27 | - |
| YUV | 127.03 | 88.48 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 57 | 0.44 | 0 | 0.64 | 0.37 | 101.36 | 0.47 | 0.43 |
| Hex | 59 | A0 | 39 | 2C | 0 | 40 | 25 | 65 | 2F | 2B |
| Octal | 131 | 240 | 71 | 54 | 0 | 100 | 45 | 145 | 57 | 53 |
| Binary | 1011001 | 10100000 | 111001 | 101100 | 0 | 1000000 | 100101 | 1100101 | 101111 | 101011 |
Color Harmonies of #59A039
Complementary color
Monochromatic Colors of #59A039
Black with #59A039
Text Example
Text Example
White with #59A039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A039; }
p { color: rgb(89,160,57); }
H1.HeaderClassName
{
color: #59A039;
}
.AnyTagClassName
{
color: #59A039;
}
</style>
background-color css
<style>
a { background-color: #59A039; }
a { background-color: rgb(89,160,57); }
div.DivClassName
{
background-color: #59A039;
}
.BgClassName
{
background-color: #59A039;
}
</style>
border-color css
<style>
span { border-color: #59A039; }
span { border-color: rgb(89,160,57); }
td.TdClassName
{
border-color: #59A039;
}
.TagClassName
{
border-color: #59A039;
}
</style>