Shades of Lima #80A50C
Tints of Lima #80A50C
RGB
CMYK
RGB Variations
Color information
#80A50C (or 0x80A50C) is known color: Lima. HEX triplet: 80, A5 and 0C. RGB value is (128,165,12). Sum of RGB (Red+Green+Blue) = 128+165+12=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #80A50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A50C is #7F5AF3. Grayscale: #898989. Windows color (decimal): -8346356 or 828800. OLE color: 828800.
HSL color Cylindrical-coordinate representation of color #80A50C: hue angle of 74.51º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80A50C is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 165 | 12 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.35 |
| HSL | 74.51º | 0.86% | 0.35% | - |
| HSV(B) | 74.51º | 0.93% | 0.65% | - |
| XYZ | 22.42 | 31.53 | 5.25 | - |
| YUV | 136.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 165 | 12 | 0.22 | 0 | 0.93 | 0.35 | 74.51 | 0.86 | 0.35 |
| Hex | 80 | A5 | C | 16 | 0 | 5D | 23 | 4B | 56 | 23 |
| Octal | 200 | 245 | 14 | 26 | 0 | 135 | 43 | 113 | 126 | 43 |
| Binary | 10000000 | 10100101 | 1100 | 10110 | 0 | 1011101 | 100011 | 1001011 | 1010110 | 100011 |
Color Harmonies of #80A50C
Complementary color
Monochromatic Colors of #80A50C
Black with #80A50C
Text Example
Text Example
White with #80A50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A50C; }
p { color: rgb(128,165,12); }
H1.HeaderClassName
{
color: #80A50C;
}
.AnyTagClassName
{
color: #80A50C;
}
</style>
background-color css
<style>
a { background-color: #80A50C; }
a { background-color: rgb(128,165,12); }
div.DivClassName
{
background-color: #80A50C;
}
.BgClassName
{
background-color: #80A50C;
}
</style>
border-color css
<style>
span { border-color: #80A50C; }
span { border-color: rgb(128,165,12); }
td.TdClassName
{
border-color: #80A50C;
}
.TagClassName
{
border-color: #80A50C;
}
</style>