Shades of Limerick #8CC124
Tints of Limerick #8CC124
RGB
CMYK
RGB Variations
Color information
#8CC124 (or 0x8CC124) is known color: Limerick. HEX triplet: 8C, C1 and 24. RGB value is (140,193,36). Sum of RGB (Red+Green+Blue) = 140+193+36=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC124 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC124 is #733EDB. Grayscale: #9F9F9F. Windows color (decimal): -7552732 or 2408844. OLE color: 2408844.
HSL color Cylindrical-coordinate representation of color #8CC124: hue angle of 80.25º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CC124 is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 193 | 36 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.24 |
| HSL | 80.25º | 0.69% | 0.45% | - |
| HSV(B) | 80.25º | 0.81% | 0.76% | - |
| XYZ | 30.2 | 43.84 | 8.54 | - |
| YUV | 159.26 | 58.44 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 193 | 36 | 0.27 | 0 | 0.81 | 0.24 | 80.25 | 0.69 | 0.45 |
| Hex | 8C | C1 | 24 | 1B | 0 | 51 | 18 | 50 | 45 | 2D |
| Octal | 214 | 301 | 44 | 33 | 0 | 121 | 30 | 120 | 105 | 55 |
| Binary | 10001100 | 11000001 | 100100 | 11011 | 0 | 1010001 | 11000 | 1010000 | 1000101 | 101101 |
Color Harmonies of #8CC124
Complementary color
Monochromatic Colors of #8CC124
Black with #8CC124
Text Example
Text Example
White with #8CC124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC124; }
p { color: rgb(140,193,36); }
H1.HeaderClassName
{
color: #8CC124;
}
.AnyTagClassName
{
color: #8CC124;
}
</style>
background-color css
<style>
a { background-color: #8CC124; }
a { background-color: rgb(140,193,36); }
div.DivClassName
{
background-color: #8CC124;
}
.BgClassName
{
background-color: #8CC124;
}
</style>
border-color css
<style>
span { border-color: #8CC124; }
span { border-color: rgb(140,193,36); }
td.TdClassName
{
border-color: #8CC124;
}
.TagClassName
{
border-color: #8CC124;
}
</style>