Shades of Lima #80A20D
Tints of Lima #80A20D
RGB
CMYK
RGB Variations
Color information
#80A20D (or 0x80A20D) is known color: Lima. HEX triplet: 80, A2 and 0D. RGB value is (128,162,13). Sum of RGB (Red+Green+Blue) = 128+162+13=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 162 (63.67% from 255 or 53.47% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 162 - color contains mainly: green. Hex color #80A20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A20D is #7F5DF2. Grayscale: #878787. Windows color (decimal): -8347123 or 893568. OLE color: 893568.
HSL color Cylindrical-coordinate representation of color #80A20D: hue angle of 73.69º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80A20D is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 162 | 13 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.36 |
| HSL | 73.69º | 0.85% | 0.34% | - |
| HSV(B) | 73.69º | 0.92% | 0.64% | - |
| XYZ | 21.9 | 30.46 | 5.11 | - |
| YUV | 134.85 | 59.24 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 13 | 0.21 | 0 | 0.92 | 0.36 | 73.69 | 0.85 | 0.34 |
| Hex | 80 | A2 | D | 15 | 0 | 5C | 24 | 4A | 55 | 22 |
| Octal | 200 | 242 | 15 | 25 | 0 | 134 | 44 | 112 | 125 | 42 |
| Binary | 10000000 | 10100010 | 1101 | 10101 | 0 | 1011100 | 100100 | 1001010 | 1010101 | 100010 |
Color Harmonies of #80A20D
Complementary color
Monochromatic Colors of #80A20D
Black with #80A20D
Text Example
Text Example
White with #80A20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A20D; }
p { color: rgb(128,162,13); }
H1.HeaderClassName
{
color: #80A20D;
}
.AnyTagClassName
{
color: #80A20D;
}
</style>
background-color css
<style>
a { background-color: #80A20D; }
a { background-color: rgb(128,162,13); }
div.DivClassName
{
background-color: #80A20D;
}
.BgClassName
{
background-color: #80A20D;
}
</style>
border-color css
<style>
span { border-color: #80A20D; }
span { border-color: rgb(128,162,13); }
td.TdClassName
{
border-color: #80A20D;
}
.TagClassName
{
border-color: #80A20D;
}
</style>