Shades of Lima #80A412
Tints of Lima #80A412
RGB
CMYK
RGB Variations
Color information
#80A412 (or 0x80A412) is known color: Lima. HEX triplet: 80, A4 and 12. RGB value is (128,164,18). Sum of RGB (Red+Green+Blue) = 128+164+18=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #80A412 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A412 is #7F5BED. Grayscale: #898989. Windows color (decimal): -8346606 or 1221760. OLE color: 1221760.
HSL color Cylindrical-coordinate representation of color #80A412: hue angle of 74.79º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80A412 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 164 | 18 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.36 |
| HSL | 74.79º | 0.8% | 0.36% | - |
| HSV(B) | 74.79º | 0.89% | 0.64% | - |
| XYZ | 22.29 | 31.18 | 5.42 | - |
| YUV | 136.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 164 | 18 | 0.22 | 0 | 0.89 | 0.36 | 74.79 | 0.8 | 0.36 |
| Hex | 80 | A4 | 12 | 16 | 0 | 59 | 24 | 4B | 50 | 24 |
| Octal | 200 | 244 | 22 | 26 | 0 | 131 | 44 | 113 | 120 | 44 |
| Binary | 10000000 | 10100100 | 10010 | 10110 | 0 | 1011001 | 100100 | 1001011 | 1010000 | 100100 |
Color Harmonies of #80A412
Complementary color
Monochromatic Colors of #80A412
Black with #80A412
Text Example
Text Example
White with #80A412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A412; }
p { color: rgb(128,164,18); }
H1.HeaderClassName
{
color: #80A412;
}
.AnyTagClassName
{
color: #80A412;
}
</style>
background-color css
<style>
a { background-color: #80A412; }
a { background-color: rgb(128,164,18); }
div.DivClassName
{
background-color: #80A412;
}
.BgClassName
{
background-color: #80A412;
}
</style>
border-color css
<style>
span { border-color: #80A412; }
span { border-color: rgb(128,164,18); }
td.TdClassName
{
border-color: #80A412;
}
.TagClassName
{
border-color: #80A412;
}
</style>