Shades of Limerick #8DBA1A
Tints of Limerick #8DBA1A
RGB
CMYK
RGB Variations
Color information
#8DBA1A (or 0x8DBA1A) is known color: Limerick. HEX triplet: 8D, BA and 1A. RGB value is (141,186,26). Sum of RGB (Red+Green+Blue) = 141+186+26=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA1A is #7245E5. Grayscale: #9A9A9A. Windows color (decimal): -7488998 or 1751693. OLE color: 1751693.
HSL color Cylindrical-coordinate representation of color #8DBA1A: hue angle of 76.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DBA1A is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 26 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.27 |
| HSL | 76.88º | 0.75% | 0.42% | - |
| HSV(B) | 76.88º | 0.86% | 0.73% | - |
| XYZ | 28.73 | 40.86 | 7.35 | - |
| YUV | 154.31 | 55.59 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 26 | 0.24 | 0 | 0.86 | 0.27 | 76.88 | 0.75 | 0.42 |
| Hex | 8D | BA | 1A | 18 | 0 | 56 | 1B | 4D | 4B | 2A |
| Octal | 215 | 272 | 32 | 30 | 0 | 126 | 33 | 115 | 113 | 52 |
| Binary | 10001101 | 10111010 | 11010 | 11000 | 0 | 1010110 | 11011 | 1001101 | 1001011 | 101010 |
Color Harmonies of #8DBA1A
Complementary color
Monochromatic Colors of #8DBA1A
Black with #8DBA1A
Text Example
Text Example
White with #8DBA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA1A; }
p { color: rgb(141,186,26); }
H1.HeaderClassName
{
color: #8DBA1A;
}
.AnyTagClassName
{
color: #8DBA1A;
}
</style>
background-color css
<style>
a { background-color: #8DBA1A; }
a { background-color: rgb(141,186,26); }
div.DivClassName
{
background-color: #8DBA1A;
}
.BgClassName
{
background-color: #8DBA1A;
}
</style>
border-color css
<style>
span { border-color: #8DBA1A; }
span { border-color: rgb(141,186,26); }
td.TdClassName
{
border-color: #8DBA1A;
}
.TagClassName
{
border-color: #8DBA1A;
}
</style>