Shades of Limerick #8DAE29
Tints of Limerick #8DAE29
RGB
CMYK
RGB Variations
Color information
#8DAE29 (or 0x8DAE29) is known color: Limerick. HEX triplet: 8D, AE and 29. RGB value is (141,174,41). Sum of RGB (Red+Green+Blue) = 141+174+41=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAE29 is #7251D6. Grayscale: #959595. Windows color (decimal): -7492055 or 2731661. OLE color: 2731661.
HSL color Cylindrical-coordinate representation of color #8DAE29: hue angle of 74.89º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DAE29 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 41 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.32 |
| HSL | 74.89º | 0.62% | 0.42% | - |
| HSV(B) | 74.89º | 0.76% | 0.68% | - |
| XYZ | 26.52 | 36.09 | 7.67 | - |
| YUV | 148.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 41 | 0.19 | 0 | 0.76 | 0.32 | 74.89 | 0.62 | 0.42 |
| Hex | 8D | AE | 29 | 13 | 0 | 4C | 20 | 4B | 3E | 2A |
| Octal | 215 | 256 | 51 | 23 | 0 | 114 | 40 | 113 | 76 | 52 |
| Binary | 10001101 | 10101110 | 101001 | 10011 | 0 | 1001100 | 100000 | 1001011 | 111110 | 101010 |
Color Harmonies of #8DAE29
Complementary color
Monochromatic Colors of #8DAE29
Black with #8DAE29
Text Example
Text Example
White with #8DAE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE29; }
p { color: rgb(141,174,41); }
H1.HeaderClassName
{
color: #8DAE29;
}
.AnyTagClassName
{
color: #8DAE29;
}
</style>
background-color css
<style>
a { background-color: #8DAE29; }
a { background-color: rgb(141,174,41); }
div.DivClassName
{
background-color: #8DAE29;
}
.BgClassName
{
background-color: #8DAE29;
}
</style>
border-color css
<style>
span { border-color: #8DAE29; }
span { border-color: rgb(141,174,41); }
td.TdClassName
{
border-color: #8DAE29;
}
.TagClassName
{
border-color: #8DAE29;
}
</style>