Shades of Limerick #8CBA1E
Tints of Limerick #8CBA1E
RGB
CMYK
RGB Variations
Color information
#8CBA1E (or 0x8CBA1E) is known color: Limerick. HEX triplet: 8C, BA and 1E. RGB value is (140,186,30). Sum of RGB (Red+Green+Blue) = 140+186+30=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBA1E is #7345E1. Grayscale: #9B9B9B. Windows color (decimal): -7554530 or 2013836. OLE color: 2013836.
HSL color Cylindrical-coordinate representation of color #8CBA1E: hue angle of 77.69º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CBA1E is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 186 | 30 | - |
| CMYK | 0.25 | 0 | 0.84 | 0.27 |
| HSL | 77.69º | 0.72% | 0.42% | - |
| HSV(B) | 77.69º | 0.84% | 0.73% | - |
| XYZ | 28.61 | 40.79 | 7.59 | - |
| YUV | 154.46 | 57.76 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 186 | 30 | 0.25 | 0 | 0.84 | 0.27 | 77.69 | 0.72 | 0.42 |
| Hex | 8C | BA | 1E | 19 | 0 | 54 | 1B | 4E | 48 | 2A |
| Octal | 214 | 272 | 36 | 31 | 0 | 124 | 33 | 116 | 110 | 52 |
| Binary | 10001100 | 10111010 | 11110 | 11001 | 0 | 1010100 | 11011 | 1001110 | 1001000 | 101010 |
Color Harmonies of #8CBA1E
Complementary color
Monochromatic Colors of #8CBA1E
Black with #8CBA1E
Text Example
Text Example
White with #8CBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBA1E; }
p { color: rgb(140,186,30); }
H1.HeaderClassName
{
color: #8CBA1E;
}
.AnyTagClassName
{
color: #8CBA1E;
}
</style>
background-color css
<style>
a { background-color: #8CBA1E; }
a { background-color: rgb(140,186,30); }
div.DivClassName
{
background-color: #8CBA1E;
}
.BgClassName
{
background-color: #8CBA1E;
}
</style>
border-color css
<style>
span { border-color: #8CBA1E; }
span { border-color: rgb(140,186,30); }
td.TdClassName
{
border-color: #8CBA1E;
}
.TagClassName
{
border-color: #8CBA1E;
}
</style>