Shades of Lima #80A210
Tints of Lima #80A210
RGB
CMYK
RGB Variations
Color information
#80A210 (or 0x80A210) is known color: Lima. HEX triplet: 80, A2 and 10. RGB value is (128,162,16). Sum of RGB (Red+Green+Blue) = 128+162+16=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #80A210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A210 is #7F5DEF. Grayscale: #878787. Windows color (decimal): -8347120 or 1090176. OLE color: 1090176.
HSL color Cylindrical-coordinate representation of color #80A210: hue angle of 73.97º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80A210 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 16 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.36 |
| HSL | 73.97º | 0.82% | 0.35% | - |
| HSV(B) | 73.97º | 0.9% | 0.64% | - |
| XYZ | 21.92 | 30.47 | 5.22 | - |
| YUV | 135.19 | 60.74 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 16 | 0.21 | 0 | 0.90 | 0.36 | 73.97 | 0.82 | 0.35 |
| Hex | 80 | A2 | 10 | 15 | 0 | 5A | 24 | 4A | 52 | 23 |
| Octal | 200 | 242 | 20 | 25 | 0 | 132 | 44 | 112 | 122 | 43 |
| Binary | 10000000 | 10100010 | 10000 | 10101 | 0 | 1011010 | 100100 | 1001010 | 1010010 | 100011 |
Color Harmonies of #80A210
Complementary color
Monochromatic Colors of #80A210
Black with #80A210
Text Example
Text Example
White with #80A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A210; }
p { color: rgb(128,162,16); }
H1.HeaderClassName
{
color: #80A210;
}
.AnyTagClassName
{
color: #80A210;
}
</style>
background-color css
<style>
a { background-color: #80A210; }
a { background-color: rgb(128,162,16); }
div.DivClassName
{
background-color: #80A210;
}
.BgClassName
{
background-color: #80A210;
}
</style>
border-color css
<style>
span { border-color: #80A210; }
span { border-color: rgb(128,162,16); }
td.TdClassName
{
border-color: #80A210;
}
.TagClassName
{
border-color: #80A210;
}
</style>