Shades of Lima #80AA00
Tints of Lima #80AA00
RGB
CMYK
RGB Variations
Color information
#80AA00 (or 0x80AA00) is known color: Lima. HEX triplet: 80, AA and 00. RGB value is (128,170,0). Sum of RGB (Red+Green+Blue) = 128+170+0=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AA00 is #7F55FF. Grayscale: #8A8A8A. Windows color (decimal): -8345088 or 43648. OLE color: 43648.
HSL color Cylindrical-coordinate representation of color #80AA00: hue angle of 74.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80AA00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.33 |
| HSL | 74.82º | 1% | 0.33% | - |
| HSV(B) | 74.82º | 1% | 0.67% | - |
| XYZ | 23.28 | 33.34 | 5.21 | - |
| YUV | 138.06 | 50.09 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 0 | 0.25 | 0 | 1 | 0.33 | 74.82 | 1 | 0.33 |
| Hex | 80 | AA | 0 | 19 | 0 | 64 | 21 | 4B | 64 | 21 |
| Octal | 200 | 252 | 0 | 31 | 0 | 144 | 41 | 113 | 144 | 41 |
| Binary | 10000000 | 10101010 | 0 | 11001 | 0 | 1100100 | 100001 | 1001011 | 1100100 | 100001 |
Color Harmonies of #80AA00
Complementary color
Monochromatic Colors of #80AA00
Black with #80AA00
Text Example
Text Example
White with #80AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA00; }
p { color: rgb(128,170,0); }
H1.HeaderClassName
{
color: #80AA00;
}
.AnyTagClassName
{
color: #80AA00;
}
</style>
background-color css
<style>
a { background-color: #80AA00; }
a { background-color: rgb(128,170,0); }
div.DivClassName
{
background-color: #80AA00;
}
.BgClassName
{
background-color: #80AA00;
}
</style>
border-color css
<style>
span { border-color: #80AA00; }
span { border-color: rgb(128,170,0); }
td.TdClassName
{
border-color: #80AA00;
}
.TagClassName
{
border-color: #80AA00;
}
</style>