Shades of Lima #80AA20
Tints of Lima #80AA20
RGB
CMYK
RGB Variations
Color information
#80AA20 (or 0x80AA20) is known color: Lima. HEX triplet: 80, AA and 20. RGB value is (128,170,32). Sum of RGB (Red+Green+Blue) = 128+170+32=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA20 is #7F55DF. Grayscale: #8E8E8E. Windows color (decimal): -8345056 or 2140800. OLE color: 2140800.
HSL color Cylindrical-coordinate representation of color #80AA20: hue angle of 78.26º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80AA20 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 32 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.33 |
| HSL | 78.26º | 0.68% | 0.4% | - |
| HSV(B) | 78.26º | 0.81% | 0.67% | - |
| XYZ | 23.54 | 33.44 | 6.58 | - |
| YUV | 141.71 | 66.09 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 32 | 0.25 | 0 | 0.81 | 0.33 | 78.26 | 0.68 | 0.4 |
| Hex | 80 | AA | 20 | 19 | 0 | 51 | 21 | 4E | 44 | 28 |
| Octal | 200 | 252 | 40 | 31 | 0 | 121 | 41 | 116 | 104 | 50 |
| Binary | 10000000 | 10101010 | 100000 | 11001 | 0 | 1010001 | 100001 | 1001110 | 1000100 | 101000 |
Color Harmonies of #80AA20
Complementary color
Monochromatic Colors of #80AA20
Black with #80AA20
Text Example
Text Example
White with #80AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA20; }
p { color: rgb(128,170,32); }
H1.HeaderClassName
{
color: #80AA20;
}
.AnyTagClassName
{
color: #80AA20;
}
</style>
background-color css
<style>
a { background-color: #80AA20; }
a { background-color: rgb(128,170,32); }
div.DivClassName
{
background-color: #80AA20;
}
.BgClassName
{
background-color: #80AA20;
}
</style>
border-color css
<style>
span { border-color: #80AA20; }
span { border-color: rgb(128,170,32); }
td.TdClassName
{
border-color: #80AA20;
}
.TagClassName
{
border-color: #80AA20;
}
</style>