Shades of Limeade #56A20A
Tints of Limeade #56A20A
RGB
CMYK
RGB Variations
Color information
#56A20A (or 0x56A20A) is known color: Limeade. HEX triplet: 56, A2 and 0A. RGB value is (86,162,10). Sum of RGB (Red+Green+Blue) = 86+162+10=258 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.33% from 258); Green value is 162 (63.67% from 255 or 62.79% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 162 - color contains mainly: green. Hex color #56A20A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #56A20A is #A95DF5. Grayscale: #7A7A7A. Windows color (decimal): -11099638 or 696918. OLE color: 696918.
HSL color Cylindrical-coordinate representation of color #56A20A: hue angle of 90º degrees, saturation: 0.88, 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 #56A20A is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 86 | 162 | 10 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.36 |
| HSL | 90º | 0.88% | 0.34% | - |
| HSV(B) | 90º | 0.94% | 0.64% | - |
| XYZ | 16.81 | 27.84 | 4.77 | - |
| YUV | 121.95 | 64.82 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 162 | 10 | 0.47 | 0 | 0.94 | 0.36 | 90 | 0.88 | 0.34 |
| Hex | 56 | A2 | A | 2F | 0 | 5E | 24 | 5A | 58 | 22 |
| Octal | 126 | 242 | 12 | 57 | 0 | 136 | 44 | 132 | 130 | 42 |
| Binary | 1010110 | 10100010 | 1010 | 101111 | 0 | 1011110 | 100100 | 1011010 | 1011000 | 100010 |
Color Harmonies of #56A20A
Complementary color
Monochromatic Colors of #56A20A
Black with #56A20A
Text Example
Text Example
White with #56A20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A20A; }
p { color: rgb(86,162,10); }
H1.HeaderClassName
{
color: #56A20A;
}
.AnyTagClassName
{
color: #56A20A;
}
</style>
background-color css
<style>
a { background-color: #56A20A; }
a { background-color: rgb(86,162,10); }
div.DivClassName
{
background-color: #56A20A;
}
.BgClassName
{
background-color: #56A20A;
}
</style>
border-color css
<style>
span { border-color: #56A20A; }
span { border-color: rgb(86,162,10); }
td.TdClassName
{
border-color: #56A20A;
}
.TagClassName
{
border-color: #56A20A;
}
</style>