Shades of Limerick #81A11E
Tints of Limerick #81A11E
RGB
CMYK
RGB Variations
Color information
#81A11E (or 0x81A11E) is known color: Limerick. HEX triplet: 81, A1 and 1E. RGB value is (129,161,30). Sum of RGB (Red+Green+Blue) = 129+161+30=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 30 (12.11% from 255 or 9.38% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #81A11E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A11E is #7E5EE1. Grayscale: #888888. Windows color (decimal): -8281826 or 2007425. OLE color: 2007425.
HSL color Cylindrical-coordinate representation of color #81A11E: hue angle of 74.66º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #81A11E is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 30 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.37 |
| HSL | 74.66º | 0.69% | 0.37% | - |
| HSV(B) | 74.66º | 0.81% | 0.63% | - |
| XYZ | 22.03 | 30.25 | 5.91 | - |
| YUV | 136.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 30 | 0.20 | 0 | 0.81 | 0.37 | 74.66 | 0.69 | 0.37 |
| Hex | 81 | A1 | 1E | 14 | 0 | 51 | 25 | 4B | 45 | 25 |
| Octal | 201 | 241 | 36 | 24 | 0 | 121 | 45 | 113 | 105 | 45 |
| Binary | 10000001 | 10100001 | 11110 | 10100 | 0 | 1010001 | 100101 | 1001011 | 1000101 | 100101 |
Color Harmonies of #81A11E
Complementary color
Monochromatic Colors of #81A11E
Black with #81A11E
Text Example
Text Example
White with #81A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A11E; }
p { color: rgb(129,161,30); }
H1.HeaderClassName
{
color: #81A11E;
}
.AnyTagClassName
{
color: #81A11E;
}
</style>
background-color css
<style>
a { background-color: #81A11E; }
a { background-color: rgb(129,161,30); }
div.DivClassName
{
background-color: #81A11E;
}
.BgClassName
{
background-color: #81A11E;
}
</style>
border-color css
<style>
span { border-color: #81A11E; }
span { border-color: rgb(129,161,30); }
td.TdClassName
{
border-color: #81A11E;
}
.TagClassName
{
border-color: #81A11E;
}
</style>