Shades of Limerick #8CAC40
Tints of Limerick #8CAC40
RGB
CMYK
RGB Variations
Color information
#8CAC40 (or 0x8CAC40) is known color: Limerick. HEX triplet: 8C, AC and 40. RGB value is (140,172,64). Sum of RGB (Red+Green+Blue) = 140+172+64=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC40 is #7353BF. Grayscale: #969696. Windows color (decimal): -7558080 or 4238476. OLE color: 4238476.
HSL color Cylindrical-coordinate representation of color #8CAC40: hue angle of 77.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CAC40 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 64 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.33 |
| HSL | 77.78º | 0.46% | 0.46% | - |
| HSV(B) | 77.78º | 0.63% | 0.67% | - |
| XYZ | 26.49 | 35.45 | 10.3 | - |
| YUV | 150.12 | 79.4 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 64 | 0.19 | 0 | 0.63 | 0.33 | 77.78 | 0.46 | 0.46 |
| Hex | 8C | AC | 40 | 13 | 0 | 3F | 21 | 4E | 2E | 2E |
| Octal | 214 | 254 | 100 | 23 | 0 | 77 | 41 | 116 | 56 | 56 |
| Binary | 10001100 | 10101100 | 1000000 | 10011 | 0 | 111111 | 100001 | 1001110 | 101110 | 101110 |
Color Harmonies of #8CAC40
Complementary color
Monochromatic Colors of #8CAC40
Black with #8CAC40
Text Example
Text Example
White with #8CAC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC40; }
p { color: rgb(140,172,64); }
H1.HeaderClassName
{
color: #8CAC40;
}
.AnyTagClassName
{
color: #8CAC40;
}
</style>
background-color css
<style>
a { background-color: #8CAC40; }
a { background-color: rgb(140,172,64); }
div.DivClassName
{
background-color: #8CAC40;
}
.BgClassName
{
background-color: #8CAC40;
}
</style>
border-color css
<style>
span { border-color: #8CAC40; }
span { border-color: rgb(140,172,64); }
td.TdClassName
{
border-color: #8CAC40;
}
.TagClassName
{
border-color: #8CAC40;
}
</style>