Shades of Limerick #8FAC19
Tints of Limerick #8FAC19
RGB
CMYK
RGB Variations
Color information
#8FAC19 (or 0x8FAC19) is known color: Limerick. HEX triplet: 8F, AC and 19. RGB value is (143,172,25). Sum of RGB (Red+Green+Blue) = 143+172+25=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FAC19 is #7053E6. Grayscale: #939393. Windows color (decimal): -7361511 or 1682575. OLE color: 1682575.
HSL color Cylindrical-coordinate representation of color #8FAC19: hue angle of 71.84º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8FAC19 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 25 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.33 |
| HSL | 71.84º | 0.75% | 0.39% | - |
| HSV(B) | 71.84º | 0.85% | 0.67% | - |
| XYZ | 26.26 | 35.41 | 6.37 | - |
| YUV | 146.57 | 59.39 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 25 | 0.17 | 0 | 0.85 | 0.33 | 71.84 | 0.75 | 0.39 |
| Hex | 8F | AC | 19 | 11 | 0 | 55 | 21 | 48 | 4B | 27 |
| Octal | 217 | 254 | 31 | 21 | 0 | 125 | 41 | 110 | 113 | 47 |
| Binary | 10001111 | 10101100 | 11001 | 10001 | 0 | 1010101 | 100001 | 1001000 | 1001011 | 100111 |
Color Harmonies of #8FAC19
Complementary color
Monochromatic Colors of #8FAC19
Black with #8FAC19
Text Example
Text Example
White with #8FAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC19; }
p { color: rgb(143,172,25); }
H1.HeaderClassName
{
color: #8FAC19;
}
.AnyTagClassName
{
color: #8FAC19;
}
</style>
background-color css
<style>
a { background-color: #8FAC19; }
a { background-color: rgb(143,172,25); }
div.DivClassName
{
background-color: #8FAC19;
}
.BgClassName
{
background-color: #8FAC19;
}
</style>
border-color css
<style>
span { border-color: #8FAC19; }
span { border-color: rgb(143,172,25); }
td.TdClassName
{
border-color: #8FAC19;
}
.TagClassName
{
border-color: #8FAC19;
}
</style>