Shades of Limerick #89AF10
Tints of Limerick #89AF10
RGB
CMYK
RGB Variations
Color information
#89AF10 (or 0x89AF10) is known color: Limerick. HEX triplet: 89, AF and 10. RGB value is (137,175,16). Sum of RGB (Red+Green+Blue) = 137+175+16=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #89AF10 is #7650EF. Grayscale: #929292. Windows color (decimal): -7753968 or 1093513. OLE color: 1093513.
HSL color Cylindrical-coordinate representation of color #89AF10: hue angle of 74.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89AF10 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 16 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.31 |
| HSL | 74.34º | 0.83% | 0.37% | - |
| HSV(B) | 74.34º | 0.91% | 0.69% | - |
| XYZ | 25.74 | 36.02 | 6.09 | - |
| YUV | 145.51 | 54.91 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 16 | 0.22 | 0 | 0.91 | 0.31 | 74.34 | 0.83 | 0.37 |
| Hex | 89 | AF | 10 | 16 | 0 | 5B | 1F | 4A | 53 | 25 |
| Octal | 211 | 257 | 20 | 26 | 0 | 133 | 37 | 112 | 123 | 45 |
| Binary | 10001001 | 10101111 | 10000 | 10110 | 0 | 1011011 | 11111 | 1001010 | 1010011 | 100101 |
Color Harmonies of #89AF10
Complementary color
Monochromatic Colors of #89AF10
Black with #89AF10
Text Example
Text Example
White with #89AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AF10; }
p { color: rgb(137,175,16); }
H1.HeaderClassName
{
color: #89AF10;
}
.AnyTagClassName
{
color: #89AF10;
}
</style>
background-color css
<style>
a { background-color: #89AF10; }
a { background-color: rgb(137,175,16); }
div.DivClassName
{
background-color: #89AF10;
}
.BgClassName
{
background-color: #89AF10;
}
</style>
border-color css
<style>
span { border-color: #89AF10; }
span { border-color: rgb(137,175,16); }
td.TdClassName
{
border-color: #89AF10;
}
.TagClassName
{
border-color: #89AF10;
}
</style>