Shades of Limerick #8EAF1B
Tints of Limerick #8EAF1B
RGB
CMYK
RGB Variations
Color information
#8EAF1B (or 0x8EAF1B) is known color: Limerick. HEX triplet: 8E, AF and 1B. RGB value is (142,175,27). Sum of RGB (Red+Green+Blue) = 142+175+27=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAF1B is #7150E4. Grayscale: #949494. Windows color (decimal): -7426277 or 1814414. OLE color: 1814414.
HSL color Cylindrical-coordinate representation of color #8EAF1B: hue angle of 73.38º degrees, saturation: 0.73, 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 #8EAF1B is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 27 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.31 |
| HSL | 73.38º | 0.73% | 0.4% | - |
| HSV(B) | 73.38º | 0.85% | 0.69% | - |
| XYZ | 26.68 | 36.49 | 6.67 | - |
| YUV | 148.26 | 59.57 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 27 | 0.19 | 0 | 0.85 | 0.31 | 73.38 | 0.73 | 0.4 |
| Hex | 8E | AF | 1B | 13 | 0 | 55 | 1F | 49 | 49 | 28 |
| Octal | 216 | 257 | 33 | 23 | 0 | 125 | 37 | 111 | 111 | 50 |
| Binary | 10001110 | 10101111 | 11011 | 10011 | 0 | 1010101 | 11111 | 1001001 | 1001001 | 101000 |
Color Harmonies of #8EAF1B
Complementary color
Monochromatic Colors of #8EAF1B
Black with #8EAF1B
Text Example
Text Example
White with #8EAF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAF1B; }
p { color: rgb(142,175,27); }
H1.HeaderClassName
{
color: #8EAF1B;
}
.AnyTagClassName
{
color: #8EAF1B;
}
</style>
background-color css
<style>
a { background-color: #8EAF1B; }
a { background-color: rgb(142,175,27); }
div.DivClassName
{
background-color: #8EAF1B;
}
.BgClassName
{
background-color: #8EAF1B;
}
</style>
border-color css
<style>
span { border-color: #8EAF1B; }
span { border-color: rgb(142,175,27); }
td.TdClassName
{
border-color: #8EAF1B;
}
.TagClassName
{
border-color: #8EAF1B;
}
</style>