Shades of Limerick #8ABC2E
Tints of Limerick #8ABC2E
RGB
CMYK
RGB Variations
Color information
#8ABC2E (or 0x8ABC2E) is known color: Limerick. HEX triplet: 8A, BC and 2E. RGB value is (138,188,46). Sum of RGB (Red+Green+Blue) = 138+188+46=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC2E is #7543D1. Grayscale: #9D9D9D. Windows color (decimal): -7685074 or 3062922. OLE color: 3062922.
HSL color Cylindrical-coordinate representation of color #8ABC2E: hue angle of 81.13º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8ABC2E is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 46 | - |
| CMYK | 0.27 | 0 | 0.76 | 0.26 |
| HSL | 81.13º | 0.61% | 0.46% | - |
| HSV(B) | 81.13º | 0.76% | 0.74% | - |
| XYZ | 28.96 | 41.57 | 9.08 | - |
| YUV | 156.86 | 65.44 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 46 | 0.27 | 0 | 0.76 | 0.26 | 81.13 | 0.61 | 0.46 |
| Hex | 8A | BC | 2E | 1B | 0 | 4C | 1A | 51 | 3D | 2E |
| Octal | 212 | 274 | 56 | 33 | 0 | 114 | 32 | 121 | 75 | 56 |
| Binary | 10001010 | 10111100 | 101110 | 11011 | 0 | 1001100 | 11010 | 1010001 | 111101 | 101110 |
Color Harmonies of #8ABC2E
Complementary color
Monochromatic Colors of #8ABC2E
Black with #8ABC2E
Text Example
Text Example
White with #8ABC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC2E; }
p { color: rgb(138,188,46); }
H1.HeaderClassName
{
color: #8ABC2E;
}
.AnyTagClassName
{
color: #8ABC2E;
}
</style>
background-color css
<style>
a { background-color: #8ABC2E; }
a { background-color: rgb(138,188,46); }
div.DivClassName
{
background-color: #8ABC2E;
}
.BgClassName
{
background-color: #8ABC2E;
}
</style>
border-color css
<style>
span { border-color: #8ABC2E; }
span { border-color: rgb(138,188,46); }
td.TdClassName
{
border-color: #8ABC2E;
}
.TagClassName
{
border-color: #8ABC2E;
}
</style>