Shades of Lima #80AC11
Tints of Lima #80AC11
RGB
CMYK
RGB Variations
Color information
#80AC11 (or 0x80AC11) is known color: Lima. HEX triplet: 80, AC and 11. RGB value is (128,172,17). Sum of RGB (Red+Green+Blue) = 128+172+17=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AC11 is #7F53EE. Grayscale: #8D8D8D. Windows color (decimal): -8344559 or 1158272. OLE color: 1158272.
HSL color Cylindrical-coordinate representation of color #80AC11: hue angle of 77.03º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80AC11 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 17 | - |
| CMYK | 0.26 | 0 | 0.90 | 0.33 |
| HSL | 77.03º | 0.82% | 0.37% | - |
| HSV(B) | 77.03º | 0.9% | 0.67% | - |
| XYZ | 23.76 | 34.13 | 5.87 | - |
| YUV | 141.17 | 57.92 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 17 | 0.26 | 0 | 0.90 | 0.33 | 77.03 | 0.82 | 0.37 |
| Hex | 80 | AC | 11 | 1A | 0 | 5A | 21 | 4D | 52 | 25 |
| Octal | 200 | 254 | 21 | 32 | 0 | 132 | 41 | 115 | 122 | 45 |
| Binary | 10000000 | 10101100 | 10001 | 11010 | 0 | 1011010 | 100001 | 1001101 | 1010010 | 100101 |
Color Harmonies of #80AC11
Complementary color
Monochromatic Colors of #80AC11
Black with #80AC11
Text Example
Text Example
White with #80AC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC11; }
p { color: rgb(128,172,17); }
H1.HeaderClassName
{
color: #80AC11;
}
.AnyTagClassName
{
color: #80AC11;
}
</style>
background-color css
<style>
a { background-color: #80AC11; }
a { background-color: rgb(128,172,17); }
div.DivClassName
{
background-color: #80AC11;
}
.BgClassName
{
background-color: #80AC11;
}
</style>
border-color css
<style>
span { border-color: #80AC11; }
span { border-color: rgb(128,172,17); }
td.TdClassName
{
border-color: #80AC11;
}
.TagClassName
{
border-color: #80AC11;
}
</style>