Shades of Limerick #8DAE1E
Tints of Limerick #8DAE1E
RGB
CMYK
RGB Variations
Color information
#8DAE1E (or 0x8DAE1E) is known color: Limerick. HEX triplet: 8D, AE and 1E. RGB value is (141,174,30). Sum of RGB (Red+Green+Blue) = 141+174+30=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 174 (68.36% from 255 or 50.43% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAE1E is #7251E1. Grayscale: #949494. Windows color (decimal): -7492066 or 2010765. OLE color: 2010765.
HSL color Cylindrical-coordinate representation of color #8DAE1E: hue angle of 73.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8DAE1E is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 30 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.32 |
| HSL | 73.75º | 0.71% | 0.4% | - |
| HSV(B) | 73.75º | 0.83% | 0.68% | - |
| XYZ | 26.35 | 36.03 | 6.79 | - |
| YUV | 147.72 | 61.57 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 30 | 0.19 | 0 | 0.83 | 0.32 | 73.75 | 0.71 | 0.4 |
| Hex | 8D | AE | 1E | 13 | 0 | 53 | 20 | 4A | 47 | 28 |
| Octal | 215 | 256 | 36 | 23 | 0 | 123 | 40 | 112 | 107 | 50 |
| Binary | 10001101 | 10101110 | 11110 | 10011 | 0 | 1010011 | 100000 | 1001010 | 1000111 | 101000 |
Color Harmonies of #8DAE1E
Complementary color
Monochromatic Colors of #8DAE1E
Black with #8DAE1E
Text Example
Text Example
White with #8DAE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE1E; }
p { color: rgb(141,174,30); }
H1.HeaderClassName
{
color: #8DAE1E;
}
.AnyTagClassName
{
color: #8DAE1E;
}
</style>
background-color css
<style>
a { background-color: #8DAE1E; }
a { background-color: rgb(141,174,30); }
div.DivClassName
{
background-color: #8DAE1E;
}
.BgClassName
{
background-color: #8DAE1E;
}
</style>
border-color css
<style>
span { border-color: #8DAE1E; }
span { border-color: rgb(141,174,30); }
td.TdClassName
{
border-color: #8DAE1E;
}
.TagClassName
{
border-color: #8DAE1E;
}
</style>