Shades of Limerick #8FA32E
Tints of Limerick #8FA32E
RGB
CMYK
RGB Variations
Color information
#8FA32E (or 0x8FA32E) is known color: Limerick. HEX triplet: 8F, A3 and 2E. RGB value is (143,163,46). Sum of RGB (Red+Green+Blue) = 143+163+46=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA32E is #705CD1. Grayscale: #909090. Windows color (decimal): -7363794 or 3056527. OLE color: 3056527.
HSL color Cylindrical-coordinate representation of color #8FA32E: hue angle of 70.26º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FA32E is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 163 | 46 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.36 |
| HSL | 70.26º | 0.56% | 0.41% | - |
| HSV(B) | 70.26º | 0.72% | 0.64% | - |
| XYZ | 24.92 | 32.23 | 7.49 | - |
| YUV | 143.68 | 72.87 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 163 | 46 | 0.12 | 0 | 0.72 | 0.36 | 70.26 | 0.56 | 0.41 |
| Hex | 8F | A3 | 2E | C | 0 | 48 | 24 | 46 | 38 | 29 |
| Octal | 217 | 243 | 56 | 14 | 0 | 110 | 44 | 106 | 70 | 51 |
| Binary | 10001111 | 10100011 | 101110 | 1100 | 0 | 1001000 | 100100 | 1000110 | 111000 | 101001 |
Color Harmonies of #8FA32E
Complementary color
Monochromatic Colors of #8FA32E
Black with #8FA32E
Text Example
Text Example
White with #8FA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA32E; }
p { color: rgb(143,163,46); }
H1.HeaderClassName
{
color: #8FA32E;
}
.AnyTagClassName
{
color: #8FA32E;
}
</style>
background-color css
<style>
a { background-color: #8FA32E; }
a { background-color: rgb(143,163,46); }
div.DivClassName
{
background-color: #8FA32E;
}
.BgClassName
{
background-color: #8FA32E;
}
</style>
border-color css
<style>
span { border-color: #8FA32E; }
span { border-color: rgb(143,163,46); }
td.TdClassName
{
border-color: #8FA32E;
}
.TagClassName
{
border-color: #8FA32E;
}
</style>