Shades of Limeade #59991A
Tints of Limeade #59991A
RGB
CMYK
RGB Variations
Color information
#59991A (or 0x59991A) is known color: Limeade. HEX triplet: 59, 99 and 1A. RGB value is (89,153,26). Sum of RGB (Red+Green+Blue) = 89+153+26=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #59991A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #59991A is #A666E5. Grayscale: #777777. Windows color (decimal): -10905318 or 1743193. OLE color: 1743193.
HSL color Cylindrical-coordinate representation of color #59991A: hue angle of 90.24º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #59991A is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 89 | 153 | 26 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.4 |
| HSL | 90.24º | 0.71% | 0.35% | - |
| HSV(B) | 90.24º | 0.83% | 0.6% | - |
| XYZ | 15.7 | 24.98 | 4.97 | - |
| YUV | 119.39 | 75.3 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 153 | 26 | 0.42 | 0 | 0.83 | 0.4 | 90.24 | 0.71 | 0.35 |
| Hex | 59 | 99 | 1A | 2A | 0 | 53 | 28 | 5A | 47 | 23 |
| Octal | 131 | 231 | 32 | 52 | 0 | 123 | 50 | 132 | 107 | 43 |
| Binary | 1011001 | 10011001 | 11010 | 101010 | 0 | 1010011 | 101000 | 1011010 | 1000111 | 100011 |
Color Harmonies of #59991A
Complementary color
Monochromatic Colors of #59991A
Black with #59991A
Text Example
Text Example
White with #59991A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59991A; }
p { color: rgb(89,153,26); }
H1.HeaderClassName
{
color: #59991A;
}
.AnyTagClassName
{
color: #59991A;
}
</style>
background-color css
<style>
a { background-color: #59991A; }
a { background-color: rgb(89,153,26); }
div.DivClassName
{
background-color: #59991A;
}
.BgClassName
{
background-color: #59991A;
}
</style>
border-color css
<style>
span { border-color: #59991A; }
span { border-color: rgb(89,153,26); }
td.TdClassName
{
border-color: #59991A;
}
.TagClassName
{
border-color: #59991A;
}
</style>