Shades of Limerick #89AE0F
Tints of Limerick #89AE0F
RGB
CMYK
RGB Variations
Color information
#89AE0F (or 0x89AE0F) is known color: Limerick. HEX triplet: 89, AE and 0F. RGB value is (137,174,15). Sum of RGB (Red+Green+Blue) = 137+174+15=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 174 (68.36% from 255 or 53.37% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 174 - color contains mainly: green. Hex color #89AE0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AE0F is #7651F0. Grayscale: #919191. Windows color (decimal): -7754225 or 1027721. OLE color: 1027721.
HSL color Cylindrical-coordinate representation of color #89AE0F: hue angle of 73.96º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89AE0F is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 174 | 15 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.32 |
| HSL | 73.96º | 0.84% | 0.37% | - |
| HSV(B) | 73.96º | 0.91% | 0.68% | - |
| XYZ | 25.54 | 35.62 | 5.98 | - |
| YUV | 144.81 | 54.74 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 15 | 0.21 | 0 | 0.91 | 0.32 | 73.96 | 0.84 | 0.37 |
| Hex | 89 | AE | F | 15 | 0 | 5B | 20 | 4A | 54 | 25 |
| Octal | 211 | 256 | 17 | 25 | 0 | 133 | 40 | 112 | 124 | 45 |
| Binary | 10001001 | 10101110 | 1111 | 10101 | 0 | 1011011 | 100000 | 1001010 | 1010100 | 100101 |
Color Harmonies of #89AE0F
Complementary color
Monochromatic Colors of #89AE0F
Black with #89AE0F
Text Example
Text Example
White with #89AE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AE0F; }
p { color: rgb(137,174,15); }
H1.HeaderClassName
{
color: #89AE0F;
}
.AnyTagClassName
{
color: #89AE0F;
}
</style>
background-color css
<style>
a { background-color: #89AE0F; }
a { background-color: rgb(137,174,15); }
div.DivClassName
{
background-color: #89AE0F;
}
.BgClassName
{
background-color: #89AE0F;
}
</style>
border-color css
<style>
span { border-color: #89AE0F; }
span { border-color: rgb(137,174,15); }
td.TdClassName
{
border-color: #89AE0F;
}
.TagClassName
{
border-color: #89AE0F;
}
</style>