Shades of Limerick #8CAC42
Tints of Limerick #8CAC42
RGB
CMYK
RGB Variations
Color information
#8CAC42 (or 0x8CAC42) is known color: Limerick. HEX triplet: 8C, AC and 42. RGB value is (140,172,66). Sum of RGB (Red+Green+Blue) = 140+172+66=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC42 is #7353BD. Grayscale: #969696. Windows color (decimal): -7558078 or 4369548. OLE color: 4369548.
HSL color Cylindrical-coordinate representation of color #8CAC42: hue angle of 78.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CAC42 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 66 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.33 |
| HSL | 78.11º | 0.45% | 0.47% | - |
| HSV(B) | 78.11º | 0.62% | 0.67% | - |
| XYZ | 26.55 | 35.47 | 10.6 | - |
| YUV | 150.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 66 | 0.19 | 0 | 0.62 | 0.33 | 78.11 | 0.45 | 0.47 |
| Hex | 8C | AC | 42 | 13 | 0 | 3E | 21 | 4E | 2D | 2F |
| Octal | 214 | 254 | 102 | 23 | 0 | 76 | 41 | 116 | 55 | 57 |
| Binary | 10001100 | 10101100 | 1000010 | 10011 | 0 | 111110 | 100001 | 1001110 | 101101 | 101111 |
Color Harmonies of #8CAC42
Complementary color
Monochromatic Colors of #8CAC42
Black with #8CAC42
Text Example
Text Example
White with #8CAC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC42; }
p { color: rgb(140,172,66); }
H1.HeaderClassName
{
color: #8CAC42;
}
.AnyTagClassName
{
color: #8CAC42;
}
</style>
background-color css
<style>
a { background-color: #8CAC42; }
a { background-color: rgb(140,172,66); }
div.DivClassName
{
background-color: #8CAC42;
}
.BgClassName
{
background-color: #8CAC42;
}
</style>
border-color css
<style>
span { border-color: #8CAC42; }
span { border-color: rgb(140,172,66); }
td.TdClassName
{
border-color: #8CAC42;
}
.TagClassName
{
border-color: #8CAC42;
}
</style>