Shades of Lima #80AA22
Tints of Lima #80AA22
RGB
CMYK
RGB Variations
Color information
#80AA22 (or 0x80AA22) is known color: Lima. HEX triplet: 80, AA and 22. RGB value is (128,170,34). Sum of RGB (Red+Green+Blue) = 128+170+34=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA22 is #7F55DD. Grayscale: #8E8E8E. Windows color (decimal): -8345054 or 2271872. OLE color: 2271872.
HSL color Cylindrical-coordinate representation of color #80AA22: hue angle of 78.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80AA22 is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 34 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.33 |
| HSL | 78.53º | 0.67% | 0.4% | - |
| HSV(B) | 78.53º | 0.8% | 0.67% | - |
| XYZ | 23.57 | 33.45 | 6.73 | - |
| YUV | 141.94 | 67.09 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 34 | 0.25 | 0 | 0.80 | 0.33 | 78.53 | 0.67 | 0.4 |
| Hex | 80 | AA | 22 | 19 | 0 | 50 | 21 | 4F | 43 | 28 |
| Octal | 200 | 252 | 42 | 31 | 0 | 120 | 41 | 117 | 103 | 50 |
| Binary | 10000000 | 10101010 | 100010 | 11001 | 0 | 1010000 | 100001 | 1001111 | 1000011 | 101000 |
Color Harmonies of #80AA22
Complementary color
Monochromatic Colors of #80AA22
Black with #80AA22
Text Example
Text Example
White with #80AA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA22; }
p { color: rgb(128,170,34); }
H1.HeaderClassName
{
color: #80AA22;
}
.AnyTagClassName
{
color: #80AA22;
}
</style>
background-color css
<style>
a { background-color: #80AA22; }
a { background-color: rgb(128,170,34); }
div.DivClassName
{
background-color: #80AA22;
}
.BgClassName
{
background-color: #80AA22;
}
</style>
border-color css
<style>
span { border-color: #80AA22; }
span { border-color: rgb(128,170,34); }
td.TdClassName
{
border-color: #80AA22;
}
.TagClassName
{
border-color: #80AA22;
}
</style>