Shades of Limerick #8DA428
Tints of Limerick #8DA428
RGB
CMYK
RGB Variations
Color information
#8DA428 (or 0x8DA428) is known color: Limerick. HEX triplet: 8D, A4 and 28. RGB value is (141,164,40). Sum of RGB (Red+Green+Blue) = 141+164+40=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA428 is #725BD7. Grayscale: #8F8F8F. Windows color (decimal): -7494616 or 2663565. OLE color: 2663565.
HSL color Cylindrical-coordinate representation of color #8DA428: hue angle of 71.13º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8DA428 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 164 | 40 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.36 |
| HSL | 71.13º | 0.61% | 0.4% | - |
| HSV(B) | 71.13º | 0.76% | 0.64% | - |
| XYZ | 24.64 | 32.37 | 6.96 | - |
| YUV | 142.99 | 69.88 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 164 | 40 | 0.14 | 0 | 0.76 | 0.36 | 71.13 | 0.61 | 0.4 |
| Hex | 8D | A4 | 28 | E | 0 | 4C | 24 | 47 | 3D | 28 |
| Octal | 215 | 244 | 50 | 16 | 0 | 114 | 44 | 107 | 75 | 50 |
| Binary | 10001101 | 10100100 | 101000 | 1110 | 0 | 1001100 | 100100 | 1000111 | 111101 | 101000 |
Color Harmonies of #8DA428
Complementary color
Monochromatic Colors of #8DA428
Black with #8DA428
Text Example
Text Example
White with #8DA428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA428; }
p { color: rgb(141,164,40); }
H1.HeaderClassName
{
color: #8DA428;
}
.AnyTagClassName
{
color: #8DA428;
}
</style>
background-color css
<style>
a { background-color: #8DA428; }
a { background-color: rgb(141,164,40); }
div.DivClassName
{
background-color: #8DA428;
}
.BgClassName
{
background-color: #8DA428;
}
</style>
border-color css
<style>
span { border-color: #8DA428; }
span { border-color: rgb(141,164,40); }
td.TdClassName
{
border-color: #8DA428;
}
.TagClassName
{
border-color: #8DA428;
}
</style>