Shades of Limerick #8FA841
Tints of Limerick #8FA841
RGB
CMYK
RGB Variations
Color information
#8FA841 (or 0x8FA841) is known color: Limerick. HEX triplet: 8F, A8 and 41. RGB value is (143,168,65). Sum of RGB (Red+Green+Blue) = 143+168+65=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA841 is #7057BE. Grayscale: #959595. Windows color (decimal): -7362495 or 4302991. OLE color: 4302991.
HSL color Cylindrical-coordinate representation of color #8FA841: hue angle of 74.56º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8FA841 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 168 | 65 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.34 |
| HSL | 74.56º | 0.44% | 0.46% | - |
| HSV(B) | 74.56º | 0.61% | 0.66% | - |
| XYZ | 26.28 | 34.23 | 10.22 | - |
| YUV | 148.78 | 80.72 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 65 | 0.15 | 0 | 0.61 | 0.34 | 74.56 | 0.44 | 0.46 |
| Hex | 8F | A8 | 41 | F | 0 | 3D | 22 | 4B | 2C | 2E |
| Octal | 217 | 250 | 101 | 17 | 0 | 75 | 42 | 113 | 54 | 56 |
| Binary | 10001111 | 10101000 | 1000001 | 1111 | 0 | 111101 | 100010 | 1001011 | 101100 | 101110 |
Color Harmonies of #8FA841
Complementary color
Monochromatic Colors of #8FA841
Black with #8FA841
Text Example
Text Example
White with #8FA841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA841; }
p { color: rgb(143,168,65); }
H1.HeaderClassName
{
color: #8FA841;
}
.AnyTagClassName
{
color: #8FA841;
}
</style>
background-color css
<style>
a { background-color: #8FA841; }
a { background-color: rgb(143,168,65); }
div.DivClassName
{
background-color: #8FA841;
}
.BgClassName
{
background-color: #8FA841;
}
</style>
border-color css
<style>
span { border-color: #8FA841; }
span { border-color: rgb(143,168,65); }
td.TdClassName
{
border-color: #8FA841;
}
.TagClassName
{
border-color: #8FA841;
}
</style>