Shades of Lima #81A910
Tints of Lima #81A910
RGB
CMYK
RGB Variations
Color information
#81A910 (or 0x81A910) is known color: Lima. HEX triplet: 81, A9 and 10. RGB value is (129,169,16). Sum of RGB (Red+Green+Blue) = 129+169+16=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 169 (66.41% from 255 or 53.82% from 314); Blue value is 16 (6.64% from 255 or 5.10% from 314); Max value from RGB is 169 - color contains mainly: green. Hex color #81A910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A910 is #7E56EF. Grayscale: #8C8C8C. Windows color (decimal): -8279792 or 1091969. OLE color: 1091969.
HSL color Cylindrical-coordinate representation of color #81A910: hue angle of 75.69º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81A910 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 16 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.34 |
| HSL | 75.69º | 0.83% | 0.36% | - |
| HSV(B) | 75.69º | 0.91% | 0.66% | - |
| XYZ | 23.33 | 33.08 | 5.65 | - |
| YUV | 139.6 | 58.25 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 16 | 0.24 | 0 | 0.91 | 0.34 | 75.69 | 0.83 | 0.36 |
| Hex | 81 | A9 | 10 | 18 | 0 | 5B | 22 | 4C | 53 | 24 |
| Octal | 201 | 251 | 20 | 30 | 0 | 133 | 42 | 114 | 123 | 44 |
| Binary | 10000001 | 10101001 | 10000 | 11000 | 0 | 1011011 | 100010 | 1001100 | 1010011 | 100100 |
Color Harmonies of #81A910
Complementary color
Monochromatic Colors of #81A910
Black with #81A910
Text Example
Text Example
White with #81A910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A910; }
p { color: rgb(129,169,16); }
H1.HeaderClassName
{
color: #81A910;
}
.AnyTagClassName
{
color: #81A910;
}
</style>
background-color css
<style>
a { background-color: #81A910; }
a { background-color: rgb(129,169,16); }
div.DivClassName
{
background-color: #81A910;
}
.BgClassName
{
background-color: #81A910;
}
</style>
border-color css
<style>
span { border-color: #81A910; }
span { border-color: rgb(129,169,16); }
td.TdClassName
{
border-color: #81A910;
}
.TagClassName
{
border-color: #81A910;
}
</style>