Shades of Limerick #8DB11A
Tints of Limerick #8DB11A
RGB
CMYK
RGB Variations
Color information
#8DB11A (or 0x8DB11A) is known color: Limerick. HEX triplet: 8D, B1 and 1A. RGB value is (141,177,26). Sum of RGB (Red+Green+Blue) = 141+177+26=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB11A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DB11A is #724EE5. Grayscale: #959595. Windows color (decimal): -7491302 or 1749389. OLE color: 1749389.
HSL color Cylindrical-coordinate representation of color #8DB11A: hue angle of 74.3º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8DB11A is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 177 | 26 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.31 |
| HSL | 74.3º | 0.74% | 0.4% | - |
| HSV(B) | 74.3º | 0.85% | 0.69% | - |
| XYZ | 26.89 | 37.18 | 6.74 | - |
| YUV | 149.02 | 58.57 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 26 | 0.20 | 0 | 0.85 | 0.31 | 74.3 | 0.74 | 0.4 |
| Hex | 8D | B1 | 1A | 14 | 0 | 55 | 1F | 4A | 4A | 28 |
| Octal | 215 | 261 | 32 | 24 | 0 | 125 | 37 | 112 | 112 | 50 |
| Binary | 10001101 | 10110001 | 11010 | 10100 | 0 | 1010101 | 11111 | 1001010 | 1001010 | 101000 |
Color Harmonies of #8DB11A
Complementary color
Monochromatic Colors of #8DB11A
Black with #8DB11A
Text Example
Text Example
White with #8DB11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB11A; }
p { color: rgb(141,177,26); }
H1.HeaderClassName
{
color: #8DB11A;
}
.AnyTagClassName
{
color: #8DB11A;
}
</style>
background-color css
<style>
a { background-color: #8DB11A; }
a { background-color: rgb(141,177,26); }
div.DivClassName
{
background-color: #8DB11A;
}
.BgClassName
{
background-color: #8DB11A;
}
</style>
border-color css
<style>
span { border-color: #8DB11A; }
span { border-color: rgb(141,177,26); }
td.TdClassName
{
border-color: #8DB11A;
}
.TagClassName
{
border-color: #8DB11A;
}
</style>