Shades of Lima #80AC0C
Tints of Lima #80AC0C
RGB
CMYK
RGB Variations
Color information
#80AC0C (or 0x80AC0C) is known color: Lima. HEX triplet: 80, AC and 0C. RGB value is (128,172,12). Sum of RGB (Red+Green+Blue) = 128+172+12=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AC0C is #7F53F3. Grayscale: #8D8D8D. Windows color (decimal): -8344564 or 830592. OLE color: 830592.
HSL color Cylindrical-coordinate representation of color #80AC0C: hue angle of 76.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80AC0C is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 12 | - |
| CMYK | 0.26 | 0 | 0.93 | 0.33 |
| HSL | 76.5º | 0.87% | 0.36% | - |
| HSV(B) | 76.5º | 0.93% | 0.67% | - |
| XYZ | 23.72 | 34.12 | 5.68 | - |
| YUV | 140.6 | 55.42 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 12 | 0.26 | 0 | 0.93 | 0.33 | 76.5 | 0.87 | 0.36 |
| Hex | 80 | AC | C | 1A | 0 | 5D | 21 | 4C | 57 | 24 |
| Octal | 200 | 254 | 14 | 32 | 0 | 135 | 41 | 114 | 127 | 44 |
| Binary | 10000000 | 10101100 | 1100 | 11010 | 0 | 1011101 | 100001 | 1001100 | 1010111 | 100100 |
Color Harmonies of #80AC0C
Complementary color
Monochromatic Colors of #80AC0C
Black with #80AC0C
Text Example
Text Example
White with #80AC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC0C; }
p { color: rgb(128,172,12); }
H1.HeaderClassName
{
color: #80AC0C;
}
.AnyTagClassName
{
color: #80AC0C;
}
</style>
background-color css
<style>
a { background-color: #80AC0C; }
a { background-color: rgb(128,172,12); }
div.DivClassName
{
background-color: #80AC0C;
}
.BgClassName
{
background-color: #80AC0C;
}
</style>
border-color css
<style>
span { border-color: #80AC0C; }
span { border-color: rgb(128,172,12); }
td.TdClassName
{
border-color: #80AC0C;
}
.TagClassName
{
border-color: #80AC0C;
}
</style>