Shades of Limerick #8DA632
Tints of Limerick #8DA632
RGB
CMYK
RGB Variations
Color information
#8DA632 (or 0x8DA632) is known color: Limerick. HEX triplet: 8D, A6 and 32. RGB value is (141,166,50). Sum of RGB (Red+Green+Blue) = 141+166+50=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA632 is #7259CD. Grayscale: #919191. Windows color (decimal): -7494094 or 3319437. OLE color: 3319437.
HSL color Cylindrical-coordinate representation of color #8DA632: hue angle of 72.93º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DA632 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 166 | 50 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.35 |
| HSL | 72.93º | 0.54% | 0.42% | - |
| HSV(B) | 72.93º | 0.7% | 0.65% | - |
| XYZ | 25.2 | 33.17 | 8.09 | - |
| YUV | 145.3 | 74.22 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 166 | 50 | 0.15 | 0 | 0.70 | 0.35 | 72.93 | 0.54 | 0.42 |
| Hex | 8D | A6 | 32 | F | 0 | 46 | 23 | 49 | 36 | 2A |
| Octal | 215 | 246 | 62 | 17 | 0 | 106 | 43 | 111 | 66 | 52 |
| Binary | 10001101 | 10100110 | 110010 | 1111 | 0 | 1000110 | 100011 | 1001001 | 110110 | 101010 |
Color Harmonies of #8DA632
Complementary color
Monochromatic Colors of #8DA632
Black with #8DA632
Text Example
Text Example
White with #8DA632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA632; }
p { color: rgb(141,166,50); }
H1.HeaderClassName
{
color: #8DA632;
}
.AnyTagClassName
{
color: #8DA632;
}
</style>
background-color css
<style>
a { background-color: #8DA632; }
a { background-color: rgb(141,166,50); }
div.DivClassName
{
background-color: #8DA632;
}
.BgClassName
{
background-color: #8DA632;
}
</style>
border-color css
<style>
span { border-color: #8DA632; }
span { border-color: rgb(141,166,50); }
td.TdClassName
{
border-color: #8DA632;
}
.TagClassName
{
border-color: #8DA632;
}
</style>