Shades of Limerick #8CA32E
Tints of Limerick #8CA32E
RGB
CMYK
RGB Variations
Color information
#8CA32E (or 0x8CA32E) is known color: Limerick. HEX triplet: 8C, A3 and 2E. RGB value is (140,163,46). Sum of RGB (Red+Green+Blue) = 140+163+46=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA32E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA32E is #735CD1. Grayscale: #8F8F8F. Windows color (decimal): -7560402 or 3056524. OLE color: 3056524.
HSL color Cylindrical-coordinate representation of color #8CA32E: hue angle of 71.79º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CA32E is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 163 | 46 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.36 |
| HSL | 71.79º | 0.56% | 0.41% | - |
| HSV(B) | 71.79º | 0.72% | 0.64% | - |
| XYZ | 24.41 | 31.97 | 7.47 | - |
| YUV | 142.79 | 73.38 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 46 | 0.14 | 0 | 0.72 | 0.36 | 71.79 | 0.56 | 0.41 |
| Hex | 8C | A3 | 2E | E | 0 | 48 | 24 | 48 | 38 | 29 |
| Octal | 214 | 243 | 56 | 16 | 0 | 110 | 44 | 110 | 70 | 51 |
| Binary | 10001100 | 10100011 | 101110 | 1110 | 0 | 1001000 | 100100 | 1001000 | 111000 | 101001 |
Color Harmonies of #8CA32E
Complementary color
Monochromatic Colors of #8CA32E
Black with #8CA32E
Text Example
Text Example
White with #8CA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA32E; }
p { color: rgb(140,163,46); }
H1.HeaderClassName
{
color: #8CA32E;
}
.AnyTagClassName
{
color: #8CA32E;
}
</style>
background-color css
<style>
a { background-color: #8CA32E; }
a { background-color: rgb(140,163,46); }
div.DivClassName
{
background-color: #8CA32E;
}
.BgClassName
{
background-color: #8CA32E;
}
</style>
border-color css
<style>
span { border-color: #8CA32E; }
span { border-color: rgb(140,163,46); }
td.TdClassName
{
border-color: #8CA32E;
}
.TagClassName
{
border-color: #8CA32E;
}
</style>