Shades of Lima #80AA15
Tints of Lima #80AA15
RGB
CMYK
RGB Variations
Color information
#80AA15 (or 0x80AA15) is known color: Lima. HEX triplet: 80, AA and 15. RGB value is (128,170,21). Sum of RGB (Red+Green+Blue) = 128+170+21=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA15 is #7F55EA. Grayscale: #8D8D8D. Windows color (decimal): -8345067 or 1419904. OLE color: 1419904.
HSL color Cylindrical-coordinate representation of color #80AA15: hue angle of 76.91º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80AA15 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 21 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.33 |
| HSL | 76.91º | 0.78% | 0.37% | - |
| HSV(B) | 76.91º | 0.88% | 0.67% | - |
| XYZ | 23.41 | 33.39 | 5.92 | - |
| YUV | 140.46 | 60.59 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 21 | 0.25 | 0 | 0.88 | 0.33 | 76.91 | 0.78 | 0.37 |
| Hex | 80 | AA | 15 | 19 | 0 | 58 | 21 | 4D | 4E | 25 |
| Octal | 200 | 252 | 25 | 31 | 0 | 130 | 41 | 115 | 116 | 45 |
| Binary | 10000000 | 10101010 | 10101 | 11001 | 0 | 1011000 | 100001 | 1001101 | 1001110 | 100101 |
Color Harmonies of #80AA15
Complementary color
Monochromatic Colors of #80AA15
Black with #80AA15
Text Example
Text Example
White with #80AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA15; }
p { color: rgb(128,170,21); }
H1.HeaderClassName
{
color: #80AA15;
}
.AnyTagClassName
{
color: #80AA15;
}
</style>
background-color css
<style>
a { background-color: #80AA15; }
a { background-color: rgb(128,170,21); }
div.DivClassName
{
background-color: #80AA15;
}
.BgClassName
{
background-color: #80AA15;
}
</style>
border-color css
<style>
span { border-color: #80AA15; }
span { border-color: rgb(128,170,21); }
td.TdClassName
{
border-color: #80AA15;
}
.TagClassName
{
border-color: #80AA15;
}
</style>