Shades of Limerick #8EAD2B
Tints of Limerick #8EAD2B
RGB
CMYK
RGB Variations
Color information
#8EAD2B (or 0x8EAD2B) is known color: Limerick. HEX triplet: 8E, AD and 2B. RGB value is (142,173,43). Sum of RGB (Red+Green+Blue) = 142+173+43=358 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.66% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 43 (17.19% from 255 or 12.01% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #8EAD2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAD2B is #7152D4. Grayscale: #959595. Windows color (decimal): -7426773 or 2862478. OLE color: 2862478.
HSL color Cylindrical-coordinate representation of color #8EAD2B: hue angle of 74.31º 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 #8EAD2B is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 173 | 43 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.32 |
| HSL | 74.31º | 0.6% | 0.42% | - |
| HSV(B) | 74.31º | 0.75% | 0.68% | - |
| XYZ | 26.53 | 35.81 | 7.8 | - |
| YUV | 148.91 | 68.23 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 43 | 0.18 | 0 | 0.75 | 0.32 | 74.31 | 0.6 | 0.42 |
| Hex | 8E | AD | 2B | 12 | 0 | 4B | 20 | 4A | 3C | 2A |
| Octal | 216 | 255 | 53 | 22 | 0 | 113 | 40 | 112 | 74 | 52 |
| Binary | 10001110 | 10101101 | 101011 | 10010 | 0 | 1001011 | 100000 | 1001010 | 111100 | 101010 |
Color Harmonies of #8EAD2B
Complementary color
Monochromatic Colors of #8EAD2B
Black with #8EAD2B
Text Example
Text Example
White with #8EAD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAD2B; }
p { color: rgb(142,173,43); }
H1.HeaderClassName
{
color: #8EAD2B;
}
.AnyTagClassName
{
color: #8EAD2B;
}
</style>
background-color css
<style>
a { background-color: #8EAD2B; }
a { background-color: rgb(142,173,43); }
div.DivClassName
{
background-color: #8EAD2B;
}
.BgClassName
{
background-color: #8EAD2B;
}
</style>
border-color css
<style>
span { border-color: #8EAD2B; }
span { border-color: rgb(142,173,43); }
td.TdClassName
{
border-color: #8EAD2B;
}
.TagClassName
{
border-color: #8EAD2B;
}
</style>