Shades of Limerick #8FAC21
Tints of Limerick #8FAC21
RGB
CMYK
RGB Variations
Color information
#8FAC21 (or 0x8FAC21) is known color: Limerick. HEX triplet: 8F, AC and 21. RGB value is (143,172,33). Sum of RGB (Red+Green+Blue) = 143+172+33=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC21 is #7053DE. Grayscale: #949494. Windows color (decimal): -7361503 or 2206863. OLE color: 2206863.
HSL color Cylindrical-coordinate representation of color #8FAC21: hue angle of 72.52º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8FAC21 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 33 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.33 |
| HSL | 72.52º | 0.68% | 0.4% | - |
| HSV(B) | 72.52º | 0.81% | 0.67% | - |
| XYZ | 26.35 | 35.45 | 6.89 | - |
| YUV | 147.48 | 63.39 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 33 | 0.17 | 0 | 0.81 | 0.33 | 72.52 | 0.68 | 0.4 |
| Hex | 8F | AC | 21 | 11 | 0 | 51 | 21 | 49 | 44 | 28 |
| Octal | 217 | 254 | 41 | 21 | 0 | 121 | 41 | 111 | 104 | 50 |
| Binary | 10001111 | 10101100 | 100001 | 10001 | 0 | 1010001 | 100001 | 1001001 | 1000100 | 101000 |
Color Harmonies of #8FAC21
Complementary color
Monochromatic Colors of #8FAC21
Black with #8FAC21
Text Example
Text Example
White with #8FAC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC21; }
p { color: rgb(143,172,33); }
H1.HeaderClassName
{
color: #8FAC21;
}
.AnyTagClassName
{
color: #8FAC21;
}
</style>
background-color css
<style>
a { background-color: #8FAC21; }
a { background-color: rgb(143,172,33); }
div.DivClassName
{
background-color: #8FAC21;
}
.BgClassName
{
background-color: #8FAC21;
}
</style>
border-color css
<style>
span { border-color: #8FAC21; }
span { border-color: rgb(143,172,33); }
td.TdClassName
{
border-color: #8FAC21;
}
.TagClassName
{
border-color: #8FAC21;
}
</style>