Shades of Limerick #8CAC2C
Tints of Limerick #8CAC2C
RGB
CMYK
RGB Variations
Color information
#8CAC2C (or 0x8CAC2C) is known color: Limerick. HEX triplet: 8C, AC and 2C. RGB value is (140,172,44). Sum of RGB (Red+Green+Blue) = 140+172+44=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC2C is #7353D3. Grayscale: #949494. Windows color (decimal): -7558100 or 2927756. OLE color: 2927756.
HSL color Cylindrical-coordinate representation of color #8CAC2C: hue angle of 75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8CAC2C is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 44 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.33 |
| HSL | 75º | 0.59% | 0.42% | - |
| HSV(B) | 75º | 0.74% | 0.67% | - |
| XYZ | 26.02 | 35.26 | 7.82 | - |
| YUV | 147.84 | 69.4 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 44 | 0.19 | 0 | 0.74 | 0.33 | 75 | 0.59 | 0.42 |
| Hex | 8C | AC | 2C | 13 | 0 | 4A | 21 | 4B | 3B | 2A |
| Octal | 214 | 254 | 54 | 23 | 0 | 112 | 41 | 113 | 73 | 52 |
| Binary | 10001100 | 10101100 | 101100 | 10011 | 0 | 1001010 | 100001 | 1001011 | 111011 | 101010 |
Color Harmonies of #8CAC2C
Complementary color
Monochromatic Colors of #8CAC2C
Black with #8CAC2C
Text Example
Text Example
White with #8CAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC2C; }
p { color: rgb(140,172,44); }
H1.HeaderClassName
{
color: #8CAC2C;
}
.AnyTagClassName
{
color: #8CAC2C;
}
</style>
background-color css
<style>
a { background-color: #8CAC2C; }
a { background-color: rgb(140,172,44); }
div.DivClassName
{
background-color: #8CAC2C;
}
.BgClassName
{
background-color: #8CAC2C;
}
</style>
border-color css
<style>
span { border-color: #8CAC2C; }
span { border-color: rgb(140,172,44); }
td.TdClassName
{
border-color: #8CAC2C;
}
.TagClassName
{
border-color: #8CAC2C;
}
</style>