Shades of Limerick #81A423
Tints of Limerick #81A423
RGB
CMYK
RGB Variations
Color information
#81A423 (or 0x81A423) is known color: Limerick. HEX triplet: 81, A4 and 23. RGB value is (129,164,35). Sum of RGB (Red+Green+Blue) = 129+164+35=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #81A423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A423 is #7E5BDC. Grayscale: #8B8B8B. Windows color (decimal): -8281053 or 2335873. OLE color: 2335873.
HSL color Cylindrical-coordinate representation of color #81A423: hue angle of 76.28º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #81A423 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 164 | 35 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.36 |
| HSL | 76.28º | 0.65% | 0.39% | - |
| HSV(B) | 76.28º | 0.79% | 0.64% | - |
| XYZ | 22.63 | 31.34 | 6.45 | - |
| YUV | 138.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 35 | 0.21 | 0 | 0.79 | 0.36 | 76.28 | 0.65 | 0.39 |
| Hex | 81 | A4 | 23 | 15 | 0 | 4F | 24 | 4C | 41 | 27 |
| Octal | 201 | 244 | 43 | 25 | 0 | 117 | 44 | 114 | 101 | 47 |
| Binary | 10000001 | 10100100 | 100011 | 10101 | 0 | 1001111 | 100100 | 1001100 | 1000001 | 100111 |
Color Harmonies of #81A423
Complementary color
Monochromatic Colors of #81A423
Black with #81A423
Text Example
Text Example
White with #81A423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A423; }
p { color: rgb(129,164,35); }
H1.HeaderClassName
{
color: #81A423;
}
.AnyTagClassName
{
color: #81A423;
}
</style>
background-color css
<style>
a { background-color: #81A423; }
a { background-color: rgb(129,164,35); }
div.DivClassName
{
background-color: #81A423;
}
.BgClassName
{
background-color: #81A423;
}
</style>
border-color css
<style>
span { border-color: #81A423; }
span { border-color: rgb(129,164,35); }
td.TdClassName
{
border-color: #81A423;
}
.TagClassName
{
border-color: #81A423;
}
</style>