Shades of Limerick #8FAC3F
Tints of Limerick #8FAC3F
RGB
CMYK
RGB Variations
Color information
#8FAC3F (or 0x8FAC3F) is known color: Limerick. HEX triplet: 8F, AC and 3F. RGB value is (143,172,63). Sum of RGB (Red+Green+Blue) = 143+172+63=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC3F is #7053C0. Grayscale: #979797. Windows color (decimal): -7361473 or 4172943. OLE color: 4172943.
HSL color Cylindrical-coordinate representation of color #8FAC3F: hue angle of 75.96º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FAC3F is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 63 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.33 |
| HSL | 75.96º | 0.46% | 0.46% | - |
| HSV(B) | 75.96º | 0.63% | 0.67% | - |
| XYZ | 26.98 | 35.7 | 10.17 | - |
| YUV | 150.9 | 78.39 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 63 | 0.17 | 0 | 0.63 | 0.33 | 75.96 | 0.46 | 0.46 |
| Hex | 8F | AC | 3F | 11 | 0 | 3F | 21 | 4C | 2E | 2E |
| Octal | 217 | 254 | 77 | 21 | 0 | 77 | 41 | 114 | 56 | 56 |
| Binary | 10001111 | 10101100 | 111111 | 10001 | 0 | 111111 | 100001 | 1001100 | 101110 | 101110 |
Color Harmonies of #8FAC3F
Complementary color
Monochromatic Colors of #8FAC3F
Black with #8FAC3F
Text Example
Text Example
White with #8FAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC3F; }
p { color: rgb(143,172,63); }
H1.HeaderClassName
{
color: #8FAC3F;
}
.AnyTagClassName
{
color: #8FAC3F;
}
</style>
background-color css
<style>
a { background-color: #8FAC3F; }
a { background-color: rgb(143,172,63); }
div.DivClassName
{
background-color: #8FAC3F;
}
.BgClassName
{
background-color: #8FAC3F;
}
</style>
border-color css
<style>
span { border-color: #8FAC3F; }
span { border-color: rgb(143,172,63); }
td.TdClassName
{
border-color: #8FAC3F;
}
.TagClassName
{
border-color: #8FAC3F;
}
</style>