Shades of Limerick #81A926
Tints of Limerick #81A926
RGB
CMYK
RGB Variations
Color information
#81A926 (or 0x81A926) is known color: Limerick. HEX triplet: 81, A9 and 26. RGB value is (129,169,38). Sum of RGB (Red+Green+Blue) = 129+169+38=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 169 (66.41% from 255 or 50.30% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 169 - color contains mainly: green. Hex color #81A926 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A926 is #7E56D9. Grayscale: #8E8E8E. Windows color (decimal): -8279770 or 2533761. OLE color: 2533761.
HSL color Cylindrical-coordinate representation of color #81A926: hue angle of 78.32º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81A926 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 38 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.34 |
| HSL | 78.32º | 0.63% | 0.41% | - |
| HSV(B) | 78.32º | 0.78% | 0.66% | - |
| XYZ | 23.59 | 33.18 | 7 | - |
| YUV | 142.11 | 69.25 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 38 | 0.24 | 0 | 0.78 | 0.34 | 78.32 | 0.63 | 0.41 |
| Hex | 81 | A9 | 26 | 18 | 0 | 4E | 22 | 4E | 3F | 29 |
| Octal | 201 | 251 | 46 | 30 | 0 | 116 | 42 | 116 | 77 | 51 |
| Binary | 10000001 | 10101001 | 100110 | 11000 | 0 | 1001110 | 100010 | 1001110 | 111111 | 101001 |
Color Harmonies of #81A926
Complementary color
Monochromatic Colors of #81A926
Black with #81A926
Text Example
Text Example
White with #81A926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A926; }
p { color: rgb(129,169,38); }
H1.HeaderClassName
{
color: #81A926;
}
.AnyTagClassName
{
color: #81A926;
}
</style>
background-color css
<style>
a { background-color: #81A926; }
a { background-color: rgb(129,169,38); }
div.DivClassName
{
background-color: #81A926;
}
.BgClassName
{
background-color: #81A926;
}
</style>
border-color css
<style>
span { border-color: #81A926; }
span { border-color: rgb(129,169,38); }
td.TdClassName
{
border-color: #81A926;
}
.TagClassName
{
border-color: #81A926;
}
</style>