Shades of Lima #80AB14
Tints of Lima #80AB14
RGB
CMYK
RGB Variations
Color information
#80AB14 (or 0x80AB14) is known color: Lima. HEX triplet: 80, AB and 14. RGB value is (128,171,20). Sum of RGB (Red+Green+Blue) = 128+171+20=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 171 (67.19% from 255 or 53.61% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AB14 is #7F54EB. Grayscale: #8D8D8D. Windows color (decimal): -8344812 or 1354624. OLE color: 1354624.
HSL color Cylindrical-coordinate representation of color #80AB14: hue angle of 77.09º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80AB14 is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 20 | - |
| CMYK | 0.25 | 0 | 0.88 | 0.33 |
| HSL | 77.09º | 0.79% | 0.37% | - |
| HSV(B) | 77.09º | 0.88% | 0.67% | - |
| XYZ | 23.59 | 33.77 | 5.94 | - |
| YUV | 140.93 | 59.75 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 20 | 0.25 | 0 | 0.88 | 0.33 | 77.09 | 0.79 | 0.37 |
| Hex | 80 | AB | 14 | 19 | 0 | 58 | 21 | 4D | 4F | 25 |
| Octal | 200 | 253 | 24 | 31 | 0 | 130 | 41 | 115 | 117 | 45 |
| Binary | 10000000 | 10101011 | 10100 | 11001 | 0 | 1011000 | 100001 | 1001101 | 1001111 | 100101 |
Color Harmonies of #80AB14
Complementary color
Monochromatic Colors of #80AB14
Black with #80AB14
Text Example
Text Example
White with #80AB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB14; }
p { color: rgb(128,171,20); }
H1.HeaderClassName
{
color: #80AB14;
}
.AnyTagClassName
{
color: #80AB14;
}
</style>
background-color css
<style>
a { background-color: #80AB14; }
a { background-color: rgb(128,171,20); }
div.DivClassName
{
background-color: #80AB14;
}
.BgClassName
{
background-color: #80AB14;
}
</style>
border-color css
<style>
span { border-color: #80AB14; }
span { border-color: rgb(128,171,20); }
td.TdClassName
{
border-color: #80AB14;
}
.TagClassName
{
border-color: #80AB14;
}
</style>