Shades of Lima #80AC18
Tints of Lima #80AC18
RGB
CMYK
RGB Variations
Color information
#80AC18 (or 0x80AC18) is known color: Lima. HEX triplet: 80, AC and 18. RGB value is (128,172,24). Sum of RGB (Red+Green+Blue) = 128+172+24=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AC18 is #7F53E7. Grayscale: #8E8E8E. Windows color (decimal): -8344552 or 1617024. OLE color: 1617024.
HSL color Cylindrical-coordinate representation of color #80AC18: hue angle of 77.84º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80AC18 is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 24 | - |
| CMYK | 0.26 | 0 | 0.86 | 0.33 |
| HSL | 77.84º | 0.76% | 0.38% | - |
| HSV(B) | 77.84º | 0.86% | 0.67% | - |
| XYZ | 23.82 | 34.16 | 6.2 | - |
| YUV | 141.97 | 61.42 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 24 | 0.26 | 0 | 0.86 | 0.33 | 77.84 | 0.76 | 0.38 |
| Hex | 80 | AC | 18 | 1A | 0 | 56 | 21 | 4E | 4C | 26 |
| Octal | 200 | 254 | 30 | 32 | 0 | 126 | 41 | 116 | 114 | 46 |
| Binary | 10000000 | 10101100 | 11000 | 11010 | 0 | 1010110 | 100001 | 1001110 | 1001100 | 100110 |
Color Harmonies of #80AC18
Complementary color
Monochromatic Colors of #80AC18
Black with #80AC18
Text Example
Text Example
White with #80AC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC18; }
p { color: rgb(128,172,24); }
H1.HeaderClassName
{
color: #80AC18;
}
.AnyTagClassName
{
color: #80AC18;
}
</style>
background-color css
<style>
a { background-color: #80AC18; }
a { background-color: rgb(128,172,24); }
div.DivClassName
{
background-color: #80AC18;
}
.BgClassName
{
background-color: #80AC18;
}
</style>
border-color css
<style>
span { border-color: #80AC18; }
span { border-color: rgb(128,172,24); }
td.TdClassName
{
border-color: #80AC18;
}
.TagClassName
{
border-color: #80AC18;
}
</style>