Shades of Limerick #8FAC2F
Tints of Limerick #8FAC2F
RGB
CMYK
RGB Variations
Color information
#8FAC2F (or 0x8FAC2F) is known color: Limerick. HEX triplet: 8F, AC and 2F. RGB value is (143,172,47). Sum of RGB (Red+Green+Blue) = 143+172+47=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAC2F is #7053D0. Grayscale: #959595. Windows color (decimal): -7361489 or 3124367. OLE color: 3124367.
HSL color Cylindrical-coordinate representation of color #8FAC2F: hue angle of 73.92º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FAC2F is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 143 | 172 | 47 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.33 |
| HSL | 73.92º | 0.57% | 0.43% | - |
| HSV(B) | 73.92º | 0.73% | 0.67% | - |
| XYZ | 26.59 | 35.55 | 8.15 | - |
| YUV | 149.08 | 70.39 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 172 | 47 | 0.17 | 0 | 0.73 | 0.33 | 73.92 | 0.57 | 0.43 |
| Hex | 8F | AC | 2F | 11 | 0 | 49 | 21 | 4A | 39 | 2B |
| Octal | 217 | 254 | 57 | 21 | 0 | 111 | 41 | 112 | 71 | 53 |
| Binary | 10001111 | 10101100 | 101111 | 10001 | 0 | 1001001 | 100001 | 1001010 | 111001 | 101011 |
Color Harmonies of #8FAC2F
Complementary color
Monochromatic Colors of #8FAC2F
Black with #8FAC2F
Text Example
Text Example
White with #8FAC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAC2F; }
p { color: rgb(143,172,47); }
H1.HeaderClassName
{
color: #8FAC2F;
}
.AnyTagClassName
{
color: #8FAC2F;
}
</style>
background-color css
<style>
a { background-color: #8FAC2F; }
a { background-color: rgb(143,172,47); }
div.DivClassName
{
background-color: #8FAC2F;
}
.BgClassName
{
background-color: #8FAC2F;
}
</style>
border-color css
<style>
span { border-color: #8FAC2F; }
span { border-color: rgb(143,172,47); }
td.TdClassName
{
border-color: #8FAC2F;
}
.TagClassName
{
border-color: #8FAC2F;
}
</style>