Shades of Limeade #56A209
Tints of Limeade #56A209
RGB
CMYK
RGB Variations
Color information
#56A209 (or 0x56A209) is known color: Limeade. HEX triplet: 56, A2 and 09. RGB value is (86,162,9). Sum of RGB (Red+Green+Blue) = 86+162+9=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 162 (63.67% from 255 or 63.04% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 162 - color contains mainly: green. Hex color #56A209 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A209 is #A95DF6. Grayscale: #7A7A7A. Windows color (decimal): -11099639 or 631382. OLE color: 631382.
HSL color Cylindrical-coordinate representation of color #56A209: hue angle of 89.8º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #56A209 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 162 | 9 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.36 |
| HSL | 89.8º | 0.89% | 0.34% | - |
| HSV(B) | 89.8º | 0.94% | 0.64% | - |
| XYZ | 16.81 | 27.84 | 4.75 | - |
| YUV | 121.83 | 64.32 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 9 | 0.47 | 0 | 0.94 | 0.36 | 89.8 | 0.89 | 0.34 |
| Hex | 56 | A2 | 9 | 2F | 0 | 5E | 24 | 5A | 59 | 22 |
| Octal | 126 | 242 | 11 | 57 | 0 | 136 | 44 | 132 | 131 | 42 |
| Binary | 1010110 | 10100010 | 1001 | 101111 | 0 | 1011110 | 100100 | 1011010 | 1011001 | 100010 |
Color Harmonies of #56A209
Complementary color
Monochromatic Colors of #56A209
Black with #56A209
Text Example
Text Example
White with #56A209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A209; }
p { color: rgb(86,162,9); }
H1.HeaderClassName
{
color: #56A209;
}
.AnyTagClassName
{
color: #56A209;
}
</style>
background-color css
<style>
a { background-color: #56A209; }
a { background-color: rgb(86,162,9); }
div.DivClassName
{
background-color: #56A209;
}
.BgClassName
{
background-color: #56A209;
}
</style>
border-color css
<style>
span { border-color: #56A209; }
span { border-color: rgb(86,162,9); }
td.TdClassName
{
border-color: #56A209;
}
.TagClassName
{
border-color: #56A209;
}
</style>