Shades of Limerick #8EAF1E
Tints of Limerick #8EAF1E
RGB
CMYK
RGB Variations
Color information
#8EAF1E (or 0x8EAF1E) is known color: Limerick. HEX triplet: 8E, AF and 1E. RGB value is (142,175,30). Sum of RGB (Red+Green+Blue) = 142+175+30=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAF1E is #7150E1. Grayscale: #959595. Windows color (decimal): -7426274 or 2011022. OLE color: 2011022.
HSL color Cylindrical-coordinate representation of color #8EAF1E: hue angle of 73.66º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8EAF1E is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 30 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.31 |
| HSL | 73.66º | 0.71% | 0.4% | - |
| HSV(B) | 73.66º | 0.83% | 0.69% | - |
| XYZ | 26.72 | 36.5 | 6.87 | - |
| YUV | 148.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 30 | 0.19 | 0 | 0.83 | 0.31 | 73.66 | 0.71 | 0.4 |
| Hex | 8E | AF | 1E | 13 | 0 | 53 | 1F | 4A | 47 | 28 |
| Octal | 216 | 257 | 36 | 23 | 0 | 123 | 37 | 112 | 107 | 50 |
| Binary | 10001110 | 10101111 | 11110 | 10011 | 0 | 1010011 | 11111 | 1001010 | 1000111 | 101000 |
Color Harmonies of #8EAF1E
Complementary color
Monochromatic Colors of #8EAF1E
Black with #8EAF1E
Text Example
Text Example
White with #8EAF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAF1E; }
p { color: rgb(142,175,30); }
H1.HeaderClassName
{
color: #8EAF1E;
}
.AnyTagClassName
{
color: #8EAF1E;
}
</style>
background-color css
<style>
a { background-color: #8EAF1E; }
a { background-color: rgb(142,175,30); }
div.DivClassName
{
background-color: #8EAF1E;
}
.BgClassName
{
background-color: #8EAF1E;
}
</style>
border-color css
<style>
span { border-color: #8EAF1E; }
span { border-color: rgb(142,175,30); }
td.TdClassName
{
border-color: #8EAF1E;
}
.TagClassName
{
border-color: #8EAF1E;
}
</style>