Shades of Limerick #8CAD28
Tints of Limerick #8CAD28
RGB
CMYK
RGB Variations
Color information
#8CAD28 (or 0x8CAD28) is known color: Limerick. HEX triplet: 8C, AD and 28. RGB value is (140,173,40). Sum of RGB (Red+Green+Blue) = 140+173+40=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD28 is #7352D7. Grayscale: #949494. Windows color (decimal): -7557848 or 2665868. OLE color: 2665868.
HSL color Cylindrical-coordinate representation of color #8CAD28: hue angle of 74.89º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8CAD28 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 40 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.32 |
| HSL | 74.89º | 0.62% | 0.42% | - |
| HSV(B) | 74.89º | 0.77% | 0.68% | - |
| XYZ | 26.14 | 35.62 | 7.5 | - |
| YUV | 147.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 40 | 0.19 | 0 | 0.77 | 0.32 | 74.89 | 0.62 | 0.42 |
| Hex | 8C | AD | 28 | 13 | 0 | 4D | 20 | 4B | 3E | 2A |
| Octal | 214 | 255 | 50 | 23 | 0 | 115 | 40 | 113 | 76 | 52 |
| Binary | 10001100 | 10101101 | 101000 | 10011 | 0 | 1001101 | 100000 | 1001011 | 111110 | 101010 |
Color Harmonies of #8CAD28
Complementary color
Monochromatic Colors of #8CAD28
Black with #8CAD28
Text Example
Text Example
White with #8CAD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD28; }
p { color: rgb(140,173,40); }
H1.HeaderClassName
{
color: #8CAD28;
}
.AnyTagClassName
{
color: #8CAD28;
}
</style>
background-color css
<style>
a { background-color: #8CAD28; }
a { background-color: rgb(140,173,40); }
div.DivClassName
{
background-color: #8CAD28;
}
.BgClassName
{
background-color: #8CAD28;
}
</style>
border-color css
<style>
span { border-color: #8CAD28; }
span { border-color: rgb(140,173,40); }
td.TdClassName
{
border-color: #8CAD28;
}
.TagClassName
{
border-color: #8CAD28;
}
</style>