Shades of Limerick #8FAC2C
Tints of Limerick #8FAC2C
RGB
CMYK
RGB Variations
Color information
#8FAC2C (or 0x8FAC2C) is known color: Limerick. HEX triplet: 8F, AC and 2C. RGB value is (143,172,44). Sum of RGB (Red+Green+Blue) = 143+172+44=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 44 (17.58% from 255 or 12.26% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC2C is #7053D3. Grayscale: #959595. Windows color (decimal): -7361492 or 2927759. OLE color: 2927759.
HSL color Cylindrical-coordinate representation of color #8FAC2C: hue angle of 73.59º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FAC2C is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 44 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.33 |
| HSL | 73.59º | 0.59% | 0.42% | - |
| HSV(B) | 73.59º | 0.74% | 0.67% | - |
| XYZ | 26.53 | 35.53 | 7.84 | - |
| YUV | 148.74 | 68.89 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 44 | 0.17 | 0 | 0.74 | 0.33 | 73.59 | 0.59 | 0.42 |
| Hex | 8F | AC | 2C | 11 | 0 | 4A | 21 | 4A | 3B | 2A |
| Octal | 217 | 254 | 54 | 21 | 0 | 112 | 41 | 112 | 73 | 52 |
| Binary | 10001111 | 10101100 | 101100 | 10001 | 0 | 1001010 | 100001 | 1001010 | 111011 | 101010 |
Color Harmonies of #8FAC2C
Complementary color
Monochromatic Colors of #8FAC2C
Black with #8FAC2C
Text Example
Text Example
White with #8FAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC2C; }
p { color: rgb(143,172,44); }
H1.HeaderClassName
{
color: #8FAC2C;
}
.AnyTagClassName
{
color: #8FAC2C;
}
</style>
background-color css
<style>
a { background-color: #8FAC2C; }
a { background-color: rgb(143,172,44); }
div.DivClassName
{
background-color: #8FAC2C;
}
.BgClassName
{
background-color: #8FAC2C;
}
</style>
border-color css
<style>
span { border-color: #8FAC2C; }
span { border-color: rgb(143,172,44); }
td.TdClassName
{
border-color: #8FAC2C;
}
.TagClassName
{
border-color: #8FAC2C;
}
</style>