Shades of Limerick #8BC014
Tints of Limerick #8BC014
RGB
CMYK
RGB Variations
Color information
#8BC014 (or 0x8BC014) is known color: Limerick. HEX triplet: 8B, C0 and 14. RGB value is (139,192,20). Sum of RGB (Red+Green+Blue) = 139+192+20=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 192 (75.39% from 255 or 54.70% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC014 is #743FEB. Grayscale: #9D9D9D. Windows color (decimal): -7618540 or 1360011. OLE color: 1360011.
HSL color Cylindrical-coordinate representation of color #8BC014: hue angle of 78.49º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8BC014 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 20 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.25 |
| HSL | 78.49º | 0.81% | 0.42% | - |
| HSV(B) | 78.49º | 0.9% | 0.75% | - |
| XYZ | 29.62 | 43.24 | 7.45 | - |
| YUV | 156.55 | 50.94 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 20 | 0.28 | 0 | 0.90 | 0.25 | 78.49 | 0.81 | 0.42 |
| Hex | 8B | C0 | 14 | 1C | 0 | 5A | 19 | 4E | 51 | 2A |
| Octal | 213 | 300 | 24 | 34 | 0 | 132 | 31 | 116 | 121 | 52 |
| Binary | 10001011 | 11000000 | 10100 | 11100 | 0 | 1011010 | 11001 | 1001110 | 1010001 | 101010 |
Color Harmonies of #8BC014
Complementary color
Monochromatic Colors of #8BC014
Black with #8BC014
Text Example
Text Example
White with #8BC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC014; }
p { color: rgb(139,192,20); }
H1.HeaderClassName
{
color: #8BC014;
}
.AnyTagClassName
{
color: #8BC014;
}
</style>
background-color css
<style>
a { background-color: #8BC014; }
a { background-color: rgb(139,192,20); }
div.DivClassName
{
background-color: #8BC014;
}
.BgClassName
{
background-color: #8BC014;
}
</style>
border-color css
<style>
span { border-color: #8BC014; }
span { border-color: rgb(139,192,20); }
td.TdClassName
{
border-color: #8BC014;
}
.TagClassName
{
border-color: #8BC014;
}
</style>