Shades of Lima #80AA16
Tints of Lima #80AA16
RGB
CMYK
RGB Variations
Color information
#80AA16 (or 0x80AA16) is known color: Lima. HEX triplet: 80, AA and 16. RGB value is (128,170,22). Sum of RGB (Red+Green+Blue) = 128+170+22=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA16 is #7F55E9. Grayscale: #8D8D8D. Windows color (decimal): -8345066 or 1485440. OLE color: 1485440.
HSL color Cylindrical-coordinate representation of color #80AA16: hue angle of 77.03º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80AA16 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 22 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.33 |
| HSL | 77.03º | 0.77% | 0.38% | - |
| HSV(B) | 77.03º | 0.87% | 0.67% | - |
| XYZ | 23.42 | 33.4 | 5.97 | - |
| YUV | 140.57 | 61.09 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 22 | 0.25 | 0 | 0.87 | 0.33 | 77.03 | 0.77 | 0.38 |
| Hex | 80 | AA | 16 | 19 | 0 | 57 | 21 | 4D | 4D | 26 |
| Octal | 200 | 252 | 26 | 31 | 0 | 127 | 41 | 115 | 115 | 46 |
| Binary | 10000000 | 10101010 | 10110 | 11001 | 0 | 1010111 | 100001 | 1001101 | 1001101 | 100110 |
Color Harmonies of #80AA16
Complementary color
Monochromatic Colors of #80AA16
Black with #80AA16
Text Example
Text Example
White with #80AA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA16; }
p { color: rgb(128,170,22); }
H1.HeaderClassName
{
color: #80AA16;
}
.AnyTagClassName
{
color: #80AA16;
}
</style>
background-color css
<style>
a { background-color: #80AA16; }
a { background-color: rgb(128,170,22); }
div.DivClassName
{
background-color: #80AA16;
}
.BgClassName
{
background-color: #80AA16;
}
</style>
border-color css
<style>
span { border-color: #80AA16; }
span { border-color: rgb(128,170,22); }
td.TdClassName
{
border-color: #80AA16;
}
.TagClassName
{
border-color: #80AA16;
}
</style>