Shades of Limerick #8CAC1B
Tints of Limerick #8CAC1B
RGB
CMYK
RGB Variations
Color information
#8CAC1B (or 0x8CAC1B) is known color: Limerick. HEX triplet: 8C, AC and 1B. RGB value is (140,172,27). Sum of RGB (Red+Green+Blue) = 140+172+27=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 172 (67.58% from 255 or 50.74% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAC1B is #7353E4. Grayscale: #929292. Windows color (decimal): -7558117 or 1813644. OLE color: 1813644.
HSL color Cylindrical-coordinate representation of color #8CAC1B: hue angle of 73.24º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8CAC1B is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 27 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.33 |
| HSL | 73.24º | 0.73% | 0.39% | - |
| HSV(B) | 73.24º | 0.84% | 0.67% | - |
| XYZ | 25.77 | 35.16 | 6.47 | - |
| YUV | 145.9 | 60.9 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 27 | 0.19 | 0 | 0.84 | 0.33 | 73.24 | 0.73 | 0.39 |
| Hex | 8C | AC | 1B | 13 | 0 | 54 | 21 | 49 | 49 | 27 |
| Octal | 214 | 254 | 33 | 23 | 0 | 124 | 41 | 111 | 111 | 47 |
| Binary | 10001100 | 10101100 | 11011 | 10011 | 0 | 1010100 | 100001 | 1001001 | 1001001 | 100111 |
Color Harmonies of #8CAC1B
Complementary color
Monochromatic Colors of #8CAC1B
Black with #8CAC1B
Text Example
Text Example
White with #8CAC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC1B; }
p { color: rgb(140,172,27); }
H1.HeaderClassName
{
color: #8CAC1B;
}
.AnyTagClassName
{
color: #8CAC1B;
}
</style>
background-color css
<style>
a { background-color: #8CAC1B; }
a { background-color: rgb(140,172,27); }
div.DivClassName
{
background-color: #8CAC1B;
}
.BgClassName
{
background-color: #8CAC1B;
}
</style>
border-color css
<style>
span { border-color: #8CAC1B; }
span { border-color: rgb(140,172,27); }
td.TdClassName
{
border-color: #8CAC1B;
}
.TagClassName
{
border-color: #8CAC1B;
}
</style>