Shades of Limerick #8DA236
Tints of Limerick #8DA236
RGB
CMYK
RGB Variations
Color information
#8DA236 (or 0x8DA236) is known color: Limerick. HEX triplet: 8D, A2 and 36. RGB value is (141,162,54). Sum of RGB (Red+Green+Blue) = 141+162+54=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA236 is #725DC9. Grayscale: #8F8F8F. Windows color (decimal): -7495114 or 3580557. OLE color: 3580557.
HSL color Cylindrical-coordinate representation of color #8DA236: hue angle of 71.67º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8DA236 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 162 | 54 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.36 |
| HSL | 71.67º | 0.5% | 0.42% | - |
| HSV(B) | 71.67º | 0.67% | 0.64% | - |
| XYZ | 24.57 | 31.77 | 8.33 | - |
| YUV | 143.41 | 77.54 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 54 | 0.13 | 0 | 0.67 | 0.36 | 71.67 | 0.5 | 0.42 |
| Hex | 8D | A2 | 36 | D | 0 | 43 | 24 | 48 | 32 | 2A |
| Octal | 215 | 242 | 66 | 15 | 0 | 103 | 44 | 110 | 62 | 52 |
| Binary | 10001101 | 10100010 | 110110 | 1101 | 0 | 1000011 | 100100 | 1001000 | 110010 | 101010 |
Color Harmonies of #8DA236
Complementary color
Monochromatic Colors of #8DA236
Black with #8DA236
Text Example
Text Example
White with #8DA236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA236; }
p { color: rgb(141,162,54); }
H1.HeaderClassName
{
color: #8DA236;
}
.AnyTagClassName
{
color: #8DA236;
}
</style>
background-color css
<style>
a { background-color: #8DA236; }
a { background-color: rgb(141,162,54); }
div.DivClassName
{
background-color: #8DA236;
}
.BgClassName
{
background-color: #8DA236;
}
</style>
border-color css
<style>
span { border-color: #8DA236; }
span { border-color: rgb(141,162,54); }
td.TdClassName
{
border-color: #8DA236;
}
.TagClassName
{
border-color: #8DA236;
}
</style>