Shades of Lima #80AC16
Tints of Lima #80AC16
RGB
CMYK
RGB Variations
Color information
#80AC16 (or 0x80AC16) is known color: Lima. HEX triplet: 80, AC and 16. RGB value is (128,172,22). Sum of RGB (Red+Green+Blue) = 128+172+22=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AC16 is #7F53E9. Grayscale: #8E8E8E. Windows color (decimal): -8344554 or 1485952. OLE color: 1485952.
HSL color Cylindrical-coordinate representation of color #80AC16: hue angle of 77.6º 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 #80AC16 is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 22 | - |
| CMYK | 0.26 | 0 | 0.87 | 0.33 |
| HSL | 77.6º | 0.77% | 0.38% | - |
| HSV(B) | 77.6º | 0.87% | 0.67% | - |
| XYZ | 23.8 | 34.15 | 6.1 | - |
| YUV | 141.74 | 60.42 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 22 | 0.26 | 0 | 0.87 | 0.33 | 77.6 | 0.77 | 0.38 |
| Hex | 80 | AC | 16 | 1A | 0 | 57 | 21 | 4E | 4D | 26 |
| Octal | 200 | 254 | 26 | 32 | 0 | 127 | 41 | 116 | 115 | 46 |
| Binary | 10000000 | 10101100 | 10110 | 11010 | 0 | 1010111 | 100001 | 1001110 | 1001101 | 100110 |
Color Harmonies of #80AC16
Complementary color
Monochromatic Colors of #80AC16
Black with #80AC16
Text Example
Text Example
White with #80AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC16; }
p { color: rgb(128,172,22); }
H1.HeaderClassName
{
color: #80AC16;
}
.AnyTagClassName
{
color: #80AC16;
}
</style>
background-color css
<style>
a { background-color: #80AC16; }
a { background-color: rgb(128,172,22); }
div.DivClassName
{
background-color: #80AC16;
}
.BgClassName
{
background-color: #80AC16;
}
</style>
border-color css
<style>
span { border-color: #80AC16; }
span { border-color: rgb(128,172,22); }
td.TdClassName
{
border-color: #80AC16;
}
.TagClassName
{
border-color: #80AC16;
}
</style>