Shades of Lima #80A016
Tints of Lima #80A016
RGB
CMYK
RGB Variations
Color information
#80A016 (or 0x80A016) is known color: Lima. HEX triplet: 80, A0 and 16. RGB value is (128,160,22). Sum of RGB (Red+Green+Blue) = 128+160+22=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #80A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A016 is #7F5FE9. Grayscale: #878787. Windows color (decimal): -8347626 or 1482880. OLE color: 1482880.
HSL color Cylindrical-coordinate representation of color #80A016: hue angle of 73.91º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80A016 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 22 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.37 |
| HSL | 73.91º | 0.76% | 0.36% | - |
| HSV(B) | 73.91º | 0.86% | 0.63% | - |
| XYZ | 21.62 | 29.79 | 5.37 | - |
| YUV | 134.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 22 | 0.20 | 0 | 0.86 | 0.37 | 73.91 | 0.76 | 0.36 |
| Hex | 80 | A0 | 16 | 14 | 0 | 56 | 25 | 4A | 4C | 24 |
| Octal | 200 | 240 | 26 | 24 | 0 | 126 | 45 | 112 | 114 | 44 |
| Binary | 10000000 | 10100000 | 10110 | 10100 | 0 | 1010110 | 100101 | 1001010 | 1001100 | 100100 |
Color Harmonies of #80A016
Complementary color
Monochromatic Colors of #80A016
Black with #80A016
Text Example
Text Example
White with #80A016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A016; }
p { color: rgb(128,160,22); }
H1.HeaderClassName
{
color: #80A016;
}
.AnyTagClassName
{
color: #80A016;
}
</style>
background-color css
<style>
a { background-color: #80A016; }
a { background-color: rgb(128,160,22); }
div.DivClassName
{
background-color: #80A016;
}
.BgClassName
{
background-color: #80A016;
}
</style>
border-color css
<style>
span { border-color: #80A016; }
span { border-color: rgb(128,160,22); }
td.TdClassName
{
border-color: #80A016;
}
.TagClassName
{
border-color: #80A016;
}
</style>