Shades of Limerick #8DAA14
Tints of Limerick #8DAA14
RGB
CMYK
RGB Variations
Color information
#8DAA14 (or 0x8DAA14) is known color: Limerick. HEX triplet: 8D, AA and 14. RGB value is (141,170,20). Sum of RGB (Red+Green+Blue) = 141+170+20=331 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.60% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8DAA14 is #7255EB. Grayscale: #909090. Windows color (decimal): -7493100 or 1354381. OLE color: 1354381.
HSL color Cylindrical-coordinate representation of color #8DAA14: hue angle of 71.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DAA14 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 20 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.33 |
| HSL | 71.6º | 0.79% | 0.37% | - |
| HSV(B) | 71.6º | 0.88% | 0.67% | - |
| XYZ | 25.49 | 34.46 | 5.97 | - |
| YUV | 144.23 | 57.89 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 20 | 0.17 | 0 | 0.88 | 0.33 | 71.6 | 0.79 | 0.37 |
| Hex | 8D | AA | 14 | 11 | 0 | 58 | 21 | 48 | 4F | 25 |
| Octal | 215 | 252 | 24 | 21 | 0 | 130 | 41 | 110 | 117 | 45 |
| Binary | 10001101 | 10101010 | 10100 | 10001 | 0 | 1011000 | 100001 | 1001000 | 1001111 | 100101 |
Color Harmonies of #8DAA14
Complementary color
Monochromatic Colors of #8DAA14
Black with #8DAA14
Text Example
Text Example
White with #8DAA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA14; }
p { color: rgb(141,170,20); }
H1.HeaderClassName
{
color: #8DAA14;
}
.AnyTagClassName
{
color: #8DAA14;
}
</style>
background-color css
<style>
a { background-color: #8DAA14; }
a { background-color: rgb(141,170,20); }
div.DivClassName
{
background-color: #8DAA14;
}
.BgClassName
{
background-color: #8DAA14;
}
</style>
border-color css
<style>
span { border-color: #8DAA14; }
span { border-color: rgb(141,170,20); }
td.TdClassName
{
border-color: #8DAA14;
}
.TagClassName
{
border-color: #8DAA14;
}
</style>