Shades of Limerick #87AA11
Tints of Limerick #87AA11
RGB
CMYK
RGB Variations
Color information
#87AA11 (or 0x87AA11) is known color: Limerick. HEX triplet: 87, AA and 11. RGB value is (135,170,17). Sum of RGB (Red+Green+Blue) = 135+170+17=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 170 (66.80% from 255 or 52.80% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 170 - color contains mainly: green. Hex color #87AA11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #87AA11 is #7855EE. Grayscale: #8E8E8E. Windows color (decimal): -7886319 or 1157767. OLE color: 1157767.
HSL color Cylindrical-coordinate representation of color #87AA11: hue angle of 73.73º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87AA11 is Cyan = 0.21, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 170 | 17 | - |
| CMYK | 0.21 | 0 | 0.9 | 0.33 |
| HSL | 73.73º | 0.82% | 0.37% | - |
| HSV(B) | 73.73º | 0.9% | 0.67% | - |
| XYZ | 24.47 | 33.94 | 5.79 | - |
| YUV | 142.09 | 57.4 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 170 | 17 | 0.21 | 0 | 0.9 | 0.33 | 73.73 | 0.82 | 0.37 |
| Hex | 87 | AA | 11 | 15 | 0 | 5A | 21 | 4A | 52 | 25 |
| Octal | 207 | 252 | 21 | 25 | 0 | 132 | 41 | 112 | 122 | 45 |
| Binary | 10000111 | 10101010 | 10001 | 10101 | 0 | 1011010 | 100001 | 1001010 | 1010010 | 100101 |
Color Harmonies of #87AA11
Complementary color
Monochromatic Colors of #87AA11
Black with #87AA11
Text Example
Text Example
White with #87AA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AA11; }
p { color: rgb(135,170,17); }
H1.HeaderClassName
{
color: #87AA11;
}
.AnyTagClassName
{
color: #87AA11;
}
</style>
background-color css
<style>
a { background-color: #87AA11; }
a { background-color: rgb(135,170,17); }
div.DivClassName
{
background-color: #87AA11;
}
.BgClassName
{
background-color: #87AA11;
}
</style>
border-color css
<style>
span { border-color: #87AA11; }
span { border-color: rgb(135,170,17); }
td.TdClassName
{
border-color: #87AA11;
}
.TagClassName
{
border-color: #87AA11;
}
</style>