Shades of Limerick #8DAC30
Tints of Limerick #8DAC30
RGB
CMYK
RGB Variations
Color information
#8DAC30 (or 0x8DAC30) is known color: Limerick. HEX triplet: 8D, AC and 30. RGB value is (141,172,48). Sum of RGB (Red+Green+Blue) = 141+172+48=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC30 is #7253CF. Grayscale: #959595. Windows color (decimal): -7492560 or 3189901. OLE color: 3189901.
HSL color Cylindrical-coordinate representation of color #8DAC30: hue angle of 75º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DAC30 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 172 | 48 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.33 |
| HSL | 75º | 0.56% | 0.43% | - |
| HSV(B) | 75º | 0.72% | 0.67% | - |
| XYZ | 26.27 | 35.38 | 8.24 | - |
| YUV | 148.6 | 71.23 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 48 | 0.18 | 0 | 0.72 | 0.33 | 75 | 0.56 | 0.43 |
| Hex | 8D | AC | 30 | 12 | 0 | 48 | 21 | 4B | 38 | 2B |
| Octal | 215 | 254 | 60 | 22 | 0 | 110 | 41 | 113 | 70 | 53 |
| Binary | 10001101 | 10101100 | 110000 | 10010 | 0 | 1001000 | 100001 | 1001011 | 111000 | 101011 |
Color Harmonies of #8DAC30
Complementary color
Monochromatic Colors of #8DAC30
Black with #8DAC30
Text Example
Text Example
White with #8DAC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAC30; }
p { color: rgb(141,172,48); }
H1.HeaderClassName
{
color: #8DAC30;
}
.AnyTagClassName
{
color: #8DAC30;
}
</style>
background-color css
<style>
a { background-color: #8DAC30; }
a { background-color: rgb(141,172,48); }
div.DivClassName
{
background-color: #8DAC30;
}
.BgClassName
{
background-color: #8DAC30;
}
</style>
border-color css
<style>
span { border-color: #8DAC30; }
span { border-color: rgb(141,172,48); }
td.TdClassName
{
border-color: #8DAC30;
}
.TagClassName
{
border-color: #8DAC30;
}
</style>