Shades of Limerick #8CAB40
Tints of Limerick #8CAB40
RGB
CMYK
RGB Variations
Color information
#8CAB40 (or 0x8CAB40) is known color: Limerick. HEX triplet: 8C, AB and 40. RGB value is (140,171,64). Sum of RGB (Red+Green+Blue) = 140+171+64=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAB40 is #7354BF. Grayscale: #959595. Windows color (decimal): -7558336 or 4238220. OLE color: 4238220.
HSL color Cylindrical-coordinate representation of color #8CAB40: hue angle of 77.38º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CAB40 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 171 | 64 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.33 |
| HSL | 77.38º | 0.46% | 0.46% | - |
| HSV(B) | 77.38º | 0.63% | 0.67% | - |
| XYZ | 26.3 | 35.07 | 10.23 | - |
| YUV | 149.53 | 79.73 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 64 | 0.18 | 0 | 0.63 | 0.33 | 77.38 | 0.46 | 0.46 |
| Hex | 8C | AB | 40 | 12 | 0 | 3F | 21 | 4D | 2E | 2E |
| Octal | 214 | 253 | 100 | 22 | 0 | 77 | 41 | 115 | 56 | 56 |
| Binary | 10001100 | 10101011 | 1000000 | 10010 | 0 | 111111 | 100001 | 1001101 | 101110 | 101110 |
Color Harmonies of #8CAB40
Complementary color
Monochromatic Colors of #8CAB40
Black with #8CAB40
Text Example
Text Example
White with #8CAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAB40; }
p { color: rgb(140,171,64); }
H1.HeaderClassName
{
color: #8CAB40;
}
.AnyTagClassName
{
color: #8CAB40;
}
</style>
background-color css
<style>
a { background-color: #8CAB40; }
a { background-color: rgb(140,171,64); }
div.DivClassName
{
background-color: #8CAB40;
}
.BgClassName
{
background-color: #8CAB40;
}
</style>
border-color css
<style>
span { border-color: #8CAB40; }
span { border-color: rgb(140,171,64); }
td.TdClassName
{
border-color: #8CAB40;
}
.TagClassName
{
border-color: #8CAB40;
}
</style>