Shades of Limerick #8CAA24
Tints of Limerick #8CAA24
RGB
CMYK
RGB Variations
Color information
#8CAA24 (or 0x8CAA24) is known color: Limerick. HEX triplet: 8C, AA and 24. RGB value is (140,170,36). Sum of RGB (Red+Green+Blue) = 140+170+36=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 36 (14.45% from 255 or 10.40% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAA24 is #7355DB. Grayscale: #929292. Windows color (decimal): -7558620 or 2402956. OLE color: 2402956.
HSL color Cylindrical-coordinate representation of color #8CAA24: hue angle of 73.43º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8CAA24 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 36 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.33 |
| HSL | 73.43º | 0.65% | 0.4% | - |
| HSV(B) | 73.43º | 0.79% | 0.67% | - |
| XYZ | 25.51 | 34.45 | 6.97 | - |
| YUV | 145.75 | 66.06 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 36 | 0.18 | 0 | 0.79 | 0.33 | 73.43 | 0.65 | 0.4 |
| Hex | 8C | AA | 24 | 12 | 0 | 4F | 21 | 49 | 41 | 28 |
| Octal | 214 | 252 | 44 | 22 | 0 | 117 | 41 | 111 | 101 | 50 |
| Binary | 10001100 | 10101010 | 100100 | 10010 | 0 | 1001111 | 100001 | 1001001 | 1000001 | 101000 |
Color Harmonies of #8CAA24
Complementary color
Monochromatic Colors of #8CAA24
Black with #8CAA24
Text Example
Text Example
White with #8CAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA24; }
p { color: rgb(140,170,36); }
H1.HeaderClassName
{
color: #8CAA24;
}
.AnyTagClassName
{
color: #8CAA24;
}
</style>
background-color css
<style>
a { background-color: #8CAA24; }
a { background-color: rgb(140,170,36); }
div.DivClassName
{
background-color: #8CAA24;
}
.BgClassName
{
background-color: #8CAA24;
}
</style>
border-color css
<style>
span { border-color: #8CAA24; }
span { border-color: rgb(140,170,36); }
td.TdClassName
{
border-color: #8CAA24;
}
.TagClassName
{
border-color: #8CAA24;
}
</style>