Shades of Limerick #8CAC1F
Tints of Limerick #8CAC1F
RGB
CMYK
RGB Variations
Color information
#8CAC1F (or 0x8CAC1F) is known color: Limerick. HEX triplet: 8C, AC and 1F. RGB value is (140,172,31). Sum of RGB (Red+Green+Blue) = 140+172+31=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC1F is #7353E0. Grayscale: #929292. Windows color (decimal): -7558113 or 2075788. OLE color: 2075788.
HSL color Cylindrical-coordinate representation of color #8CAC1F: hue angle of 73.62º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8CAC1F is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 31 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.33 |
| HSL | 73.62º | 0.69% | 0.4% | - |
| HSV(B) | 73.62º | 0.82% | 0.67% | - |
| XYZ | 25.82 | 35.18 | 6.73 | - |
| YUV | 146.36 | 62.9 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 31 | 0.19 | 0 | 0.82 | 0.33 | 73.62 | 0.69 | 0.4 |
| Hex | 8C | AC | 1F | 13 | 0 | 52 | 21 | 4A | 45 | 28 |
| Octal | 214 | 254 | 37 | 23 | 0 | 122 | 41 | 112 | 105 | 50 |
| Binary | 10001100 | 10101100 | 11111 | 10011 | 0 | 1010010 | 100001 | 1001010 | 1000101 | 101000 |
Color Harmonies of #8CAC1F
Complementary color
Monochromatic Colors of #8CAC1F
Black with #8CAC1F
Text Example
Text Example
White with #8CAC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC1F; }
p { color: rgb(140,172,31); }
H1.HeaderClassName
{
color: #8CAC1F;
}
.AnyTagClassName
{
color: #8CAC1F;
}
</style>
background-color css
<style>
a { background-color: #8CAC1F; }
a { background-color: rgb(140,172,31); }
div.DivClassName
{
background-color: #8CAC1F;
}
.BgClassName
{
background-color: #8CAC1F;
}
</style>
border-color css
<style>
span { border-color: #8CAC1F; }
span { border-color: rgb(140,172,31); }
td.TdClassName
{
border-color: #8CAC1F;
}
.TagClassName
{
border-color: #8CAC1F;
}
</style>