Shades of Limerick #8FAC1D
Tints of Limerick #8FAC1D
RGB
CMYK
RGB Variations
Color information
#8FAC1D (or 0x8FAC1D) is known color: Limerick. HEX triplet: 8F, AC and 1D. RGB value is (143,172,29). Sum of RGB (Red+Green+Blue) = 143+172+29=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 29 (11.72% from 255 or 8.43% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC1D is #7053E2. Grayscale: #939393. Windows color (decimal): -7361507 or 1944719. OLE color: 1944719.
HSL color Cylindrical-coordinate representation of color #8FAC1D: hue angle of 72.17º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8FAC1D is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 29 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.33 |
| HSL | 72.17º | 0.71% | 0.39% | - |
| HSV(B) | 72.17º | 0.83% | 0.67% | - |
| XYZ | 26.3 | 35.43 | 6.62 | - |
| YUV | 147.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 29 | 0.17 | 0 | 0.83 | 0.33 | 72.17 | 0.71 | 0.39 |
| Hex | 8F | AC | 1D | 11 | 0 | 53 | 21 | 48 | 47 | 27 |
| Octal | 217 | 254 | 35 | 21 | 0 | 123 | 41 | 110 | 107 | 47 |
| Binary | 10001111 | 10101100 | 11101 | 10001 | 0 | 1010011 | 100001 | 1001000 | 1000111 | 100111 |
Color Harmonies of #8FAC1D
Complementary color
Monochromatic Colors of #8FAC1D
Black with #8FAC1D
Text Example
Text Example
White with #8FAC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC1D; }
p { color: rgb(143,172,29); }
H1.HeaderClassName
{
color: #8FAC1D;
}
.AnyTagClassName
{
color: #8FAC1D;
}
</style>
background-color css
<style>
a { background-color: #8FAC1D; }
a { background-color: rgb(143,172,29); }
div.DivClassName
{
background-color: #8FAC1D;
}
.BgClassName
{
background-color: #8FAC1D;
}
</style>
border-color css
<style>
span { border-color: #8FAC1D; }
span { border-color: rgb(143,172,29); }
td.TdClassName
{
border-color: #8FAC1D;
}
.TagClassName
{
border-color: #8FAC1D;
}
</style>