Shades of Limerick #8EAF13
Tints of Limerick #8EAF13
RGB
CMYK
RGB Variations
Color information
#8EAF13 (or 0x8EAF13) is known color: Limerick. HEX triplet: 8E, AF and 13. RGB value is (142,175,19). Sum of RGB (Red+Green+Blue) = 142+175+19=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 19 (7.81% from 255 or 5.65% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EAF13 is #7150EC. Grayscale: #939393. Windows color (decimal): -7426285 or 1290126. OLE color: 1290126.
HSL color Cylindrical-coordinate representation of color #8EAF13: hue angle of 72.69º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8EAF13 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 19 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.31 |
| HSL | 72.69º | 0.8% | 0.38% | - |
| HSV(B) | 72.69º | 0.89% | 0.69% | - |
| XYZ | 26.6 | 36.46 | 6.25 | - |
| YUV | 147.35 | 55.57 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 19 | 0.19 | 0 | 0.89 | 0.31 | 72.69 | 0.8 | 0.38 |
| Hex | 8E | AF | 13 | 13 | 0 | 59 | 1F | 49 | 50 | 26 |
| Octal | 216 | 257 | 23 | 23 | 0 | 131 | 37 | 111 | 120 | 46 |
| Binary | 10001110 | 10101111 | 10011 | 10011 | 0 | 1011001 | 11111 | 1001001 | 1010000 | 100110 |
Color Harmonies of #8EAF13
Complementary color
Monochromatic Colors of #8EAF13
Black with #8EAF13
Text Example
Text Example
White with #8EAF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAF13; }
p { color: rgb(142,175,19); }
H1.HeaderClassName
{
color: #8EAF13;
}
.AnyTagClassName
{
color: #8EAF13;
}
</style>
background-color css
<style>
a { background-color: #8EAF13; }
a { background-color: rgb(142,175,19); }
div.DivClassName
{
background-color: #8EAF13;
}
.BgClassName
{
background-color: #8EAF13;
}
</style>
border-color css
<style>
span { border-color: #8EAF13; }
span { border-color: rgb(142,175,19); }
td.TdClassName
{
border-color: #8EAF13;
}
.TagClassName
{
border-color: #8EAF13;
}
</style>