Shades of Limerick #89A81E
Tints of Limerick #89A81E
RGB
CMYK
RGB Variations
Color information
#89A81E (or 0x89A81E) is known color: Limerick. HEX triplet: 89, A8 and 1E. RGB value is (137,168,30). Sum of RGB (Red+Green+Blue) = 137+168+30=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 168 (66.02% from 255 or 50.15% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 168 - color contains mainly: green. Hex color #89A81E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A81E is #7657E1. Grayscale: #8F8F8F. Windows color (decimal): -7755746 or 2009225. OLE color: 2009225.
HSL color Cylindrical-coordinate representation of color #89A81E: hue angle of 73.48º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #89A81E is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 168 | 30 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.34 |
| HSL | 73.48º | 0.7% | 0.39% | - |
| HSV(B) | 73.48º | 0.82% | 0.66% | - |
| XYZ | 24.55 | 33.42 | 6.38 | - |
| YUV | 143 | 64.23 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 30 | 0.18 | 0 | 0.82 | 0.34 | 73.48 | 0.7 | 0.39 |
| Hex | 89 | A8 | 1E | 12 | 0 | 52 | 22 | 49 | 46 | 27 |
| Octal | 211 | 250 | 36 | 22 | 0 | 122 | 42 | 111 | 106 | 47 |
| Binary | 10001001 | 10101000 | 11110 | 10010 | 0 | 1010010 | 100010 | 1001001 | 1000110 | 100111 |
Color Harmonies of #89A81E
Complementary color
Monochromatic Colors of #89A81E
Black with #89A81E
Text Example
Text Example
White with #89A81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A81E; }
p { color: rgb(137,168,30); }
H1.HeaderClassName
{
color: #89A81E;
}
.AnyTagClassName
{
color: #89A81E;
}
</style>
background-color css
<style>
a { background-color: #89A81E; }
a { background-color: rgb(137,168,30); }
div.DivClassName
{
background-color: #89A81E;
}
.BgClassName
{
background-color: #89A81E;
}
</style>
border-color css
<style>
span { border-color: #89A81E; }
span { border-color: rgb(137,168,30); }
td.TdClassName
{
border-color: #89A81E;
}
.TagClassName
{
border-color: #89A81E;
}
</style>