Shades of Lima #80AD13
Tints of Lima #80AD13
RGB
CMYK
RGB Variations
Color information
#80AD13 (or 0x80AD13) is known color: Lima. HEX triplet: 80, AD and 13. RGB value is (128,173,19). Sum of RGB (Red+Green+Blue) = 128+173+19=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AD13 is #7F52EC. Grayscale: #8E8E8E. Windows color (decimal): -8344301 or 1289600. OLE color: 1289600.
HSL color Cylindrical-coordinate representation of color #80AD13: hue angle of 77.53º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80AD13 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 19 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.32 |
| HSL | 77.53º | 0.8% | 0.38% | - |
| HSV(B) | 77.53º | 0.89% | 0.68% | - |
| XYZ | 23.96 | 34.52 | 6.02 | - |
| YUV | 141.99 | 58.59 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 19 | 0.26 | 0 | 0.89 | 0.32 | 77.53 | 0.8 | 0.38 |
| Hex | 80 | AD | 13 | 1A | 0 | 59 | 20 | 4E | 50 | 26 |
| Octal | 200 | 255 | 23 | 32 | 0 | 131 | 40 | 116 | 120 | 46 |
| Binary | 10000000 | 10101101 | 10011 | 11010 | 0 | 1011001 | 100000 | 1001110 | 1010000 | 100110 |
Color Harmonies of #80AD13
Complementary color
Monochromatic Colors of #80AD13
Black with #80AD13
Text Example
Text Example
White with #80AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD13; }
p { color: rgb(128,173,19); }
H1.HeaderClassName
{
color: #80AD13;
}
.AnyTagClassName
{
color: #80AD13;
}
</style>
background-color css
<style>
a { background-color: #80AD13; }
a { background-color: rgb(128,173,19); }
div.DivClassName
{
background-color: #80AD13;
}
.BgClassName
{
background-color: #80AD13;
}
</style>
border-color css
<style>
span { border-color: #80AD13; }
span { border-color: rgb(128,173,19); }
td.TdClassName
{
border-color: #80AD13;
}
.TagClassName
{
border-color: #80AD13;
}
</style>