Shades of Limerick #8FA737
Tints of Limerick #8FA737
RGB
CMYK
RGB Variations
Color information
#8FA737 (or 0x8FA737) is known color: Limerick. HEX triplet: 8F, A7 and 37. RGB value is (143,167,55). Sum of RGB (Red+Green+Blue) = 143+167+55=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #8FA737 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA737 is #7058C8. Grayscale: #939393. Windows color (decimal): -7362761 or 3647375. OLE color: 3647375.
HSL color Cylindrical-coordinate representation of color #8FA737: hue angle of 72.86º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FA737 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 167 | 55 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.35 |
| HSL | 72.86º | 0.5% | 0.44% | - |
| HSV(B) | 72.86º | 0.67% | 0.65% | - |
| XYZ | 25.84 | 33.75 | 8.77 | - |
| YUV | 147.06 | 76.05 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 55 | 0.14 | 0 | 0.67 | 0.35 | 72.86 | 0.5 | 0.44 |
| Hex | 8F | A7 | 37 | E | 0 | 43 | 23 | 49 | 32 | 2C |
| Octal | 217 | 247 | 67 | 16 | 0 | 103 | 43 | 111 | 62 | 54 |
| Binary | 10001111 | 10100111 | 110111 | 1110 | 0 | 1000011 | 100011 | 1001001 | 110010 | 101100 |
Color Harmonies of #8FA737
Complementary color
Monochromatic Colors of #8FA737
Black with #8FA737
Text Example
Text Example
White with #8FA737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA737; }
p { color: rgb(143,167,55); }
H1.HeaderClassName
{
color: #8FA737;
}
.AnyTagClassName
{
color: #8FA737;
}
</style>
background-color css
<style>
a { background-color: #8FA737; }
a { background-color: rgb(143,167,55); }
div.DivClassName
{
background-color: #8FA737;
}
.BgClassName
{
background-color: #8FA737;
}
</style>
border-color css
<style>
span { border-color: #8FA737; }
span { border-color: rgb(143,167,55); }
td.TdClassName
{
border-color: #8FA737;
}
.TagClassName
{
border-color: #8FA737;
}
</style>