Shades of Limerick #8CBC14
Tints of Limerick #8CBC14
RGB
CMYK
RGB Variations
Color information
#8CBC14 (or 0x8CBC14) is known color: Limerick. HEX triplet: 8C, BC and 14. RGB value is (140,188,20). Sum of RGB (Red+Green+Blue) = 140+188+20=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CBC14 is #7343EB. Grayscale: #9B9B9B. Windows color (decimal): -7554028 or 1358988. OLE color: 1358988.
HSL color Cylindrical-coordinate representation of color #8CBC14: hue angle of 77.14º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CBC14 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 20 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.26 |
| HSL | 77.14º | 0.81% | 0.41% | - |
| HSV(B) | 77.14º | 0.89% | 0.74% | - |
| XYZ | 28.92 | 41.59 | 7.17 | - |
| YUV | 154.5 | 52.1 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 20 | 0.26 | 0 | 0.89 | 0.26 | 77.14 | 0.81 | 0.41 |
| Hex | 8C | BC | 14 | 1A | 0 | 59 | 1A | 4D | 51 | 29 |
| Octal | 214 | 274 | 24 | 32 | 0 | 131 | 32 | 115 | 121 | 51 |
| Binary | 10001100 | 10111100 | 10100 | 11010 | 0 | 1011001 | 11010 | 1001101 | 1010001 | 101001 |
Color Harmonies of #8CBC14
Complementary color
Monochromatic Colors of #8CBC14
Black with #8CBC14
Text Example
Text Example
White with #8CBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC14; }
p { color: rgb(140,188,20); }
H1.HeaderClassName
{
color: #8CBC14;
}
.AnyTagClassName
{
color: #8CBC14;
}
</style>
background-color css
<style>
a { background-color: #8CBC14; }
a { background-color: rgb(140,188,20); }
div.DivClassName
{
background-color: #8CBC14;
}
.BgClassName
{
background-color: #8CBC14;
}
</style>
border-color css
<style>
span { border-color: #8CBC14; }
span { border-color: rgb(140,188,20); }
td.TdClassName
{
border-color: #8CBC14;
}
.TagClassName
{
border-color: #8CBC14;
}
</style>