Shades of Lima #80AC20
Tints of Lima #80AC20
RGB
CMYK
RGB Variations
Color information
#80AC20 (or 0x80AC20) is known color: Lima. HEX triplet: 80, AC and 20. RGB value is (128,172,32). Sum of RGB (Red+Green+Blue) = 128+172+32=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 172 (67.58% from 255 or 51.81% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC20 is #7F53DF. Grayscale: #8F8F8F. Windows color (decimal): -8344544 or 2141312. OLE color: 2141312.
HSL color Cylindrical-coordinate representation of color #80AC20: hue angle of 78.86º degrees, saturation: 0.69, 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 #80AC20 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 32 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.33 |
| HSL | 78.86º | 0.69% | 0.4% | - |
| HSV(B) | 78.86º | 0.81% | 0.67% | - |
| XYZ | 23.92 | 34.2 | 6.71 | - |
| YUV | 142.88 | 65.42 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 32 | 0.26 | 0 | 0.81 | 0.33 | 78.86 | 0.69 | 0.4 |
| Hex | 80 | AC | 20 | 1A | 0 | 51 | 21 | 4F | 45 | 28 |
| Octal | 200 | 254 | 40 | 32 | 0 | 121 | 41 | 117 | 105 | 50 |
| Binary | 10000000 | 10101100 | 100000 | 11010 | 0 | 1010001 | 100001 | 1001111 | 1000101 | 101000 |
Color Harmonies of #80AC20
Complementary color
Monochromatic Colors of #80AC20
Black with #80AC20
Text Example
Text Example
White with #80AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC20; }
p { color: rgb(128,172,32); }
H1.HeaderClassName
{
color: #80AC20;
}
.AnyTagClassName
{
color: #80AC20;
}
</style>
background-color css
<style>
a { background-color: #80AC20; }
a { background-color: rgb(128,172,32); }
div.DivClassName
{
background-color: #80AC20;
}
.BgClassName
{
background-color: #80AC20;
}
</style>
border-color css
<style>
span { border-color: #80AC20; }
span { border-color: rgb(128,172,32); }
td.TdClassName
{
border-color: #80AC20;
}
.TagClassName
{
border-color: #80AC20;
}
</style>