Shades of Lima #80A70D
Tints of Lima #80A70D
RGB
CMYK
RGB Variations
Color information
#80A70D (or 0x80A70D) is known color: Lima. HEX triplet: 80, A7 and 0D. RGB value is (128,167,13). Sum of RGB (Red+Green+Blue) = 128+167+13=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #80A70D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80A70D is #7F58F2. Grayscale: #8A8A8A. Windows color (decimal): -8345843 or 894848. OLE color: 894848.
HSL color Cylindrical-coordinate representation of color #80A70D: hue angle of 75.19º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80A70D is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 167 | 13 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.35 |
| HSL | 75.19º | 0.86% | 0.35% | - |
| HSV(B) | 75.19º | 0.92% | 0.65% | - |
| XYZ | 22.79 | 32.26 | 5.41 | - |
| YUV | 137.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 13 | 0.23 | 0 | 0.92 | 0.35 | 75.19 | 0.86 | 0.35 |
| Hex | 80 | A7 | D | 17 | 0 | 5C | 23 | 4B | 56 | 23 |
| Octal | 200 | 247 | 15 | 27 | 0 | 134 | 43 | 113 | 126 | 43 |
| Binary | 10000000 | 10100111 | 1101 | 10111 | 0 | 1011100 | 100011 | 1001011 | 1010110 | 100011 |
Color Harmonies of #80A70D
Complementary color
Monochromatic Colors of #80A70D
Black with #80A70D
Text Example
Text Example
White with #80A70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A70D; }
p { color: rgb(128,167,13); }
H1.HeaderClassName
{
color: #80A70D;
}
.AnyTagClassName
{
color: #80A70D;
}
</style>
background-color css
<style>
a { background-color: #80A70D; }
a { background-color: rgb(128,167,13); }
div.DivClassName
{
background-color: #80A70D;
}
.BgClassName
{
background-color: #80A70D;
}
</style>
border-color css
<style>
span { border-color: #80A70D; }
span { border-color: rgb(128,167,13); }
td.TdClassName
{
border-color: #80A70D;
}
.TagClassName
{
border-color: #80A70D;
}
</style>