Shades of Limerick #87AD14
Tints of Limerick #87AD14
RGB
CMYK
RGB Variations
Color information
#87AD14 (or 0x87AD14) is known color: Limerick. HEX triplet: 87, AD and 14. RGB value is (135,173,20). Sum of RGB (Red+Green+Blue) = 135+173+20=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87AD14 is #7852EB. Grayscale: #909090. Windows color (decimal): -7885548 or 1355143. OLE color: 1355143.
HSL color Cylindrical-coordinate representation of color #87AD14: hue angle of 74.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #87AD14 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 20 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.32 |
| HSL | 74.9º | 0.79% | 0.38% | - |
| HSV(B) | 74.9º | 0.88% | 0.68% | - |
| XYZ | 25.06 | 35.09 | 6.11 | - |
| YUV | 144.2 | 57.91 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 20 | 0.22 | 0 | 0.88 | 0.32 | 74.9 | 0.79 | 0.38 |
| Hex | 87 | AD | 14 | 16 | 0 | 58 | 20 | 4B | 4F | 26 |
| Octal | 207 | 255 | 24 | 26 | 0 | 130 | 40 | 113 | 117 | 46 |
| Binary | 10000111 | 10101101 | 10100 | 10110 | 0 | 1011000 | 100000 | 1001011 | 1001111 | 100110 |
Color Harmonies of #87AD14
Complementary color
Monochromatic Colors of #87AD14
Black with #87AD14
Text Example
Text Example
White with #87AD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AD14; }
p { color: rgb(135,173,20); }
H1.HeaderClassName
{
color: #87AD14;
}
.AnyTagClassName
{
color: #87AD14;
}
</style>
background-color css
<style>
a { background-color: #87AD14; }
a { background-color: rgb(135,173,20); }
div.DivClassName
{
background-color: #87AD14;
}
.BgClassName
{
background-color: #87AD14;
}
</style>
border-color css
<style>
span { border-color: #87AD14; }
span { border-color: rgb(135,173,20); }
td.TdClassName
{
border-color: #87AD14;
}
.TagClassName
{
border-color: #87AD14;
}
</style>