Shades of Limerick #89AE11
Tints of Limerick #89AE11
RGB
CMYK
RGB Variations
Color information
#89AE11 (or 0x89AE11) is known color: Limerick. HEX triplet: 89, AE and 11. RGB value is (137,174,17). Sum of RGB (Red+Green+Blue) = 137+174+17=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #89AE11 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AE11 is #7651EE. Grayscale: #919191. Windows color (decimal): -7754223 or 1158793. OLE color: 1158793.
HSL color Cylindrical-coordinate representation of color #89AE11: hue angle of 74.14º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89AE11 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 174 | 17 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.32 |
| HSL | 74.14º | 0.82% | 0.37% | - |
| HSV(B) | 74.14º | 0.9% | 0.68% | - |
| XYZ | 25.55 | 35.63 | 6.06 | - |
| YUV | 145.04 | 55.74 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 17 | 0.21 | 0 | 0.90 | 0.32 | 74.14 | 0.82 | 0.37 |
| Hex | 89 | AE | 11 | 15 | 0 | 5A | 20 | 4A | 52 | 25 |
| Octal | 211 | 256 | 21 | 25 | 0 | 132 | 40 | 112 | 122 | 45 |
| Binary | 10001001 | 10101110 | 10001 | 10101 | 0 | 1011010 | 100000 | 1001010 | 1010010 | 100101 |
Color Harmonies of #89AE11
Complementary color
Monochromatic Colors of #89AE11
Black with #89AE11
Text Example
Text Example
White with #89AE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AE11; }
p { color: rgb(137,174,17); }
H1.HeaderClassName
{
color: #89AE11;
}
.AnyTagClassName
{
color: #89AE11;
}
</style>
background-color css
<style>
a { background-color: #89AE11; }
a { background-color: rgb(137,174,17); }
div.DivClassName
{
background-color: #89AE11;
}
.BgClassName
{
background-color: #89AE11;
}
</style>
border-color css
<style>
span { border-color: #89AE11; }
span { border-color: rgb(137,174,17); }
td.TdClassName
{
border-color: #89AE11;
}
.TagClassName
{
border-color: #89AE11;
}
</style>