Shades of Limerick #8CA71C
Tints of Limerick #8CA71C
RGB
CMYK
RGB Variations
Color information
#8CA71C (or 0x8CA71C) is known color: Limerick. HEX triplet: 8C, A7 and 1C. RGB value is (140,167,28). Sum of RGB (Red+Green+Blue) = 140+167+28=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA71C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA71C is #7358E3. Grayscale: #8F8F8F. Windows color (decimal): -7559396 or 1877900. OLE color: 1877900.
HSL color Cylindrical-coordinate representation of color #8CA71C: hue angle of 71.65º 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 #8CA71C is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 167 | 28 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.35 |
| HSL | 71.65º | 0.71% | 0.38% | - |
| HSV(B) | 71.65º | 0.83% | 0.65% | - |
| XYZ | 24.84 | 33.3 | 6.22 | - |
| YUV | 143.08 | 63.05 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 28 | 0.16 | 0 | 0.83 | 0.35 | 71.65 | 0.71 | 0.38 |
| Hex | 8C | A7 | 1C | 10 | 0 | 53 | 23 | 48 | 47 | 26 |
| Octal | 214 | 247 | 34 | 20 | 0 | 123 | 43 | 110 | 107 | 46 |
| Binary | 10001100 | 10100111 | 11100 | 10000 | 0 | 1010011 | 100011 | 1001000 | 1000111 | 100110 |
Color Harmonies of #8CA71C
Complementary color
Monochromatic Colors of #8CA71C
Black with #8CA71C
Text Example
Text Example
White with #8CA71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA71C; }
p { color: rgb(140,167,28); }
H1.HeaderClassName
{
color: #8CA71C;
}
.AnyTagClassName
{
color: #8CA71C;
}
</style>
background-color css
<style>
a { background-color: #8CA71C; }
a { background-color: rgb(140,167,28); }
div.DivClassName
{
background-color: #8CA71C;
}
.BgClassName
{
background-color: #8CA71C;
}
</style>
border-color css
<style>
span { border-color: #8CA71C; }
span { border-color: rgb(140,167,28); }
td.TdClassName
{
border-color: #8CA71C;
}
.TagClassName
{
border-color: #8CA71C;
}
</style>