Shades of Limerick #8CAC19
Tints of Limerick #8CAC19
RGB
CMYK
RGB Variations
Color information
#8CAC19 (or 0x8CAC19) is known color: Limerick. HEX triplet: 8C, AC and 19. RGB value is (140,172,25). Sum of RGB (Red+Green+Blue) = 140+172+25=337 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.54% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC19 is #7353E6. Grayscale: #929292. Windows color (decimal): -7558119 or 1682572. OLE color: 1682572.
HSL color Cylindrical-coordinate representation of color #8CAC19: hue angle of 73.06º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8CAC19 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 25 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.33 |
| HSL | 73.06º | 0.75% | 0.39% | - |
| HSV(B) | 73.06º | 0.85% | 0.67% | - |
| XYZ | 25.74 | 35.15 | 6.35 | - |
| YUV | 145.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 25 | 0.19 | 0 | 0.85 | 0.33 | 73.06 | 0.75 | 0.39 |
| Hex | 8C | AC | 19 | 13 | 0 | 55 | 21 | 49 | 4B | 27 |
| Octal | 214 | 254 | 31 | 23 | 0 | 125 | 41 | 111 | 113 | 47 |
| Binary | 10001100 | 10101100 | 11001 | 10011 | 0 | 1010101 | 100001 | 1001001 | 1001011 | 100111 |
Color Harmonies of #8CAC19
Complementary color
Monochromatic Colors of #8CAC19
Black with #8CAC19
Text Example
Text Example
White with #8CAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC19; }
p { color: rgb(140,172,25); }
H1.HeaderClassName
{
color: #8CAC19;
}
.AnyTagClassName
{
color: #8CAC19;
}
</style>
background-color css
<style>
a { background-color: #8CAC19; }
a { background-color: rgb(140,172,25); }
div.DivClassName
{
background-color: #8CAC19;
}
.BgClassName
{
background-color: #8CAC19;
}
</style>
border-color css
<style>
span { border-color: #8CAC19; }
span { border-color: rgb(140,172,25); }
td.TdClassName
{
border-color: #8CAC19;
}
.TagClassName
{
border-color: #8CAC19;
}
</style>