Shades of Lima #81A110
Tints of Lima #81A110
RGB
CMYK
RGB Variations
Color information
#81A110 (or 0x81A110) is known color: Lima. HEX triplet: 81, A1 and 10. RGB value is (129,161,16). Sum of RGB (Red+Green+Blue) = 129+161+16=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 161 (63.28% from 255 or 52.61% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 161 - color contains mainly: green. Hex color #81A110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A110 is #7E5EEF. Grayscale: #878787. Windows color (decimal): -8281840 or 1089921. OLE color: 1089921.
HSL color Cylindrical-coordinate representation of color #81A110: hue angle of 73.24º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81A110 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 16 | - |
| CMYK | 0.20 | 0 | 0.90 | 0.37 |
| HSL | 73.24º | 0.82% | 0.35% | - |
| HSV(B) | 73.24º | 0.9% | 0.63% | - |
| XYZ | 21.89 | 30.19 | 5.16 | - |
| YUV | 134.9 | 60.9 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 16 | 0.20 | 0 | 0.90 | 0.37 | 73.24 | 0.82 | 0.35 |
| Hex | 81 | A1 | 10 | 14 | 0 | 5A | 25 | 49 | 52 | 23 |
| Octal | 201 | 241 | 20 | 24 | 0 | 132 | 45 | 111 | 122 | 43 |
| Binary | 10000001 | 10100001 | 10000 | 10100 | 0 | 1011010 | 100101 | 1001001 | 1010010 | 100011 |
Color Harmonies of #81A110
Complementary color
Monochromatic Colors of #81A110
Black with #81A110
Text Example
Text Example
White with #81A110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A110; }
p { color: rgb(129,161,16); }
H1.HeaderClassName
{
color: #81A110;
}
.AnyTagClassName
{
color: #81A110;
}
</style>
background-color css
<style>
a { background-color: #81A110; }
a { background-color: rgb(129,161,16); }
div.DivClassName
{
background-color: #81A110;
}
.BgClassName
{
background-color: #81A110;
}
</style>
border-color css
<style>
span { border-color: #81A110; }
span { border-color: rgb(129,161,16); }
td.TdClassName
{
border-color: #81A110;
}
.TagClassName
{
border-color: #81A110;
}
</style>