Shades of Limerick #8CAD2B
Tints of Limerick #8CAD2B
RGB
CMYK
RGB Variations
Color information
#8CAD2B (or 0x8CAD2B) is known color: Limerick. HEX triplet: 8C, AD and 2B. RGB value is (140,173,43). Sum of RGB (Red+Green+Blue) = 140+173+43=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #8CAD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAD2B is #7352D4. Grayscale: #949494. Windows color (decimal): -7557845 or 2862476. OLE color: 2862476.
HSL color Cylindrical-coordinate representation of color #8CAD2B: hue angle of 75.23º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CAD2B is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 173 | 43 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.32 |
| HSL | 75.23º | 0.6% | 0.42% | - |
| HSV(B) | 75.23º | 0.75% | 0.68% | - |
| XYZ | 26.19 | 35.64 | 7.78 | - |
| YUV | 148.31 | 68.57 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 43 | 0.19 | 0 | 0.75 | 0.32 | 75.23 | 0.6 | 0.42 |
| Hex | 8C | AD | 2B | 13 | 0 | 4B | 20 | 4B | 3C | 2A |
| Octal | 214 | 255 | 53 | 23 | 0 | 113 | 40 | 113 | 74 | 52 |
| Binary | 10001100 | 10101101 | 101011 | 10011 | 0 | 1001011 | 100000 | 1001011 | 111100 | 101010 |
Color Harmonies of #8CAD2B
Complementary color
Monochromatic Colors of #8CAD2B
Black with #8CAD2B
Text Example
Text Example
White with #8CAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAD2B; }
p { color: rgb(140,173,43); }
H1.HeaderClassName
{
color: #8CAD2B;
}
.AnyTagClassName
{
color: #8CAD2B;
}
</style>
background-color css
<style>
a { background-color: #8CAD2B; }
a { background-color: rgb(140,173,43); }
div.DivClassName
{
background-color: #8CAD2B;
}
.BgClassName
{
background-color: #8CAD2B;
}
</style>
border-color css
<style>
span { border-color: #8CAD2B; }
span { border-color: rgb(140,173,43); }
td.TdClassName
{
border-color: #8CAD2B;
}
.TagClassName
{
border-color: #8CAD2B;
}
</style>