Shades of Limerick #8DA73C
Tints of Limerick #8DA73C
RGB
CMYK
RGB Variations
Color information
#8DA73C (or 0x8DA73C) is known color: Limerick. HEX triplet: 8D, A7 and 3C. RGB value is (141,167,60). Sum of RGB (Red+Green+Blue) = 141+167+60=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 167 (65.62% from 255 or 45.38% from 368); Blue value is 60 (23.83% from 255 or 16.30% from 368); Max value from RGB is 167 - color contains mainly: green. Hex color #8DA73C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA73C is #7258C3. Grayscale: #939393. Windows color (decimal): -7493828 or 3975053. OLE color: 3975053.
HSL color Cylindrical-coordinate representation of color #8DA73C: hue angle of 74.58º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DA73C is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 167 | 60 | - |
| CMYK | 0.16 | 0 | 0.64 | 0.35 |
| HSL | 74.58º | 0.47% | 0.45% | - |
| HSV(B) | 74.58º | 0.64% | 0.65% | - |
| XYZ | 25.62 | 33.63 | 9.42 | - |
| YUV | 147.03 | 78.89 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 60 | 0.16 | 0 | 0.64 | 0.35 | 74.58 | 0.47 | 0.45 |
| Hex | 8D | A7 | 3C | 10 | 0 | 40 | 23 | 4B | 2F | 2D |
| Octal | 215 | 247 | 74 | 20 | 0 | 100 | 43 | 113 | 57 | 55 |
| Binary | 10001101 | 10100111 | 111100 | 10000 | 0 | 1000000 | 100011 | 1001011 | 101111 | 101101 |
Color Harmonies of #8DA73C
Complementary color
Monochromatic Colors of #8DA73C
Black with #8DA73C
Text Example
Text Example
White with #8DA73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA73C; }
p { color: rgb(141,167,60); }
H1.HeaderClassName
{
color: #8DA73C;
}
.AnyTagClassName
{
color: #8DA73C;
}
</style>
background-color css
<style>
a { background-color: #8DA73C; }
a { background-color: rgb(141,167,60); }
div.DivClassName
{
background-color: #8DA73C;
}
.BgClassName
{
background-color: #8DA73C;
}
</style>
border-color css
<style>
span { border-color: #8DA73C; }
span { border-color: rgb(141,167,60); }
td.TdClassName
{
border-color: #8DA73C;
}
.TagClassName
{
border-color: #8DA73C;
}
</style>