Shades of Limerick #8FBA2F
Tints of Limerick #8FBA2F
RGB
CMYK
RGB Variations
Color information
#8FBA2F (or 0x8FBA2F) is known color: Limerick. HEX triplet: 8F, BA and 2F. RGB value is (143,186,47). Sum of RGB (Red+Green+Blue) = 143+186+47=376 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.03% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FBA2F is #7045D0. Grayscale: #9D9D9D. Windows color (decimal): -7357905 or 3127951. OLE color: 3127951.
HSL color Cylindrical-coordinate representation of color #8FBA2F: hue angle of 78.56º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FBA2F is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 47 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.27 |
| HSL | 78.56º | 0.6% | 0.46% | - |
| HSV(B) | 78.56º | 0.75% | 0.73% | - |
| XYZ | 29.4 | 41.16 | 9.08 | - |
| YUV | 157.3 | 65.75 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 47 | 0.23 | 0 | 0.75 | 0.27 | 78.56 | 0.6 | 0.46 |
| Hex | 8F | BA | 2F | 17 | 0 | 4B | 1B | 4F | 3C | 2E |
| Octal | 217 | 272 | 57 | 27 | 0 | 113 | 33 | 117 | 74 | 56 |
| Binary | 10001111 | 10111010 | 101111 | 10111 | 0 | 1001011 | 11011 | 1001111 | 111100 | 101110 |
Color Harmonies of #8FBA2F
Complementary color
Monochromatic Colors of #8FBA2F
Black with #8FBA2F
Text Example
Text Example
White with #8FBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA2F; }
p { color: rgb(143,186,47); }
H1.HeaderClassName
{
color: #8FBA2F;
}
.AnyTagClassName
{
color: #8FBA2F;
}
</style>
background-color css
<style>
a { background-color: #8FBA2F; }
a { background-color: rgb(143,186,47); }
div.DivClassName
{
background-color: #8FBA2F;
}
.BgClassName
{
background-color: #8FBA2F;
}
</style>
border-color css
<style>
span { border-color: #8FBA2F; }
span { border-color: rgb(143,186,47); }
td.TdClassName
{
border-color: #8FBA2F;
}
.TagClassName
{
border-color: #8FBA2F;
}
</style>