Shades of Limerick #8CAD34
Tints of Limerick #8CAD34
RGB
CMYK
RGB Variations
Color information
#8CAD34 (or 0x8CAD34) is known color: Limerick. HEX triplet: 8C, AD and 34. RGB value is (140,173,52). Sum of RGB (Red+Green+Blue) = 140+173+52=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 173 (67.97% from 255 or 47.40% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD34 is #7352CB. Grayscale: #959595. Windows color (decimal): -7557836 or 3452300. OLE color: 3452300.
HSL color Cylindrical-coordinate representation of color #8CAD34: hue angle of 76.36º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CAD34 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 52 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.32 |
| HSL | 76.36º | 0.54% | 0.44% | - |
| HSV(B) | 76.36º | 0.7% | 0.68% | - |
| XYZ | 26.38 | 35.71 | 8.75 | - |
| YUV | 149.34 | 73.07 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 52 | 0.19 | 0 | 0.70 | 0.32 | 76.36 | 0.54 | 0.44 |
| Hex | 8C | AD | 34 | 13 | 0 | 46 | 20 | 4C | 36 | 2C |
| Octal | 214 | 255 | 64 | 23 | 0 | 106 | 40 | 114 | 66 | 54 |
| Binary | 10001100 | 10101101 | 110100 | 10011 | 0 | 1000110 | 100000 | 1001100 | 110110 | 101100 |
Color Harmonies of #8CAD34
Complementary color
Monochromatic Colors of #8CAD34
Black with #8CAD34
Text Example
Text Example
White with #8CAD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD34; }
p { color: rgb(140,173,52); }
H1.HeaderClassName
{
color: #8CAD34;
}
.AnyTagClassName
{
color: #8CAD34;
}
</style>
background-color css
<style>
a { background-color: #8CAD34; }
a { background-color: rgb(140,173,52); }
div.DivClassName
{
background-color: #8CAD34;
}
.BgClassName
{
background-color: #8CAD34;
}
</style>
border-color css
<style>
span { border-color: #8CAD34; }
span { border-color: rgb(140,173,52); }
td.TdClassName
{
border-color: #8CAD34;
}
.TagClassName
{
border-color: #8CAD34;
}
</style>