Shades of Limerick #8CA620
Tints of Limerick #8CA620
RGB
CMYK
RGB Variations
Color information
#8CA620 (or 0x8CA620) is known color: Limerick. HEX triplet: 8C, A6 and 20. RGB value is (140,166,32). Sum of RGB (Red+Green+Blue) = 140+166+32=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 166 (65.23% from 255 or 49.11% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA620 is #7359DF. Grayscale: #8F8F8F. Windows color (decimal): -7559648 or 2139788. OLE color: 2139788.
HSL color Cylindrical-coordinate representation of color #8CA620: hue angle of 71.64º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CA620 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 166 | 32 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.35 |
| HSL | 71.64º | 0.68% | 0.39% | - |
| HSV(B) | 71.64º | 0.81% | 0.65% | - |
| XYZ | 24.71 | 32.95 | 6.42 | - |
| YUV | 142.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 32 | 0.16 | 0 | 0.81 | 0.35 | 71.64 | 0.68 | 0.39 |
| Hex | 8C | A6 | 20 | 10 | 0 | 51 | 23 | 48 | 44 | 27 |
| Octal | 214 | 246 | 40 | 20 | 0 | 121 | 43 | 110 | 104 | 47 |
| Binary | 10001100 | 10100110 | 100000 | 10000 | 0 | 1010001 | 100011 | 1001000 | 1000100 | 100111 |
Color Harmonies of #8CA620
Complementary color
Monochromatic Colors of #8CA620
Black with #8CA620
Text Example
Text Example
White with #8CA620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA620; }
p { color: rgb(140,166,32); }
H1.HeaderClassName
{
color: #8CA620;
}
.AnyTagClassName
{
color: #8CA620;
}
</style>
background-color css
<style>
a { background-color: #8CA620; }
a { background-color: rgb(140,166,32); }
div.DivClassName
{
background-color: #8CA620;
}
.BgClassName
{
background-color: #8CA620;
}
</style>
border-color css
<style>
span { border-color: #8CA620; }
span { border-color: rgb(140,166,32); }
td.TdClassName
{
border-color: #8CA620;
}
.TagClassName
{
border-color: #8CA620;
}
</style>