Shades of Lima #80A017
Tints of Lima #80A017
RGB
CMYK
RGB Variations
Color information
#80A017 (or 0x80A017) is known color: Lima. HEX triplet: 80, A0 and 17. RGB value is (128,160,23). Sum of RGB (Red+Green+Blue) = 128+160+23=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #80A017 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A017 is #7F5FE8. Grayscale: #878787. Windows color (decimal): -8347625 or 1548416. OLE color: 1548416.
HSL color Cylindrical-coordinate representation of color #80A017: hue angle of 74.01º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80A017 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 160 | 23 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.37 |
| HSL | 74.01º | 0.75% | 0.36% | - |
| HSV(B) | 74.01º | 0.86% | 0.63% | - |
| XYZ | 21.63 | 29.79 | 5.42 | - |
| YUV | 134.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 23 | 0.20 | 0 | 0.86 | 0.37 | 74.01 | 0.75 | 0.36 |
| Hex | 80 | A0 | 17 | 14 | 0 | 56 | 25 | 4A | 4B | 24 |
| Octal | 200 | 240 | 27 | 24 | 0 | 126 | 45 | 112 | 113 | 44 |
| Binary | 10000000 | 10100000 | 10111 | 10100 | 0 | 1010110 | 100101 | 1001010 | 1001011 | 100100 |
Color Harmonies of #80A017
Complementary color
Monochromatic Colors of #80A017
Black with #80A017
Text Example
Text Example
White with #80A017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A017; }
p { color: rgb(128,160,23); }
H1.HeaderClassName
{
color: #80A017;
}
.AnyTagClassName
{
color: #80A017;
}
</style>
background-color css
<style>
a { background-color: #80A017; }
a { background-color: rgb(128,160,23); }
div.DivClassName
{
background-color: #80A017;
}
.BgClassName
{
background-color: #80A017;
}
</style>
border-color css
<style>
span { border-color: #80A017; }
span { border-color: rgb(128,160,23); }
td.TdClassName
{
border-color: #80A017;
}
.TagClassName
{
border-color: #80A017;
}
</style>