Shades of Limerick #81A223
Tints of Limerick #81A223
RGB
CMYK
RGB Variations
Color information
#81A223 (or 0x81A223) is known color: Limerick. HEX triplet: 81, A2 and 23. RGB value is (129,162,35). Sum of RGB (Red+Green+Blue) = 129+162+35=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #81A223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A223 is #7E5DDC. Grayscale: #8A8A8A. Windows color (decimal): -8281565 or 2335361. OLE color: 2335361.
HSL color Cylindrical-coordinate representation of color #81A223: hue angle of 75.59º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81A223 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 162 | 35 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.36 |
| HSL | 75.59º | 0.64% | 0.39% | - |
| HSV(B) | 75.59º | 0.78% | 0.64% | - |
| XYZ | 22.28 | 30.63 | 6.33 | - |
| YUV | 137.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 35 | 0.20 | 0 | 0.78 | 0.36 | 75.59 | 0.64 | 0.39 |
| Hex | 81 | A2 | 23 | 14 | 0 | 4E | 24 | 4C | 40 | 27 |
| Octal | 201 | 242 | 43 | 24 | 0 | 116 | 44 | 114 | 100 | 47 |
| Binary | 10000001 | 10100010 | 100011 | 10100 | 0 | 1001110 | 100100 | 1001100 | 1000000 | 100111 |
Color Harmonies of #81A223
Complementary color
Monochromatic Colors of #81A223
Black with #81A223
Text Example
Text Example
White with #81A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A223; }
p { color: rgb(129,162,35); }
H1.HeaderClassName
{
color: #81A223;
}
.AnyTagClassName
{
color: #81A223;
}
</style>
background-color css
<style>
a { background-color: #81A223; }
a { background-color: rgb(129,162,35); }
div.DivClassName
{
background-color: #81A223;
}
.BgClassName
{
background-color: #81A223;
}
</style>
border-color css
<style>
span { border-color: #81A223; }
span { border-color: rgb(129,162,35); }
td.TdClassName
{
border-color: #81A223;
}
.TagClassName
{
border-color: #81A223;
}
</style>