Shades of Limerick #8FAC29
Tints of Limerick #8FAC29
RGB
CMYK
RGB Variations
Color information
#8FAC29 (or 0x8FAC29) is known color: Limerick. HEX triplet: 8F, AC and 29. RGB value is (143,172,41). Sum of RGB (Red+Green+Blue) = 143+172+41=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC29 is #7053D6. Grayscale: #949494. Windows color (decimal): -7361495 or 2731151. OLE color: 2731151.
HSL color Cylindrical-coordinate representation of color #8FAC29: hue angle of 73.28º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FAC29 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 41 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.33 |
| HSL | 73.28º | 0.62% | 0.42% | - |
| HSV(B) | 73.28º | 0.76% | 0.67% | - |
| XYZ | 26.48 | 35.5 | 7.56 | - |
| YUV | 148.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 41 | 0.17 | 0 | 0.76 | 0.33 | 73.28 | 0.62 | 0.42 |
| Hex | 8F | AC | 29 | 11 | 0 | 4C | 21 | 49 | 3E | 2A |
| Octal | 217 | 254 | 51 | 21 | 0 | 114 | 41 | 111 | 76 | 52 |
| Binary | 10001111 | 10101100 | 101001 | 10001 | 0 | 1001100 | 100001 | 1001001 | 111110 | 101010 |
Color Harmonies of #8FAC29
Complementary color
Monochromatic Colors of #8FAC29
Black with #8FAC29
Text Example
Text Example
White with #8FAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC29; }
p { color: rgb(143,172,41); }
H1.HeaderClassName
{
color: #8FAC29;
}
.AnyTagClassName
{
color: #8FAC29;
}
</style>
background-color css
<style>
a { background-color: #8FAC29; }
a { background-color: rgb(143,172,41); }
div.DivClassName
{
background-color: #8FAC29;
}
.BgClassName
{
background-color: #8FAC29;
}
</style>
border-color css
<style>
span { border-color: #8FAC29; }
span { border-color: rgb(143,172,41); }
td.TdClassName
{
border-color: #8FAC29;
}
.TagClassName
{
border-color: #8FAC29;
}
</style>