Shades of Lima #81A11A
Tints of Lima #81A11A
RGB
CMYK
RGB Variations
Color information
#81A11A (or 0x81A11A) is known color: Lima. HEX triplet: 81, A1 and 1A. RGB value is (129,161,26). Sum of RGB (Red+Green+Blue) = 129+161+26=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 161 (63.28% from 255 or 50.95% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 161 - color contains mainly: green. Hex color #81A11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A11A is #7E5EE5. Grayscale: #888888. Windows color (decimal): -8281830 or 1745281. OLE color: 1745281.
HSL color Cylindrical-coordinate representation of color #81A11A: hue angle of 74.22º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #81A11A is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 26 | - |
| CMYK | 0.20 | 0 | 0.84 | 0.37 |
| HSL | 74.22º | 0.72% | 0.37% | - |
| HSV(B) | 74.22º | 0.84% | 0.63% | - |
| XYZ | 21.98 | 30.23 | 5.65 | - |
| YUV | 136.04 | 65.9 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 26 | 0.20 | 0 | 0.84 | 0.37 | 74.22 | 0.72 | 0.37 |
| Hex | 81 | A1 | 1A | 14 | 0 | 54 | 25 | 4A | 48 | 25 |
| Octal | 201 | 241 | 32 | 24 | 0 | 124 | 45 | 112 | 110 | 45 |
| Binary | 10000001 | 10100001 | 11010 | 10100 | 0 | 1010100 | 100101 | 1001010 | 1001000 | 100101 |
Color Harmonies of #81A11A
Complementary color
Monochromatic Colors of #81A11A
Black with #81A11A
Text Example
Text Example
White with #81A11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A11A; }
p { color: rgb(129,161,26); }
H1.HeaderClassName
{
color: #81A11A;
}
.AnyTagClassName
{
color: #81A11A;
}
</style>
background-color css
<style>
a { background-color: #81A11A; }
a { background-color: rgb(129,161,26); }
div.DivClassName
{
background-color: #81A11A;
}
.BgClassName
{
background-color: #81A11A;
}
</style>
border-color css
<style>
span { border-color: #81A11A; }
span { border-color: rgb(129,161,26); }
td.TdClassName
{
border-color: #81A11A;
}
.TagClassName
{
border-color: #81A11A;
}
</style>