Shades of Limerick #8CA61C
Tints of Limerick #8CA61C
RGB
CMYK
RGB Variations
Color information
#8CA61C (or 0x8CA61C) is known color: Limerick. HEX triplet: 8C, A6 and 1C. RGB value is (140,166,28). Sum of RGB (Red+Green+Blue) = 140+166+28=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #8CA61C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA61C is #7359E3. Grayscale: #8F8F8F. Windows color (decimal): -7559652 or 1877644. OLE color: 1877644.
HSL color Cylindrical-coordinate representation of color #8CA61C: hue angle of 71.3º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8CA61C is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 166 | 28 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.35 |
| HSL | 71.3º | 0.71% | 0.38% | - |
| HSV(B) | 71.3º | 0.83% | 0.65% | - |
| XYZ | 24.66 | 32.93 | 6.16 | - |
| YUV | 142.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 28 | 0.16 | 0 | 0.83 | 0.35 | 71.3 | 0.71 | 0.38 |
| Hex | 8C | A6 | 1C | 10 | 0 | 53 | 23 | 47 | 47 | 26 |
| Octal | 214 | 246 | 34 | 20 | 0 | 123 | 43 | 107 | 107 | 46 |
| Binary | 10001100 | 10100110 | 11100 | 10000 | 0 | 1010011 | 100011 | 1000111 | 1000111 | 100110 |
Color Harmonies of #8CA61C
Complementary color
Monochromatic Colors of #8CA61C
Black with #8CA61C
Text Example
Text Example
White with #8CA61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA61C; }
p { color: rgb(140,166,28); }
H1.HeaderClassName
{
color: #8CA61C;
}
.AnyTagClassName
{
color: #8CA61C;
}
</style>
background-color css
<style>
a { background-color: #8CA61C; }
a { background-color: rgb(140,166,28); }
div.DivClassName
{
background-color: #8CA61C;
}
.BgClassName
{
background-color: #8CA61C;
}
</style>
border-color css
<style>
span { border-color: #8CA61C; }
span { border-color: rgb(140,166,28); }
td.TdClassName
{
border-color: #8CA61C;
}
.TagClassName
{
border-color: #8CA61C;
}
</style>