Shades of Limerick #8FB616
Tints of Limerick #8FB616
RGB
CMYK
RGB Variations
Color information
#8FB616 (or 0x8FB616) is known color: Limerick. HEX triplet: 8F, B6 and 16. RGB value is (143,182,22). Sum of RGB (Red+Green+Blue) = 143+182+22=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 22 (8.98% from 255 or 6.34% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #8FB616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FB616 is #7049E9. Grayscale: #989898. Windows color (decimal): -7358954 or 1488527. OLE color: 1488527.
HSL color Cylindrical-coordinate representation of color #8FB616: hue angle of 74.62º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8FB616 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 182 | 22 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.29 |
| HSL | 74.63º | 0.78% | 0.4% | - |
| HSV(B) | 74.63º | 0.88% | 0.71% | - |
| XYZ | 28.2 | 39.35 | 6.87 | - |
| YUV | 152.1 | 54.58 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 182 | 22 | 0.21 | 0 | 0.88 | 0.29 | 74.63 | 0.78 | 0.4 |
| Hex | 8F | B6 | 16 | 15 | 0 | 58 | 1D | 4B | 4E | 28 |
| Octal | 217 | 266 | 26 | 25 | 0 | 130 | 35 | 113 | 116 | 50 |
| Binary | 10001111 | 10110110 | 10110 | 10101 | 0 | 1011000 | 11101 | 1001011 | 1001110 | 101000 |
Color Harmonies of #8FB616
Complementary color
Monochromatic Colors of #8FB616
Black with #8FB616
Text Example
Text Example
White with #8FB616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB616; }
p { color: rgb(143,182,22); }
H1.HeaderClassName
{
color: #8FB616;
}
.AnyTagClassName
{
color: #8FB616;
}
</style>
background-color css
<style>
a { background-color: #8FB616; }
a { background-color: rgb(143,182,22); }
div.DivClassName
{
background-color: #8FB616;
}
.BgClassName
{
background-color: #8FB616;
}
</style>
border-color css
<style>
span { border-color: #8FB616; }
span { border-color: rgb(143,182,22); }
td.TdClassName
{
border-color: #8FB616;
}
.TagClassName
{
border-color: #8FB616;
}
</style>