Shades of Limerick #8EBD2A
Tints of Limerick #8EBD2A
RGB
CMYK
RGB Variations
Color information
#8EBD2A (or 0x8EBD2A) is known color: Limerick. HEX triplet: 8E, BD and 2A. RGB value is (142,189,42). Sum of RGB (Red+Green+Blue) = 142+189+42=373 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.07% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD2A is #7142D5. Grayscale: #9E9E9E. Windows color (decimal): -7422678 or 2801038. OLE color: 2801038.
HSL color Cylindrical-coordinate representation of color #8EBD2A: hue angle of 79.18º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8EBD2A is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 189 | 42 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.26 |
| HSL | 79.18º | 0.64% | 0.45% | - |
| HSV(B) | 79.18º | 0.78% | 0.74% | - |
| XYZ | 29.77 | 42.31 | 8.79 | - |
| YUV | 158.19 | 62.43 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 189 | 42 | 0.25 | 0 | 0.78 | 0.26 | 79.18 | 0.64 | 0.45 |
| Hex | 8E | BD | 2A | 19 | 0 | 4E | 1A | 4F | 40 | 2D |
| Octal | 216 | 275 | 52 | 31 | 0 | 116 | 32 | 117 | 100 | 55 |
| Binary | 10001110 | 10111101 | 101010 | 11001 | 0 | 1001110 | 11010 | 1001111 | 1000000 | 101101 |
Color Harmonies of #8EBD2A
Complementary color
Monochromatic Colors of #8EBD2A
Black with #8EBD2A
Text Example
Text Example
White with #8EBD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EBD2A; }
p { color: rgb(142,189,42); }
H1.HeaderClassName
{
color: #8EBD2A;
}
.AnyTagClassName
{
color: #8EBD2A;
}
</style>
background-color css
<style>
a { background-color: #8EBD2A; }
a { background-color: rgb(142,189,42); }
div.DivClassName
{
background-color: #8EBD2A;
}
.BgClassName
{
background-color: #8EBD2A;
}
</style>
border-color css
<style>
span { border-color: #8EBD2A; }
span { border-color: rgb(142,189,42); }
td.TdClassName
{
border-color: #8EBD2A;
}
.TagClassName
{
border-color: #8EBD2A;
}
</style>