Shades of Limerick #81A925
Tints of Limerick #81A925
RGB
CMYK
RGB Variations
Color information
#81A925 (or 0x81A925) is known color: Limerick. HEX triplet: 81, A9 and 25. RGB value is (129,169,37). Sum of RGB (Red+Green+Blue) = 129+169+37=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 169 (66.41% from 255 or 50.45% from 335); Blue value is 37 (14.84% from 255 or 11.04% from 335); Max value from RGB is 169 - color contains mainly: green. Hex color #81A925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A925 is #7E56DA. Grayscale: #8E8E8E. Windows color (decimal): -8279771 or 2468225. OLE color: 2468225.
HSL color Cylindrical-coordinate representation of color #81A925: hue angle of 78.18º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81A925 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 169 | 37 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.34 |
| HSL | 78.18º | 0.64% | 0.4% | - |
| HSV(B) | 78.18º | 0.78% | 0.66% | - |
| XYZ | 23.58 | 33.18 | 6.91 | - |
| YUV | 141.99 | 68.75 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 169 | 37 | 0.24 | 0 | 0.78 | 0.34 | 78.18 | 0.64 | 0.4 |
| Hex | 81 | A9 | 25 | 18 | 0 | 4E | 22 | 4E | 40 | 28 |
| Octal | 201 | 251 | 45 | 30 | 0 | 116 | 42 | 116 | 100 | 50 |
| Binary | 10000001 | 10101001 | 100101 | 11000 | 0 | 1001110 | 100010 | 1001110 | 1000000 | 101000 |
Color Harmonies of #81A925
Complementary color
Monochromatic Colors of #81A925
Black with #81A925
Text Example
Text Example
White with #81A925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A925; }
p { color: rgb(129,169,37); }
H1.HeaderClassName
{
color: #81A925;
}
.AnyTagClassName
{
color: #81A925;
}
</style>
background-color css
<style>
a { background-color: #81A925; }
a { background-color: rgb(129,169,37); }
div.DivClassName
{
background-color: #81A925;
}
.BgClassName
{
background-color: #81A925;
}
</style>
border-color css
<style>
span { border-color: #81A925; }
span { border-color: rgb(129,169,37); }
td.TdClassName
{
border-color: #81A925;
}
.TagClassName
{
border-color: #81A925;
}
</style>