Shades of Limerick #89AC18
Tints of Limerick #89AC18
RGB
CMYK
RGB Variations
Color information
#89AC18 (or 0x89AC18) is known color: Limerick. HEX triplet: 89, AC and 18. RGB value is (137,172,24). Sum of RGB (Red+Green+Blue) = 137+172+24=333 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.14% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #89AC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AC18 is #7653E7. Grayscale: #919191. Windows color (decimal): -7754728 or 1617033. OLE color: 1617033.
HSL color Cylindrical-coordinate representation of color #89AC18: hue angle of 74.19º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #89AC18 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 172 | 24 | - |
| CMYK | 0.20 | 0 | 0.86 | 0.33 |
| HSL | 74.19º | 0.76% | 0.38% | - |
| HSV(B) | 74.19º | 0.86% | 0.67% | - |
| XYZ | 25.23 | 34.89 | 6.27 | - |
| YUV | 144.66 | 59.9 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 24 | 0.20 | 0 | 0.86 | 0.33 | 74.19 | 0.76 | 0.38 |
| Hex | 89 | AC | 18 | 14 | 0 | 56 | 21 | 4A | 4C | 26 |
| Octal | 211 | 254 | 30 | 24 | 0 | 126 | 41 | 112 | 114 | 46 |
| Binary | 10001001 | 10101100 | 11000 | 10100 | 0 | 1010110 | 100001 | 1001010 | 1001100 | 100110 |
Color Harmonies of #89AC18
Complementary color
Monochromatic Colors of #89AC18
Black with #89AC18
Text Example
Text Example
White with #89AC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AC18; }
p { color: rgb(137,172,24); }
H1.HeaderClassName
{
color: #89AC18;
}
.AnyTagClassName
{
color: #89AC18;
}
</style>
background-color css
<style>
a { background-color: #89AC18; }
a { background-color: rgb(137,172,24); }
div.DivClassName
{
background-color: #89AC18;
}
.BgClassName
{
background-color: #89AC18;
}
</style>
border-color css
<style>
span { border-color: #89AC18; }
span { border-color: rgb(137,172,24); }
td.TdClassName
{
border-color: #89AC18;
}
.TagClassName
{
border-color: #89AC18;
}
</style>