Shades of Limerick #8CAC13
Tints of Limerick #8CAC13
RGB
CMYK
RGB Variations
Color information
#8CAC13 (or 0x8CAC13) is known color: Limerick. HEX triplet: 8C, AC and 13. RGB value is (140,172,19). Sum of RGB (Red+Green+Blue) = 140+172+19=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAC13 is #7353EC. Grayscale: #919191. Windows color (decimal): -7558125 or 1289356. OLE color: 1289356.
HSL color Cylindrical-coordinate representation of color #8CAC13: hue angle of 72.55º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CAC13 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 19 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.33 |
| HSL | 72.55º | 0.8% | 0.37% | - |
| HSV(B) | 72.55º | 0.89% | 0.67% | - |
| XYZ | 25.69 | 35.13 | 6.04 | - |
| YUV | 144.99 | 56.9 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 19 | 0.19 | 0 | 0.89 | 0.33 | 72.55 | 0.8 | 0.37 |
| Hex | 8C | AC | 13 | 13 | 0 | 59 | 21 | 49 | 50 | 25 |
| Octal | 214 | 254 | 23 | 23 | 0 | 131 | 41 | 111 | 120 | 45 |
| Binary | 10001100 | 10101100 | 10011 | 10011 | 0 | 1011001 | 100001 | 1001001 | 1010000 | 100101 |
Color Harmonies of #8CAC13
Complementary color
Monochromatic Colors of #8CAC13
Black with #8CAC13
Text Example
Text Example
White with #8CAC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC13; }
p { color: rgb(140,172,19); }
H1.HeaderClassName
{
color: #8CAC13;
}
.AnyTagClassName
{
color: #8CAC13;
}
</style>
background-color css
<style>
a { background-color: #8CAC13; }
a { background-color: rgb(140,172,19); }
div.DivClassName
{
background-color: #8CAC13;
}
.BgClassName
{
background-color: #8CAC13;
}
</style>
border-color css
<style>
span { border-color: #8CAC13; }
span { border-color: rgb(140,172,19); }
td.TdClassName
{
border-color: #8CAC13;
}
.TagClassName
{
border-color: #8CAC13;
}
</style>