Shades of Limerick #89A81A
Tints of Limerick #89A81A
RGB
CMYK
RGB Variations
Color information
#89A81A (or 0x89A81A) is known color: Limerick. HEX triplet: 89, A8 and 1A. RGB value is (137,168,26). Sum of RGB (Red+Green+Blue) = 137+168+26=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #89A81A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A81A is #7657E5. Grayscale: #8F8F8F. Windows color (decimal): -7755750 or 1747081. OLE color: 1747081.
HSL color Cylindrical-coordinate representation of color #89A81A: hue angle of 73.1º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89A81A is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 168 | 26 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.34 |
| HSL | 73.1º | 0.73% | 0.38% | - |
| HSV(B) | 73.1º | 0.85% | 0.66% | - |
| XYZ | 24.51 | 33.4 | 6.13 | - |
| YUV | 142.54 | 62.23 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 26 | 0.18 | 0 | 0.85 | 0.34 | 73.1 | 0.73 | 0.38 |
| Hex | 89 | A8 | 1A | 12 | 0 | 55 | 22 | 49 | 49 | 26 |
| Octal | 211 | 250 | 32 | 22 | 0 | 125 | 42 | 111 | 111 | 46 |
| Binary | 10001001 | 10101000 | 11010 | 10010 | 0 | 1010101 | 100010 | 1001001 | 1001001 | 100110 |
Color Harmonies of #89A81A
Complementary color
Monochromatic Colors of #89A81A
Black with #89A81A
Text Example
Text Example
White with #89A81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A81A; }
p { color: rgb(137,168,26); }
H1.HeaderClassName
{
color: #89A81A;
}
.AnyTagClassName
{
color: #89A81A;
}
</style>
background-color css
<style>
a { background-color: #89A81A; }
a { background-color: rgb(137,168,26); }
div.DivClassName
{
background-color: #89A81A;
}
.BgClassName
{
background-color: #89A81A;
}
</style>
border-color css
<style>
span { border-color: #89A81A; }
span { border-color: rgb(137,168,26); }
td.TdClassName
{
border-color: #89A81A;
}
.TagClassName
{
border-color: #89A81A;
}
</style>