Shades of Limerick #8CAE24
Tints of Limerick #8CAE24
RGB
CMYK
RGB Variations
Color information
#8CAE24 (or 0x8CAE24) is known color: Limerick. HEX triplet: 8C, AE and 24. RGB value is (140,174,36). Sum of RGB (Red+Green+Blue) = 140+174+36=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 174 (68.36% from 255 or 49.71% from 350); Blue value is 36 (14.45% from 255 or 10.29% from 350); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE24 is #7351DB. Grayscale: #949494. Windows color (decimal): -7557596 or 2403980. OLE color: 2403980.
HSL color Cylindrical-coordinate representation of color #8CAE24: hue angle of 74.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CAE24 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 36 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.32 |
| HSL | 74.78º | 0.66% | 0.41% | - |
| HSV(B) | 74.78º | 0.79% | 0.68% | - |
| XYZ | 26.27 | 35.97 | 7.23 | - |
| YUV | 148.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 36 | 0.20 | 0 | 0.79 | 0.32 | 74.78 | 0.66 | 0.41 |
| Hex | 8C | AE | 24 | 14 | 0 | 4F | 20 | 4B | 42 | 29 |
| Octal | 214 | 256 | 44 | 24 | 0 | 117 | 40 | 113 | 102 | 51 |
| Binary | 10001100 | 10101110 | 100100 | 10100 | 0 | 1001111 | 100000 | 1001011 | 1000010 | 101001 |
Color Harmonies of #8CAE24
Complementary color
Monochromatic Colors of #8CAE24
Black with #8CAE24
Text Example
Text Example
White with #8CAE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE24; }
p { color: rgb(140,174,36); }
H1.HeaderClassName
{
color: #8CAE24;
}
.AnyTagClassName
{
color: #8CAE24;
}
</style>
background-color css
<style>
a { background-color: #8CAE24; }
a { background-color: rgb(140,174,36); }
div.DivClassName
{
background-color: #8CAE24;
}
.BgClassName
{
background-color: #8CAE24;
}
</style>
border-color css
<style>
span { border-color: #8CAE24; }
span { border-color: rgb(140,174,36); }
td.TdClassName
{
border-color: #8CAE24;
}
.TagClassName
{
border-color: #8CAE24;
}
</style>