Shades of Lima #80AA11
Tints of Lima #80AA11
RGB
CMYK
RGB Variations
Color information
#80AA11 (or 0x80AA11) is known color: Lima. HEX triplet: 80, AA and 11. RGB value is (128,170,17). Sum of RGB (Red+Green+Blue) = 128+170+17=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA11 is #7F55EE. Grayscale: #8C8C8C. Windows color (decimal): -8345071 or 1157760. OLE color: 1157760.
HSL color Cylindrical-coordinate representation of color #80AA11: hue angle of 76.47º 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 #80AA11 is Cyan = 0.25, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 17 | - |
| CMYK | 0.25 | 0 | 0.9 | 0.33 |
| HSL | 76.47º | 0.82% | 0.37% | - |
| HSV(B) | 76.47º | 0.9% | 0.67% | - |
| XYZ | 23.38 | 33.38 | 5.74 | - |
| YUV | 140 | 58.59 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 17 | 0.25 | 0 | 0.9 | 0.33 | 76.47 | 0.82 | 0.37 |
| Hex | 80 | AA | 11 | 19 | 0 | 5A | 21 | 4C | 52 | 25 |
| Octal | 200 | 252 | 21 | 31 | 0 | 132 | 41 | 114 | 122 | 45 |
| Binary | 10000000 | 10101010 | 10001 | 11001 | 0 | 1011010 | 100001 | 1001100 | 1010010 | 100101 |
Color Harmonies of #80AA11
Complementary color
Monochromatic Colors of #80AA11
Black with #80AA11
Text Example
Text Example
White with #80AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA11; }
p { color: rgb(128,170,17); }
H1.HeaderClassName
{
color: #80AA11;
}
.AnyTagClassName
{
color: #80AA11;
}
</style>
background-color css
<style>
a { background-color: #80AA11; }
a { background-color: rgb(128,170,17); }
div.DivClassName
{
background-color: #80AA11;
}
.BgClassName
{
background-color: #80AA11;
}
</style>
border-color css
<style>
span { border-color: #80AA11; }
span { border-color: rgb(128,170,17); }
td.TdClassName
{
border-color: #80AA11;
}
.TagClassName
{
border-color: #80AA11;
}
</style>