Shades of Limerick #8CAC36
Tints of Limerick #8CAC36
RGB
CMYK
RGB Variations
Color information
#8CAC36 (or 0x8CAC36) is known color: Limerick. HEX triplet: 8C, AC and 36. RGB value is (140,172,54). Sum of RGB (Red+Green+Blue) = 140+172+54=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC36 is #7353C9. Grayscale: #959595. Windows color (decimal): -7558090 or 3583116. OLE color: 3583116.
HSL color Cylindrical-coordinate representation of color #8CAC36: hue angle of 76.27º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CAC36 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 54 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.33 |
| HSL | 76.27º | 0.52% | 0.44% | - |
| HSV(B) | 76.27º | 0.69% | 0.67% | - |
| XYZ | 26.23 | 35.35 | 8.93 | - |
| YUV | 148.98 | 74.4 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 54 | 0.19 | 0 | 0.69 | 0.33 | 76.27 | 0.52 | 0.44 |
| Hex | 8C | AC | 36 | 13 | 0 | 45 | 21 | 4C | 34 | 2C |
| Octal | 214 | 254 | 66 | 23 | 0 | 105 | 41 | 114 | 64 | 54 |
| Binary | 10001100 | 10101100 | 110110 | 10011 | 0 | 1000101 | 100001 | 1001100 | 110100 | 101100 |
Color Harmonies of #8CAC36
Complementary color
Monochromatic Colors of #8CAC36
Black with #8CAC36
Text Example
Text Example
White with #8CAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC36; }
p { color: rgb(140,172,54); }
H1.HeaderClassName
{
color: #8CAC36;
}
.AnyTagClassName
{
color: #8CAC36;
}
</style>
background-color css
<style>
a { background-color: #8CAC36; }
a { background-color: rgb(140,172,54); }
div.DivClassName
{
background-color: #8CAC36;
}
.BgClassName
{
background-color: #8CAC36;
}
</style>
border-color css
<style>
span { border-color: #8CAC36; }
span { border-color: rgb(140,172,54); }
td.TdClassName
{
border-color: #8CAC36;
}
.TagClassName
{
border-color: #8CAC36;
}
</style>