Shades of Limerick #8EAF42
Tints of Limerick #8EAF42
RGB
CMYK
RGB Variations
Color information
#8EAF42 (or 0x8EAF42) is known color: Limerick. HEX triplet: 8E, AF and 42. RGB value is (142,175,66). Sum of RGB (Red+Green+Blue) = 142+175+66=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8EAF42 is #7150BD. Grayscale: #999999. Windows color (decimal): -7426238 or 4370318. OLE color: 4370318.
HSL color Cylindrical-coordinate representation of color #8EAF42: hue angle of 78.17º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8EAF42 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 175 | 66 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.31 |
| HSL | 78.17º | 0.45% | 0.47% | - |
| HSV(B) | 78.17º | 0.62% | 0.69% | - |
| XYZ | 27.47 | 36.8 | 10.81 | - |
| YUV | 152.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 175 | 66 | 0.19 | 0 | 0.62 | 0.31 | 78.17 | 0.45 | 0.47 |
| Hex | 8E | AF | 42 | 13 | 0 | 3E | 1F | 4E | 2D | 2F |
| Octal | 216 | 257 | 102 | 23 | 0 | 76 | 37 | 116 | 55 | 57 |
| Binary | 10001110 | 10101111 | 1000010 | 10011 | 0 | 111110 | 11111 | 1001110 | 101101 | 101111 |
Color Harmonies of #8EAF42
Complementary color
Monochromatic Colors of #8EAF42
Black with #8EAF42
Text Example
Text Example
White with #8EAF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAF42; }
p { color: rgb(142,175,66); }
H1.HeaderClassName
{
color: #8EAF42;
}
.AnyTagClassName
{
color: #8EAF42;
}
</style>
background-color css
<style>
a { background-color: #8EAF42; }
a { background-color: rgb(142,175,66); }
div.DivClassName
{
background-color: #8EAF42;
}
.BgClassName
{
background-color: #8EAF42;
}
</style>
border-color css
<style>
span { border-color: #8EAF42; }
span { border-color: rgb(142,175,66); }
td.TdClassName
{
border-color: #8EAF42;
}
.TagClassName
{
border-color: #8EAF42;
}
</style>