Shades of Limerick #8DAE3E
Tints of Limerick #8DAE3E
RGB
CMYK
RGB Variations
Color information
#8DAE3E (or 0x8DAE3E) is known color: Limerick. HEX triplet: 8D, AE and 3E. RGB value is (141,174,62). Sum of RGB (Red+Green+Blue) = 141+174+62=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 174 (68.36% from 255 or 46.15% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAE3E is #7251C1. Grayscale: #979797. Windows color (decimal): -7492034 or 4107917. OLE color: 4107917.
HSL color Cylindrical-coordinate representation of color #8DAE3E: hue angle of 77.68º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DAE3E is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 62 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.32 |
| HSL | 77.68º | 0.47% | 0.46% | - |
| HSV(B) | 77.68º | 0.64% | 0.68% | - |
| XYZ | 26.99 | 36.28 | 10.14 | - |
| YUV | 151.37 | 77.57 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 62 | 0.19 | 0 | 0.64 | 0.32 | 77.68 | 0.47 | 0.46 |
| Hex | 8D | AE | 3E | 13 | 0 | 40 | 20 | 4E | 2F | 2E |
| Octal | 215 | 256 | 76 | 23 | 0 | 100 | 40 | 116 | 57 | 56 |
| Binary | 10001101 | 10101110 | 111110 | 10011 | 0 | 1000000 | 100000 | 1001110 | 101111 | 101110 |
Color Harmonies of #8DAE3E
Complementary color
Monochromatic Colors of #8DAE3E
Black with #8DAE3E
Text Example
Text Example
White with #8DAE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE3E; }
p { color: rgb(141,174,62); }
H1.HeaderClassName
{
color: #8DAE3E;
}
.AnyTagClassName
{
color: #8DAE3E;
}
</style>
background-color css
<style>
a { background-color: #8DAE3E; }
a { background-color: rgb(141,174,62); }
div.DivClassName
{
background-color: #8DAE3E;
}
.BgClassName
{
background-color: #8DAE3E;
}
</style>
border-color css
<style>
span { border-color: #8DAE3E; }
span { border-color: rgb(141,174,62); }
td.TdClassName
{
border-color: #8DAE3E;
}
.TagClassName
{
border-color: #8DAE3E;
}
</style>