Shades of Lima #80A60A
Tints of Lima #80A60A
RGB
CMYK
RGB Variations
Color information
#80A60A (or 0x80A60A) is known color: Lima. HEX triplet: 80, A6 and 0A. RGB value is (128,166,10). Sum of RGB (Red+Green+Blue) = 128+166+10=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 166 (65.23% from 255 or 54.61% from 304); Blue value is 10 (4.30% from 255 or 3.29% from 304); Max value from RGB is 166 - color contains mainly: green. Hex color #80A60A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A60A is #7F59F5. Grayscale: #898989. Windows color (decimal): -8346102 or 697984. OLE color: 697984.
HSL color Cylindrical-coordinate representation of color #80A60A: hue angle of 74.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80A60A is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 10 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.35 |
| HSL | 74.62º | 0.89% | 0.35% | - |
| HSV(B) | 74.62º | 0.94% | 0.65% | - |
| XYZ | 22.59 | 31.88 | 5.25 | - |
| YUV | 136.85 | 56.41 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 10 | 0.23 | 0 | 0.94 | 0.35 | 74.62 | 0.89 | 0.35 |
| Hex | 80 | A6 | A | 17 | 0 | 5E | 23 | 4B | 59 | 23 |
| Octal | 200 | 246 | 12 | 27 | 0 | 136 | 43 | 113 | 131 | 43 |
| Binary | 10000000 | 10100110 | 1010 | 10111 | 0 | 1011110 | 100011 | 1001011 | 1011001 | 100011 |
Color Harmonies of #80A60A
Complementary color
Monochromatic Colors of #80A60A
Black with #80A60A
Text Example
Text Example
White with #80A60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A60A; }
p { color: rgb(128,166,10); }
H1.HeaderClassName
{
color: #80A60A;
}
.AnyTagClassName
{
color: #80A60A;
}
</style>
background-color css
<style>
a { background-color: #80A60A; }
a { background-color: rgb(128,166,10); }
div.DivClassName
{
background-color: #80A60A;
}
.BgClassName
{
background-color: #80A60A;
}
</style>
border-color css
<style>
span { border-color: #80A60A; }
span { border-color: rgb(128,166,10); }
td.TdClassName
{
border-color: #80A60A;
}
.TagClassName
{
border-color: #80A60A;
}
</style>