Shades of Limerick #81A826
Tints of Limerick #81A826
RGB
CMYK
RGB Variations
Color information
#81A826 (or 0x81A826) is known color: Limerick. HEX triplet: 81, A8 and 26. RGB value is (129,168,38). Sum of RGB (Red+Green+Blue) = 129+168+38=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #81A826 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A826 is #7E57D9. Grayscale: #8E8E8E. Windows color (decimal): -8280026 or 2533505. OLE color: 2533505.
HSL color Cylindrical-coordinate representation of color #81A826: hue angle of 78º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81A826 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 168 | 38 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.34 |
| HSL | 78º | 0.63% | 0.4% | - |
| HSV(B) | 78º | 0.77% | 0.66% | - |
| XYZ | 23.41 | 32.81 | 6.93 | - |
| YUV | 141.52 | 69.58 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 38 | 0.23 | 0 | 0.77 | 0.34 | 78 | 0.63 | 0.4 |
| Hex | 81 | A8 | 26 | 17 | 0 | 4D | 22 | 4E | 3F | 28 |
| Octal | 201 | 250 | 46 | 27 | 0 | 115 | 42 | 116 | 77 | 50 |
| Binary | 10000001 | 10101000 | 100110 | 10111 | 0 | 1001101 | 100010 | 1001110 | 111111 | 101000 |
Color Harmonies of #81A826
Complementary color
Monochromatic Colors of #81A826
Black with #81A826
Text Example
Text Example
White with #81A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A826; }
p { color: rgb(129,168,38); }
H1.HeaderClassName
{
color: #81A826;
}
.AnyTagClassName
{
color: #81A826;
}
</style>
background-color css
<style>
a { background-color: #81A826; }
a { background-color: rgb(129,168,38); }
div.DivClassName
{
background-color: #81A826;
}
.BgClassName
{
background-color: #81A826;
}
</style>
border-color css
<style>
span { border-color: #81A826; }
span { border-color: rgb(129,168,38); }
td.TdClassName
{
border-color: #81A826;
}
.TagClassName
{
border-color: #81A826;
}
</style>