Shades of Limerick #8CC218
Tints of Limerick #8CC218
RGB
CMYK
RGB Variations
Color information
#8CC218 (or 0x8CC218) is known color: Limerick. HEX triplet: 8C, C2 and 18. RGB value is (140,194,24). Sum of RGB (Red+Green+Blue) = 140+194+24=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC218 is #733DE7. Grayscale: #9F9F9F. Windows color (decimal): -7552488 or 1622668. OLE color: 1622668.
HSL color Cylindrical-coordinate representation of color #8CC218: hue angle of 79.06º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8CC218 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 194 | 24 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.24 |
| HSL | 79.06º | 0.78% | 0.43% | - |
| HSV(B) | 79.06º | 0.88% | 0.76% | - |
| XYZ | 30.27 | 44.22 | 7.8 | - |
| YUV | 158.47 | 52.11 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 194 | 24 | 0.28 | 0 | 0.88 | 0.24 | 79.06 | 0.78 | 0.43 |
| Hex | 8C | C2 | 18 | 1C | 0 | 58 | 18 | 4F | 4E | 2B |
| Octal | 214 | 302 | 30 | 34 | 0 | 130 | 30 | 117 | 116 | 53 |
| Binary | 10001100 | 11000010 | 11000 | 11100 | 0 | 1011000 | 11000 | 1001111 | 1001110 | 101011 |
Color Harmonies of #8CC218
Complementary color
Monochromatic Colors of #8CC218
Black with #8CC218
Text Example
Text Example
White with #8CC218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC218; }
p { color: rgb(140,194,24); }
H1.HeaderClassName
{
color: #8CC218;
}
.AnyTagClassName
{
color: #8CC218;
}
</style>
background-color css
<style>
a { background-color: #8CC218; }
a { background-color: rgb(140,194,24); }
div.DivClassName
{
background-color: #8CC218;
}
.BgClassName
{
background-color: #8CC218;
}
</style>
border-color css
<style>
span { border-color: #8CC218; }
span { border-color: rgb(140,194,24); }
td.TdClassName
{
border-color: #8CC218;
}
.TagClassName
{
border-color: #8CC218;
}
</style>