Shades of Limerick #8FA824
Tints of Limerick #8FA824
RGB
CMYK
RGB Variations
Color information
#8FA824 (or 0x8FA824) is known color: Limerick. HEX triplet: 8F, A8 and 24. RGB value is (143,168,36). Sum of RGB (Red+Green+Blue) = 143+168+36=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 36 (14.45% from 255 or 10.37% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA824 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA824 is #7057DB. Grayscale: #919191. Windows color (decimal): -7362524 or 2402447. OLE color: 2402447.
HSL color Cylindrical-coordinate representation of color #8FA824: hue angle of 71.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FA824 is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 168 | 36 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.34 |
| HSL | 71.36º | 0.65% | 0.4% | - |
| HSV(B) | 71.36º | 0.79% | 0.66% | - |
| XYZ | 25.65 | 33.97 | 6.87 | - |
| YUV | 145.48 | 66.22 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 36 | 0.15 | 0 | 0.79 | 0.34 | 71.36 | 0.65 | 0.4 |
| Hex | 8F | A8 | 24 | F | 0 | 4F | 22 | 47 | 41 | 28 |
| Octal | 217 | 250 | 44 | 17 | 0 | 117 | 42 | 107 | 101 | 50 |
| Binary | 10001111 | 10101000 | 100100 | 1111 | 0 | 1001111 | 100010 | 1000111 | 1000001 | 101000 |
Color Harmonies of #8FA824
Complementary color
Monochromatic Colors of #8FA824
Black with #8FA824
Text Example
Text Example
White with #8FA824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA824; }
p { color: rgb(143,168,36); }
H1.HeaderClassName
{
color: #8FA824;
}
.AnyTagClassName
{
color: #8FA824;
}
</style>
background-color css
<style>
a { background-color: #8FA824; }
a { background-color: rgb(143,168,36); }
div.DivClassName
{
background-color: #8FA824;
}
.BgClassName
{
background-color: #8FA824;
}
</style>
border-color css
<style>
span { border-color: #8FA824; }
span { border-color: rgb(143,168,36); }
td.TdClassName
{
border-color: #8FA824;
}
.TagClassName
{
border-color: #8FA824;
}
</style>