Shades of Limerick #8FA730
Tints of Limerick #8FA730
RGB
CMYK
RGB Variations
Color information
#8FA730 (or 0x8FA730) is known color: Limerick. HEX triplet: 8F, A7 and 30. RGB value is (143,167,48). Sum of RGB (Red+Green+Blue) = 143+167+48=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA730 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA730 is #7058CF. Grayscale: #929292. Windows color (decimal): -7362768 or 3188623. OLE color: 3188623.
HSL color Cylindrical-coordinate representation of color #8FA730: hue angle of 72.1º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FA730 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 167 | 48 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.35 |
| HSL | 72.1º | 0.55% | 0.42% | - |
| HSV(B) | 72.1º | 0.71% | 0.65% | - |
| XYZ | 25.68 | 33.69 | 7.95 | - |
| YUV | 146.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 48 | 0.14 | 0 | 0.71 | 0.35 | 72.1 | 0.55 | 0.42 |
| Hex | 8F | A7 | 30 | E | 0 | 47 | 23 | 48 | 37 | 2A |
| Octal | 217 | 247 | 60 | 16 | 0 | 107 | 43 | 110 | 67 | 52 |
| Binary | 10001111 | 10100111 | 110000 | 1110 | 0 | 1000111 | 100011 | 1001000 | 110111 | 101010 |
Color Harmonies of #8FA730
Complementary color
Monochromatic Colors of #8FA730
Black with #8FA730
Text Example
Text Example
White with #8FA730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA730; }
p { color: rgb(143,167,48); }
H1.HeaderClassName
{
color: #8FA730;
}
.AnyTagClassName
{
color: #8FA730;
}
</style>
background-color css
<style>
a { background-color: #8FA730; }
a { background-color: rgb(143,167,48); }
div.DivClassName
{
background-color: #8FA730;
}
.BgClassName
{
background-color: #8FA730;
}
</style>
border-color css
<style>
span { border-color: #8FA730; }
span { border-color: rgb(143,167,48); }
td.TdClassName
{
border-color: #8FA730;
}
.TagClassName
{
border-color: #8FA730;
}
</style>