Shades of Limerick #8DAE34
Tints of Limerick #8DAE34
RGB
CMYK
RGB Variations
Color information
#8DAE34 (or 0x8DAE34) is known color: Limerick. HEX triplet: 8D, AE and 34. RGB value is (141,174,52). Sum of RGB (Red+Green+Blue) = 141+174+52=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 174 (68.36% from 255 or 47.41% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAE34 is #7251CB. Grayscale: #969696. Windows color (decimal): -7492044 or 3452557. OLE color: 3452557.
HSL color Cylindrical-coordinate representation of color #8DAE34: hue angle of 76.23º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DAE34 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 52 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.32 |
| HSL | 76.23º | 0.54% | 0.44% | - |
| HSV(B) | 76.23º | 0.7% | 0.68% | - |
| XYZ | 26.74 | 36.18 | 8.82 | - |
| YUV | 150.23 | 72.57 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 52 | 0.19 | 0 | 0.70 | 0.32 | 76.23 | 0.54 | 0.44 |
| Hex | 8D | AE | 34 | 13 | 0 | 46 | 20 | 4C | 36 | 2C |
| Octal | 215 | 256 | 64 | 23 | 0 | 106 | 40 | 114 | 66 | 54 |
| Binary | 10001101 | 10101110 | 110100 | 10011 | 0 | 1000110 | 100000 | 1001100 | 110110 | 101100 |
Color Harmonies of #8DAE34
Complementary color
Monochromatic Colors of #8DAE34
Black with #8DAE34
Text Example
Text Example
White with #8DAE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE34; }
p { color: rgb(141,174,52); }
H1.HeaderClassName
{
color: #8DAE34;
}
.AnyTagClassName
{
color: #8DAE34;
}
</style>
background-color css
<style>
a { background-color: #8DAE34; }
a { background-color: rgb(141,174,52); }
div.DivClassName
{
background-color: #8DAE34;
}
.BgClassName
{
background-color: #8DAE34;
}
</style>
border-color css
<style>
span { border-color: #8DAE34; }
span { border-color: rgb(141,174,52); }
td.TdClassName
{
border-color: #8DAE34;
}
.TagClassName
{
border-color: #8DAE34;
}
</style>