Shades of Limerick #8FAC42
Tints of Limerick #8FAC42
RGB
CMYK
RGB Variations
Color information
#8FAC42 (or 0x8FAC42) is known color: Limerick. HEX triplet: 8F, AC and 42. RGB value is (143,172,66). Sum of RGB (Red+Green+Blue) = 143+172+66=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC42 is #7053BD. Grayscale: #979797. Windows color (decimal): -7361470 or 4369551. OLE color: 4369551.
HSL color Cylindrical-coordinate representation of color #8FAC42: hue angle of 76.42º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FAC42 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 66 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.33 |
| HSL | 76.42º | 0.45% | 0.47% | - |
| HSV(B) | 76.42º | 0.62% | 0.67% | - |
| XYZ | 27.06 | 35.74 | 10.63 | - |
| YUV | 151.25 | 79.89 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 66 | 0.17 | 0 | 0.62 | 0.33 | 76.42 | 0.45 | 0.47 |
| Hex | 8F | AC | 42 | 11 | 0 | 3E | 21 | 4C | 2D | 2F |
| Octal | 217 | 254 | 102 | 21 | 0 | 76 | 41 | 114 | 55 | 57 |
| Binary | 10001111 | 10101100 | 1000010 | 10001 | 0 | 111110 | 100001 | 1001100 | 101101 | 101111 |
Color Harmonies of #8FAC42
Complementary color
Monochromatic Colors of #8FAC42
Black with #8FAC42
Text Example
Text Example
White with #8FAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC42; }
p { color: rgb(143,172,66); }
H1.HeaderClassName
{
color: #8FAC42;
}
.AnyTagClassName
{
color: #8FAC42;
}
</style>
background-color css
<style>
a { background-color: #8FAC42; }
a { background-color: rgb(143,172,66); }
div.DivClassName
{
background-color: #8FAC42;
}
.BgClassName
{
background-color: #8FAC42;
}
</style>
border-color css
<style>
span { border-color: #8FAC42; }
span { border-color: rgb(143,172,66); }
td.TdClassName
{
border-color: #8FAC42;
}
.TagClassName
{
border-color: #8FAC42;
}
</style>