Shades of Limerick #89AA18
Tints of Limerick #89AA18
RGB
CMYK
RGB Variations
Color information
#89AA18 (or 0x89AA18) is known color: Limerick. HEX triplet: 89, AA and 18. RGB value is (137,170,24). Sum of RGB (Red+Green+Blue) = 137+170+24=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #89AA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AA18 is #7655E7. Grayscale: #909090. Windows color (decimal): -7755240 or 1616521. OLE color: 1616521.
HSL color Cylindrical-coordinate representation of color #89AA18: hue angle of 73.56º degrees, saturation: 0.75, 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 #89AA18 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 170 | 24 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.33 |
| HSL | 73.56º | 0.75% | 0.38% | - |
| HSV(B) | 73.56º | 0.86% | 0.67% | - |
| XYZ | 24.86 | 34.13 | 6.14 | - |
| YUV | 143.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 24 | 0.19 | 0 | 0.86 | 0.33 | 73.56 | 0.75 | 0.38 |
| Hex | 89 | AA | 18 | 13 | 0 | 56 | 21 | 4A | 4B | 26 |
| Octal | 211 | 252 | 30 | 23 | 0 | 126 | 41 | 112 | 113 | 46 |
| Binary | 10001001 | 10101010 | 11000 | 10011 | 0 | 1010110 | 100001 | 1001010 | 1001011 | 100110 |
Color Harmonies of #89AA18
Complementary color
Monochromatic Colors of #89AA18
Black with #89AA18
Text Example
Text Example
White with #89AA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AA18; }
p { color: rgb(137,170,24); }
H1.HeaderClassName
{
color: #89AA18;
}
.AnyTagClassName
{
color: #89AA18;
}
</style>
background-color css
<style>
a { background-color: #89AA18; }
a { background-color: rgb(137,170,24); }
div.DivClassName
{
background-color: #89AA18;
}
.BgClassName
{
background-color: #89AA18;
}
</style>
border-color css
<style>
span { border-color: #89AA18; }
span { border-color: rgb(137,170,24); }
td.TdClassName
{
border-color: #89AA18;
}
.TagClassName
{
border-color: #89AA18;
}
</style>