Shades of Lima #80AD10
Tints of Lima #80AD10
RGB
CMYK
RGB Variations
Color information
#80AD10 (or 0x80AD10) is known color: Lima. HEX triplet: 80, AD and 10. RGB value is (128,173,16). Sum of RGB (Red+Green+Blue) = 128+173+16=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AD10 is #7F52EF. Grayscale: #8E8E8E. Windows color (decimal): -8344304 or 1092992. OLE color: 1092992.
HSL color Cylindrical-coordinate representation of color #80AD10: hue angle of 77.2º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80AD10 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 16 | - |
| CMYK | 0.26 | 0 | 0.91 | 0.32 |
| HSL | 77.2º | 0.83% | 0.37% | - |
| HSV(B) | 77.2º | 0.91% | 0.68% | - |
| XYZ | 23.94 | 34.51 | 5.89 | - |
| YUV | 141.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 16 | 0.26 | 0 | 0.91 | 0.32 | 77.2 | 0.83 | 0.37 |
| Hex | 80 | AD | 10 | 1A | 0 | 5B | 20 | 4D | 53 | 25 |
| Octal | 200 | 255 | 20 | 32 | 0 | 133 | 40 | 115 | 123 | 45 |
| Binary | 10000000 | 10101101 | 10000 | 11010 | 0 | 1011011 | 100000 | 1001101 | 1010011 | 100101 |
Color Harmonies of #80AD10
Complementary color
Monochromatic Colors of #80AD10
Black with #80AD10
Text Example
Text Example
White with #80AD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD10; }
p { color: rgb(128,173,16); }
H1.HeaderClassName
{
color: #80AD10;
}
.AnyTagClassName
{
color: #80AD10;
}
</style>
background-color css
<style>
a { background-color: #80AD10; }
a { background-color: rgb(128,173,16); }
div.DivClassName
{
background-color: #80AD10;
}
.BgClassName
{
background-color: #80AD10;
}
</style>
border-color css
<style>
span { border-color: #80AD10; }
span { border-color: rgb(128,173,16); }
td.TdClassName
{
border-color: #80AD10;
}
.TagClassName
{
border-color: #80AD10;
}
</style>