Shades of Limerick #8DA62B
Tints of Limerick #8DA62B
RGB
CMYK
RGB Variations
Color information
#8DA62B (or 0x8DA62B) is known color: Limerick. HEX triplet: 8D, A6 and 2B. RGB value is (141,166,43). Sum of RGB (Red+Green+Blue) = 141+166+43=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA62B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA62B is #7259D4. Grayscale: #909090. Windows color (decimal): -7494101 or 2860685. OLE color: 2860685.
HSL color Cylindrical-coordinate representation of color #8DA62B: hue angle of 72.2º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8DA62B is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 43 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.35 |
| HSL | 72.2º | 0.59% | 0.41% | - |
| HSV(B) | 72.2º | 0.74% | 0.65% | - |
| XYZ | 25.06 | 33.11 | 7.36 | - |
| YUV | 144.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 43 | 0.15 | 0 | 0.74 | 0.35 | 72.2 | 0.59 | 0.41 |
| Hex | 8D | A6 | 2B | F | 0 | 4A | 23 | 48 | 3B | 29 |
| Octal | 215 | 246 | 53 | 17 | 0 | 112 | 43 | 110 | 73 | 51 |
| Binary | 10001101 | 10100110 | 101011 | 1111 | 0 | 1001010 | 100011 | 1001000 | 111011 | 101001 |
Color Harmonies of #8DA62B
Complementary color
Monochromatic Colors of #8DA62B
Black with #8DA62B
Text Example
Text Example
White with #8DA62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA62B; }
p { color: rgb(141,166,43); }
H1.HeaderClassName
{
color: #8DA62B;
}
.AnyTagClassName
{
color: #8DA62B;
}
</style>
background-color css
<style>
a { background-color: #8DA62B; }
a { background-color: rgb(141,166,43); }
div.DivClassName
{
background-color: #8DA62B;
}
.BgClassName
{
background-color: #8DA62B;
}
</style>
border-color css
<style>
span { border-color: #8DA62B; }
span { border-color: rgb(141,166,43); }
td.TdClassName
{
border-color: #8DA62B;
}
.TagClassName
{
border-color: #8DA62B;
}
</style>