Shades of Limerick #8CA918
Tints of Limerick #8CA918
RGB
CMYK
RGB Variations
Color information
#8CA918 (or 0x8CA918) is known color: Limerick. HEX triplet: 8C, A9 and 18. RGB value is (140,169,24). Sum of RGB (Red+Green+Blue) = 140+169+24=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CA918 is #7356E7. Grayscale: #909090. Windows color (decimal): -7558888 or 1616268. OLE color: 1616268.
HSL color Cylindrical-coordinate representation of color #8CA918: hue angle of 72º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8CA918 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 24 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.34 |
| HSL | 72º | 0.75% | 0.38% | - |
| HSV(B) | 72º | 0.86% | 0.66% | - |
| XYZ | 25.17 | 34.02 | 6.1 | - |
| YUV | 143.8 | 60.39 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 24 | 0.17 | 0 | 0.86 | 0.34 | 72 | 0.75 | 0.38 |
| Hex | 8C | A9 | 18 | 11 | 0 | 56 | 22 | 48 | 4B | 26 |
| Octal | 214 | 251 | 30 | 21 | 0 | 126 | 42 | 110 | 113 | 46 |
| Binary | 10001100 | 10101001 | 11000 | 10001 | 0 | 1010110 | 100010 | 1001000 | 1001011 | 100110 |
Color Harmonies of #8CA918
Complementary color
Monochromatic Colors of #8CA918
Black with #8CA918
Text Example
Text Example
White with #8CA918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA918; }
p { color: rgb(140,169,24); }
H1.HeaderClassName
{
color: #8CA918;
}
.AnyTagClassName
{
color: #8CA918;
}
</style>
background-color css
<style>
a { background-color: #8CA918; }
a { background-color: rgb(140,169,24); }
div.DivClassName
{
background-color: #8CA918;
}
.BgClassName
{
background-color: #8CA918;
}
</style>
border-color css
<style>
span { border-color: #8CA918; }
span { border-color: rgb(140,169,24); }
td.TdClassName
{
border-color: #8CA918;
}
.TagClassName
{
border-color: #8CA918;
}
</style>