Shades of Limerick #8FAC1F
Tints of Limerick #8FAC1F
RGB
CMYK
RGB Variations
Color information
#8FAC1F (or 0x8FAC1F) is known color: Limerick. HEX triplet: 8F, AC and 1F. RGB value is (143,172,31). Sum of RGB (Red+Green+Blue) = 143+172+31=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 172 (67.58% from 255 or 49.71% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC1F is #7053E0. Grayscale: #939393. Windows color (decimal): -7361505 or 2075791. OLE color: 2075791.
HSL color Cylindrical-coordinate representation of color #8FAC1F: hue angle of 72.34º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8FAC1F is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 31 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.33 |
| HSL | 72.34º | 0.69% | 0.4% | - |
| HSV(B) | 72.34º | 0.82% | 0.67% | - |
| XYZ | 26.33 | 35.44 | 6.75 | - |
| YUV | 147.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 31 | 0.17 | 0 | 0.82 | 0.33 | 72.34 | 0.69 | 0.4 |
| Hex | 8F | AC | 1F | 11 | 0 | 52 | 21 | 48 | 45 | 28 |
| Octal | 217 | 254 | 37 | 21 | 0 | 122 | 41 | 110 | 105 | 50 |
| Binary | 10001111 | 10101100 | 11111 | 10001 | 0 | 1010010 | 100001 | 1001000 | 1000101 | 101000 |
Color Harmonies of #8FAC1F
Complementary color
Monochromatic Colors of #8FAC1F
Black with #8FAC1F
Text Example
Text Example
White with #8FAC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC1F; }
p { color: rgb(143,172,31); }
H1.HeaderClassName
{
color: #8FAC1F;
}
.AnyTagClassName
{
color: #8FAC1F;
}
</style>
background-color css
<style>
a { background-color: #8FAC1F; }
a { background-color: rgb(143,172,31); }
div.DivClassName
{
background-color: #8FAC1F;
}
.BgClassName
{
background-color: #8FAC1F;
}
</style>
border-color css
<style>
span { border-color: #8FAC1F; }
span { border-color: rgb(143,172,31); }
td.TdClassName
{
border-color: #8FAC1F;
}
.TagClassName
{
border-color: #8FAC1F;
}
</style>