Shades of Lima #80AA13
Tints of Lima #80AA13
RGB
CMYK
RGB Variations
Color information
#80AA13 (or 0x80AA13) is known color: Lima. HEX triplet: 80, AA and 13. RGB value is (128,170,19). Sum of RGB (Red+Green+Blue) = 128+170+19=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA13 is #7F55EC. Grayscale: #8C8C8C. Windows color (decimal): -8345069 or 1288832. OLE color: 1288832.
HSL color Cylindrical-coordinate representation of color #80AA13: hue angle of 76.69º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80AA13 is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 19 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.33 |
| HSL | 76.69º | 0.8% | 0.37% | - |
| HSV(B) | 76.69º | 0.89% | 0.67% | - |
| XYZ | 23.39 | 33.39 | 5.83 | - |
| YUV | 140.23 | 59.59 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 19 | 0.25 | 0 | 0.89 | 0.33 | 76.69 | 0.8 | 0.37 |
| Hex | 80 | AA | 13 | 19 | 0 | 59 | 21 | 4D | 50 | 25 |
| Octal | 200 | 252 | 23 | 31 | 0 | 131 | 41 | 115 | 120 | 45 |
| Binary | 10000000 | 10101010 | 10011 | 11001 | 0 | 1011001 | 100001 | 1001101 | 1010000 | 100101 |
Color Harmonies of #80AA13
Complementary color
Monochromatic Colors of #80AA13
Black with #80AA13
Text Example
Text Example
White with #80AA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA13; }
p { color: rgb(128,170,19); }
H1.HeaderClassName
{
color: #80AA13;
}
.AnyTagClassName
{
color: #80AA13;
}
</style>
background-color css
<style>
a { background-color: #80AA13; }
a { background-color: rgb(128,170,19); }
div.DivClassName
{
background-color: #80AA13;
}
.BgClassName
{
background-color: #80AA13;
}
</style>
border-color css
<style>
span { border-color: #80AA13; }
span { border-color: rgb(128,170,19); }
td.TdClassName
{
border-color: #80AA13;
}
.TagClassName
{
border-color: #80AA13;
}
</style>