Shades of Limerick #8CAD2A
Tints of Limerick #8CAD2A
RGB
CMYK
RGB Variations
Color information
#8CAD2A (or 0x8CAD2A) is known color: Limerick. HEX triplet: 8C, AD and 2A. RGB value is (140,173,42). Sum of RGB (Red+Green+Blue) = 140+173+42=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 42 (16.80% from 255 or 11.83% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD2A is #7352D5. Grayscale: #949494. Windows color (decimal): -7557846 or 2796940. OLE color: 2796940.
HSL color Cylindrical-coordinate representation of color #8CAD2A: hue angle of 75.11º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8CAD2A is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 42 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.32 |
| HSL | 75.11º | 0.61% | 0.42% | - |
| HSV(B) | 75.11º | 0.76% | 0.68% | - |
| XYZ | 26.18 | 35.63 | 7.69 | - |
| YUV | 148.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 42 | 0.19 | 0 | 0.76 | 0.32 | 75.11 | 0.61 | 0.42 |
| Hex | 8C | AD | 2A | 13 | 0 | 4C | 20 | 4B | 3D | 2A |
| Octal | 214 | 255 | 52 | 23 | 0 | 114 | 40 | 113 | 75 | 52 |
| Binary | 10001100 | 10101101 | 101010 | 10011 | 0 | 1001100 | 100000 | 1001011 | 111101 | 101010 |
Color Harmonies of #8CAD2A
Complementary color
Monochromatic Colors of #8CAD2A
Black with #8CAD2A
Text Example
Text Example
White with #8CAD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD2A; }
p { color: rgb(140,173,42); }
H1.HeaderClassName
{
color: #8CAD2A;
}
.AnyTagClassName
{
color: #8CAD2A;
}
</style>
background-color css
<style>
a { background-color: #8CAD2A; }
a { background-color: rgb(140,173,42); }
div.DivClassName
{
background-color: #8CAD2A;
}
.BgClassName
{
background-color: #8CAD2A;
}
</style>
border-color css
<style>
span { border-color: #8CAD2A; }
span { border-color: rgb(140,173,42); }
td.TdClassName
{
border-color: #8CAD2A;
}
.TagClassName
{
border-color: #8CAD2A;
}
</style>