Shades of Limerick #8CAD32
Tints of Limerick #8CAD32
RGB
CMYK
RGB Variations
Color information
#8CAD32 (or 0x8CAD32) is known color: Limerick. HEX triplet: 8C, AD and 32. RGB value is (140,173,50). Sum of RGB (Red+Green+Blue) = 140+173+50=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD32 is #7352CD. Grayscale: #959595. Windows color (decimal): -7557838 or 3321228. OLE color: 3321228.
HSL color Cylindrical-coordinate representation of color #8CAD32: hue angle of 76.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8CAD32 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 50 | - |
| CMYK | 0.19 | 0 | 0.71 | 0.32 |
| HSL | 76.1º | 0.55% | 0.44% | - |
| HSV(B) | 76.1º | 0.71% | 0.68% | - |
| XYZ | 26.33 | 35.69 | 8.52 | - |
| YUV | 149.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 50 | 0.19 | 0 | 0.71 | 0.32 | 76.1 | 0.55 | 0.44 |
| Hex | 8C | AD | 32 | 13 | 0 | 47 | 20 | 4C | 37 | 2C |
| Octal | 214 | 255 | 62 | 23 | 0 | 107 | 40 | 114 | 67 | 54 |
| Binary | 10001100 | 10101101 | 110010 | 10011 | 0 | 1000111 | 100000 | 1001100 | 110111 | 101100 |
Color Harmonies of #8CAD32
Complementary color
Monochromatic Colors of #8CAD32
Black with #8CAD32
Text Example
Text Example
White with #8CAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD32; }
p { color: rgb(140,173,50); }
H1.HeaderClassName
{
color: #8CAD32;
}
.AnyTagClassName
{
color: #8CAD32;
}
</style>
background-color css
<style>
a { background-color: #8CAD32; }
a { background-color: rgb(140,173,50); }
div.DivClassName
{
background-color: #8CAD32;
}
.BgClassName
{
background-color: #8CAD32;
}
</style>
border-color css
<style>
span { border-color: #8CAD32; }
span { border-color: rgb(140,173,50); }
td.TdClassName
{
border-color: #8CAD32;
}
.TagClassName
{
border-color: #8CAD32;
}
</style>