Shades of Limeade #56A00D
Tints of Limeade #56A00D
RGB
CMYK
RGB Variations
Color information
#56A00D (or 0x56A00D) is known color: Limeade. HEX triplet: 56, A0 and 0D. RGB value is (86,160,13). Sum of RGB (Red+Green+Blue) = 86+160+13=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #56A00D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A00D is #A95FF2. Grayscale: #797979. Windows color (decimal): -11100147 or 893014. OLE color: 893014.
HSL color Cylindrical-coordinate representation of color #56A00D: hue angle of 90.2º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56A00D is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 160 | 13 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.37 |
| HSL | 90.2º | 0.85% | 0.34% | - |
| HSV(B) | 90.2º | 0.92% | 0.63% | - |
| XYZ | 16.48 | 27.15 | 4.75 | - |
| YUV | 121.12 | 66.98 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 13 | 0.46 | 0 | 0.92 | 0.37 | 90.2 | 0.85 | 0.34 |
| Hex | 56 | A0 | D | 2E | 0 | 5C | 25 | 5A | 55 | 22 |
| Octal | 126 | 240 | 15 | 56 | 0 | 134 | 45 | 132 | 125 | 42 |
| Binary | 1010110 | 10100000 | 1101 | 101110 | 0 | 1011100 | 100101 | 1011010 | 1010101 | 100010 |
Color Harmonies of #56A00D
Complementary color
Monochromatic Colors of #56A00D
Black with #56A00D
Text Example
Text Example
White with #56A00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A00D; }
p { color: rgb(86,160,13); }
H1.HeaderClassName
{
color: #56A00D;
}
.AnyTagClassName
{
color: #56A00D;
}
</style>
background-color css
<style>
a { background-color: #56A00D; }
a { background-color: rgb(86,160,13); }
div.DivClassName
{
background-color: #56A00D;
}
.BgClassName
{
background-color: #56A00D;
}
</style>
border-color css
<style>
span { border-color: #56A00D; }
span { border-color: rgb(86,160,13); }
td.TdClassName
{
border-color: #56A00D;
}
.TagClassName
{
border-color: #56A00D;
}
</style>