Shades of Lima #80A119
Tints of Lima #80A119
RGB
CMYK
RGB Variations
Color information
#80A119 (or 0x80A119) is known color: Lima. HEX triplet: 80, A1 and 19. RGB value is (128,161,25). Sum of RGB (Red+Green+Blue) = 128+161+25=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #80A119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A119 is #7F5EE6. Grayscale: #888888. Windows color (decimal): -8347367 or 1679744. OLE color: 1679744.
HSL color Cylindrical-coordinate representation of color #80A119: hue angle of 74.56º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80A119 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 25 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.37 |
| HSL | 74.56º | 0.73% | 0.36% | - |
| HSV(B) | 74.56º | 0.84% | 0.63% | - |
| XYZ | 21.82 | 30.15 | 5.59 | - |
| YUV | 135.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 25 | 0.20 | 0 | 0.84 | 0.37 | 74.56 | 0.73 | 0.36 |
| Hex | 80 | A1 | 19 | 14 | 0 | 54 | 25 | 4B | 49 | 24 |
| Octal | 200 | 241 | 31 | 24 | 0 | 124 | 45 | 113 | 111 | 44 |
| Binary | 10000000 | 10100001 | 11001 | 10100 | 0 | 1010100 | 100101 | 1001011 | 1001001 | 100100 |
Color Harmonies of #80A119
Complementary color
Monochromatic Colors of #80A119
Black with #80A119
Text Example
Text Example
White with #80A119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A119; }
p { color: rgb(128,161,25); }
H1.HeaderClassName
{
color: #80A119;
}
.AnyTagClassName
{
color: #80A119;
}
</style>
background-color css
<style>
a { background-color: #80A119; }
a { background-color: rgb(128,161,25); }
div.DivClassName
{
background-color: #80A119;
}
.BgClassName
{
background-color: #80A119;
}
</style>
border-color css
<style>
span { border-color: #80A119; }
span { border-color: rgb(128,161,25); }
td.TdClassName
{
border-color: #80A119;
}
.TagClassName
{
border-color: #80A119;
}
</style>