Shades of Limerick #8CAD16
Tints of Limerick #8CAD16
RGB
CMYK
RGB Variations
Color information
#8CAD16 (or 0x8CAD16) is known color: Limerick. HEX triplet: 8C, AD and 16. RGB value is (140,173,22). Sum of RGB (Red+Green+Blue) = 140+173+22=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAD16 is #7352E9. Grayscale: #929292. Windows color (decimal): -7557866 or 1486220. OLE color: 1486220.
HSL color Cylindrical-coordinate representation of color #8CAD16: hue angle of 73.11º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8CAD16 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 22 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.32 |
| HSL | 73.11º | 0.77% | 0.38% | - |
| HSV(B) | 73.11º | 0.87% | 0.68% | - |
| XYZ | 25.9 | 35.52 | 6.25 | - |
| YUV | 145.92 | 58.07 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 22 | 0.19 | 0 | 0.87 | 0.32 | 73.11 | 0.77 | 0.38 |
| Hex | 8C | AD | 16 | 13 | 0 | 57 | 20 | 49 | 4D | 26 |
| Octal | 214 | 255 | 26 | 23 | 0 | 127 | 40 | 111 | 115 | 46 |
| Binary | 10001100 | 10101101 | 10110 | 10011 | 0 | 1010111 | 100000 | 1001001 | 1001101 | 100110 |
Color Harmonies of #8CAD16
Complementary color
Monochromatic Colors of #8CAD16
Black with #8CAD16
Text Example
Text Example
White with #8CAD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD16; }
p { color: rgb(140,173,22); }
H1.HeaderClassName
{
color: #8CAD16;
}
.AnyTagClassName
{
color: #8CAD16;
}
</style>
background-color css
<style>
a { background-color: #8CAD16; }
a { background-color: rgb(140,173,22); }
div.DivClassName
{
background-color: #8CAD16;
}
.BgClassName
{
background-color: #8CAD16;
}
</style>
border-color css
<style>
span { border-color: #8CAD16; }
span { border-color: rgb(140,173,22); }
td.TdClassName
{
border-color: #8CAD16;
}
.TagClassName
{
border-color: #8CAD16;
}
</style>