Shades of Limerick #89AF30
Tints of Limerick #89AF30
RGB
CMYK
RGB Variations
Color information
#89AF30 (or 0x89AF30) is known color: Limerick. HEX triplet: 89, AF and 30. RGB value is (137,175,48). Sum of RGB (Red+Green+Blue) = 137+175+48=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89AF30 is #7650CF. Grayscale: #959595. Windows color (decimal): -7753936 or 3190665. OLE color: 3190665.
HSL color Cylindrical-coordinate representation of color #89AF30: hue angle of 77.95º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #89AF30 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 175 | 48 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.31 |
| HSL | 77.95º | 0.57% | 0.44% | - |
| HSV(B) | 77.95º | 0.73% | 0.69% | - |
| XYZ | 26.18 | 36.19 | 8.4 | - |
| YUV | 149.16 | 70.91 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 48 | 0.22 | 0 | 0.73 | 0.31 | 77.95 | 0.57 | 0.44 |
| Hex | 89 | AF | 30 | 16 | 0 | 49 | 1F | 4E | 39 | 2C |
| Octal | 211 | 257 | 60 | 26 | 0 | 111 | 37 | 116 | 71 | 54 |
| Binary | 10001001 | 10101111 | 110000 | 10110 | 0 | 1001001 | 11111 | 1001110 | 111001 | 101100 |
Color Harmonies of #89AF30
Complementary color
Monochromatic Colors of #89AF30
Black with #89AF30
Text Example
Text Example
White with #89AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AF30; }
p { color: rgb(137,175,48); }
H1.HeaderClassName
{
color: #89AF30;
}
.AnyTagClassName
{
color: #89AF30;
}
</style>
background-color css
<style>
a { background-color: #89AF30; }
a { background-color: rgb(137,175,48); }
div.DivClassName
{
background-color: #89AF30;
}
.BgClassName
{
background-color: #89AF30;
}
</style>
border-color css
<style>
span { border-color: #89AF30; }
span { border-color: rgb(137,175,48); }
td.TdClassName
{
border-color: #89AF30;
}
.TagClassName
{
border-color: #89AF30;
}
</style>