Shades of Limerick #8FA42B
Tints of Limerick #8FA42B
RGB
CMYK
RGB Variations
Color information
#8FA42B (or 0x8FA42B) is known color: Limerick. HEX triplet: 8F, A4 and 2B. RGB value is (143,164,43). Sum of RGB (Red+Green+Blue) = 143+164+43=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA42B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA42B is #705BD4. Grayscale: #909090. Windows color (decimal): -7363541 or 2860175. OLE color: 2860175.
HSL color Cylindrical-coordinate representation of color #8FA42B: hue angle of 70.41º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FA42B is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 43 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.36 |
| HSL | 70.41º | 0.58% | 0.41% | - |
| HSV(B) | 70.41º | 0.74% | 0.64% | - |
| XYZ | 25.04 | 32.56 | 7.25 | - |
| YUV | 143.93 | 71.04 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 43 | 0.13 | 0 | 0.74 | 0.36 | 70.41 | 0.58 | 0.41 |
| Hex | 8F | A4 | 2B | D | 0 | 4A | 24 | 46 | 3A | 29 |
| Octal | 217 | 244 | 53 | 15 | 0 | 112 | 44 | 106 | 72 | 51 |
| Binary | 10001111 | 10100100 | 101011 | 1101 | 0 | 1001010 | 100100 | 1000110 | 111010 | 101001 |
Color Harmonies of #8FA42B
Complementary color
Monochromatic Colors of #8FA42B
Black with #8FA42B
Text Example
Text Example
White with #8FA42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA42B; }
p { color: rgb(143,164,43); }
H1.HeaderClassName
{
color: #8FA42B;
}
.AnyTagClassName
{
color: #8FA42B;
}
</style>
background-color css
<style>
a { background-color: #8FA42B; }
a { background-color: rgb(143,164,43); }
div.DivClassName
{
background-color: #8FA42B;
}
.BgClassName
{
background-color: #8FA42B;
}
</style>
border-color css
<style>
span { border-color: #8FA42B; }
span { border-color: rgb(143,164,43); }
td.TdClassName
{
border-color: #8FA42B;
}
.TagClassName
{
border-color: #8FA42B;
}
</style>