Shades of Limerick #8DAE1C
Tints of Limerick #8DAE1C
RGB
CMYK
RGB Variations
Color information
#8DAE1C (or 0x8DAE1C) is known color: Limerick. HEX triplet: 8D, AE and 1C. RGB value is (141,174,28). Sum of RGB (Red+Green+Blue) = 141+174+28=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAE1C is #7251E3. Grayscale: #949494. Windows color (decimal): -7492068 or 1879693. OLE color: 1879693.
HSL color Cylindrical-coordinate representation of color #8DAE1C: hue angle of 73.56º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8DAE1C is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 174 | 28 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.32 |
| HSL | 73.56º | 0.72% | 0.4% | - |
| HSV(B) | 73.56º | 0.84% | 0.68% | - |
| XYZ | 26.33 | 36.02 | 6.66 | - |
| YUV | 147.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 28 | 0.19 | 0 | 0.84 | 0.32 | 73.56 | 0.72 | 0.4 |
| Hex | 8D | AE | 1C | 13 | 0 | 54 | 20 | 4A | 48 | 28 |
| Octal | 215 | 256 | 34 | 23 | 0 | 124 | 40 | 112 | 110 | 50 |
| Binary | 10001101 | 10101110 | 11100 | 10011 | 0 | 1010100 | 100000 | 1001010 | 1001000 | 101000 |
Color Harmonies of #8DAE1C
Complementary color
Monochromatic Colors of #8DAE1C
Black with #8DAE1C
Text Example
Text Example
White with #8DAE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAE1C; }
p { color: rgb(141,174,28); }
H1.HeaderClassName
{
color: #8DAE1C;
}
.AnyTagClassName
{
color: #8DAE1C;
}
</style>
background-color css
<style>
a { background-color: #8DAE1C; }
a { background-color: rgb(141,174,28); }
div.DivClassName
{
background-color: #8DAE1C;
}
.BgClassName
{
background-color: #8DAE1C;
}
</style>
border-color css
<style>
span { border-color: #8DAE1C; }
span { border-color: rgb(141,174,28); }
td.TdClassName
{
border-color: #8DAE1C;
}
.TagClassName
{
border-color: #8DAE1C;
}
</style>