Shades of Lima #80A619
Tints of Lima #80A619
RGB
CMYK
RGB Variations
Color information
#80A619 (or 0x80A619) is known color: Lima. HEX triplet: 80, A6 and 19. RGB value is (128,166,25). Sum of RGB (Red+Green+Blue) = 128+166+25=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 166 (65.23% from 255 or 52.04% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 166 - color contains mainly: green. Hex color #80A619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A619 is #7F59E6. Grayscale: #8B8B8B. Windows color (decimal): -8346087 or 1681024. OLE color: 1681024.
HSL color Cylindrical-coordinate representation of color #80A619: hue angle of 76.17º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80A619 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 25 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.35 |
| HSL | 76.17º | 0.74% | 0.37% | - |
| HSV(B) | 76.17º | 0.85% | 0.65% | - |
| XYZ | 22.71 | 31.93 | 5.89 | - |
| YUV | 138.56 | 63.91 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 25 | 0.23 | 0 | 0.85 | 0.35 | 76.17 | 0.74 | 0.37 |
| Hex | 80 | A6 | 19 | 17 | 0 | 55 | 23 | 4C | 4A | 25 |
| Octal | 200 | 246 | 31 | 27 | 0 | 125 | 43 | 114 | 112 | 45 |
| Binary | 10000000 | 10100110 | 11001 | 10111 | 0 | 1010101 | 100011 | 1001100 | 1001010 | 100101 |
Color Harmonies of #80A619
Complementary color
Monochromatic Colors of #80A619
Black with #80A619
Text Example
Text Example
White with #80A619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A619; }
p { color: rgb(128,166,25); }
H1.HeaderClassName
{
color: #80A619;
}
.AnyTagClassName
{
color: #80A619;
}
</style>
background-color css
<style>
a { background-color: #80A619; }
a { background-color: rgb(128,166,25); }
div.DivClassName
{
background-color: #80A619;
}
.BgClassName
{
background-color: #80A619;
}
</style>
border-color css
<style>
span { border-color: #80A619; }
span { border-color: rgb(128,166,25); }
td.TdClassName
{
border-color: #80A619;
}
.TagClassName
{
border-color: #80A619;
}
</style>