Shades of Limerick #8DAE18
Tints of Limerick #8DAE18
RGB
CMYK
RGB Variations
Color information
#8DAE18 (or 0x8DAE18) is known color: Limerick. HEX triplet: 8D, AE and 18. RGB value is (141,174,24). Sum of RGB (Red+Green+Blue) = 141+174+24=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAE18 is #7251E7. Grayscale: #939393. Windows color (decimal): -7492072 or 1617549. OLE color: 1617549.
HSL color Cylindrical-coordinate representation of color #8DAE18: hue angle of 73.2º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8DAE18 is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 24 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.32 |
| HSL | 73.2º | 0.76% | 0.39% | - |
| HSV(B) | 73.2º | 0.86% | 0.68% | - |
| XYZ | 26.29 | 36 | 6.43 | - |
| YUV | 147.03 | 58.57 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 24 | 0.19 | 0 | 0.86 | 0.32 | 73.2 | 0.76 | 0.39 |
| Hex | 8D | AE | 18 | 13 | 0 | 56 | 20 | 49 | 4C | 27 |
| Octal | 215 | 256 | 30 | 23 | 0 | 126 | 40 | 111 | 114 | 47 |
| Binary | 10001101 | 10101110 | 11000 | 10011 | 0 | 1010110 | 100000 | 1001001 | 1001100 | 100111 |
Color Harmonies of #8DAE18
Complementary color
Monochromatic Colors of #8DAE18
Black with #8DAE18
Text Example
Text Example
White with #8DAE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE18; }
p { color: rgb(141,174,24); }
H1.HeaderClassName
{
color: #8DAE18;
}
.AnyTagClassName
{
color: #8DAE18;
}
</style>
background-color css
<style>
a { background-color: #8DAE18; }
a { background-color: rgb(141,174,24); }
div.DivClassName
{
background-color: #8DAE18;
}
.BgClassName
{
background-color: #8DAE18;
}
</style>
border-color css
<style>
span { border-color: #8DAE18; }
span { border-color: rgb(141,174,24); }
td.TdClassName
{
border-color: #8DAE18;
}
.TagClassName
{
border-color: #8DAE18;
}
</style>