Shades of Lima #80A915
Tints of Lima #80A915
RGB
CMYK
RGB Variations
Color information
#80A915 (or 0x80A915) is known color: Lima. HEX triplet: 80, A9 and 15. RGB value is (128,169,21). Sum of RGB (Red+Green+Blue) = 128+169+21=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 169 (66.41% from 255 or 53.14% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 169 - color contains mainly: green. Hex color #80A915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A915 is #7F56EA. Grayscale: #8C8C8C. Windows color (decimal): -8345323 or 1419648. OLE color: 1419648.
HSL color Cylindrical-coordinate representation of color #80A915: hue angle of 76.62º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80A915 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 169 | 21 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.34 |
| HSL | 76.62º | 0.78% | 0.37% | - |
| HSV(B) | 76.62º | 0.88% | 0.66% | - |
| XYZ | 23.23 | 33.02 | 5.86 | - |
| YUV | 139.87 | 60.92 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 169 | 21 | 0.24 | 0 | 0.88 | 0.34 | 76.62 | 0.78 | 0.37 |
| Hex | 80 | A9 | 15 | 18 | 0 | 58 | 22 | 4D | 4E | 25 |
| Octal | 200 | 251 | 25 | 30 | 0 | 130 | 42 | 115 | 116 | 45 |
| Binary | 10000000 | 10101001 | 10101 | 11000 | 0 | 1011000 | 100010 | 1001101 | 1001110 | 100101 |
Color Harmonies of #80A915
Complementary color
Monochromatic Colors of #80A915
Black with #80A915
Text Example
Text Example
White with #80A915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A915; }
p { color: rgb(128,169,21); }
H1.HeaderClassName
{
color: #80A915;
}
.AnyTagClassName
{
color: #80A915;
}
</style>
background-color css
<style>
a { background-color: #80A915; }
a { background-color: rgb(128,169,21); }
div.DivClassName
{
background-color: #80A915;
}
.BgClassName
{
background-color: #80A915;
}
</style>
border-color css
<style>
span { border-color: #80A915; }
span { border-color: rgb(128,169,21); }
td.TdClassName
{
border-color: #80A915;
}
.TagClassName
{
border-color: #80A915;
}
</style>