Shades of Limerick #8CBC24
Tints of Limerick #8CBC24
RGB
CMYK
RGB Variations
Color information
#8CBC24 (or 0x8CBC24) is known color: Limerick. HEX triplet: 8C, BC and 24. RGB value is (140,188,36). Sum of RGB (Red+Green+Blue) = 140+188+36=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC24 is #7343DB. Grayscale: #9C9C9C. Windows color (decimal): -7554012 or 2407564. OLE color: 2407564.
HSL color Cylindrical-coordinate representation of color #8CBC24: hue angle of 78.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8CBC24 is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 36 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.26 |
| HSL | 78.95º | 0.68% | 0.44% | - |
| HSV(B) | 78.95º | 0.81% | 0.74% | - |
| XYZ | 29.12 | 41.67 | 8.18 | - |
| YUV | 156.32 | 60.1 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 36 | 0.26 | 0 | 0.81 | 0.26 | 78.95 | 0.68 | 0.44 |
| Hex | 8C | BC | 24 | 1A | 0 | 51 | 1A | 4F | 44 | 2C |
| Octal | 214 | 274 | 44 | 32 | 0 | 121 | 32 | 117 | 104 | 54 |
| Binary | 10001100 | 10111100 | 100100 | 11010 | 0 | 1010001 | 11010 | 1001111 | 1000100 | 101100 |
Color Harmonies of #8CBC24
Complementary color
Monochromatic Colors of #8CBC24
Black with #8CBC24
Text Example
Text Example
White with #8CBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC24; }
p { color: rgb(140,188,36); }
H1.HeaderClassName
{
color: #8CBC24;
}
.AnyTagClassName
{
color: #8CBC24;
}
</style>
background-color css
<style>
a { background-color: #8CBC24; }
a { background-color: rgb(140,188,36); }
div.DivClassName
{
background-color: #8CBC24;
}
.BgClassName
{
background-color: #8CBC24;
}
</style>
border-color css
<style>
span { border-color: #8CBC24; }
span { border-color: rgb(140,188,36); }
td.TdClassName
{
border-color: #8CBC24;
}
.TagClassName
{
border-color: #8CBC24;
}
</style>