Shades of Limerick #8FBA18
Tints of Limerick #8FBA18
RGB
CMYK
RGB Variations
Color information
#8FBA18 (or 0x8FBA18) is known color: Limerick. HEX triplet: 8F, BA and 18. RGB value is (143,186,24). Sum of RGB (Red+Green+Blue) = 143+186+24=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 24 (9.77% from 255 or 6.80% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA18 is #7045E7. Grayscale: #9B9B9B. Windows color (decimal): -7357928 or 1620623. OLE color: 1620623.
HSL color Cylindrical-coordinate representation of color #8FBA18: hue angle of 75.93º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8FBA18 is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 24 | - |
| CMYK | 0.23 | 0 | 0.87 | 0.27 |
| HSL | 75.93º | 0.77% | 0.41% | - |
| HSV(B) | 75.93º | 0.87% | 0.73% | - |
| XYZ | 29.05 | 41.02 | 7.25 | - |
| YUV | 154.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 24 | 0.23 | 0 | 0.87 | 0.27 | 75.93 | 0.77 | 0.41 |
| Hex | 8F | BA | 18 | 17 | 0 | 57 | 1B | 4C | 4D | 29 |
| Octal | 217 | 272 | 30 | 27 | 0 | 127 | 33 | 114 | 115 | 51 |
| Binary | 10001111 | 10111010 | 11000 | 10111 | 0 | 1010111 | 11011 | 1001100 | 1001101 | 101001 |
Color Harmonies of #8FBA18
Complementary color
Monochromatic Colors of #8FBA18
Black with #8FBA18
Text Example
Text Example
White with #8FBA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA18; }
p { color: rgb(143,186,24); }
H1.HeaderClassName
{
color: #8FBA18;
}
.AnyTagClassName
{
color: #8FBA18;
}
</style>
background-color css
<style>
a { background-color: #8FBA18; }
a { background-color: rgb(143,186,24); }
div.DivClassName
{
background-color: #8FBA18;
}
.BgClassName
{
background-color: #8FBA18;
}
</style>
border-color css
<style>
span { border-color: #8FBA18; }
span { border-color: rgb(143,186,24); }
td.TdClassName
{
border-color: #8FBA18;
}
.TagClassName
{
border-color: #8FBA18;
}
</style>