Shades of Limerick #8DAA25
Tints of Limerick #8DAA25
RGB
CMYK
RGB Variations
Color information
#8DAA25 (or 0x8DAA25) is known color: Limerick. HEX triplet: 8D, AA and 25. RGB value is (141,170,37). Sum of RGB (Red+Green+Blue) = 141+170+37=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAA25 is #7255DA. Grayscale: #929292. Windows color (decimal): -7493083 or 2468493. OLE color: 2468493.
HSL color Cylindrical-coordinate representation of color #8DAA25: hue angle of 73.08º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8DAA25 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 170 | 37 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.33 |
| HSL | 73.08º | 0.64% | 0.41% | - |
| HSV(B) | 73.08º | 0.78% | 0.67% | - |
| XYZ | 25.69 | 34.55 | 7.06 | - |
| YUV | 146.17 | 66.39 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 37 | 0.17 | 0 | 0.78 | 0.33 | 73.08 | 0.64 | 0.41 |
| Hex | 8D | AA | 25 | 11 | 0 | 4E | 21 | 49 | 40 | 29 |
| Octal | 215 | 252 | 45 | 21 | 0 | 116 | 41 | 111 | 100 | 51 |
| Binary | 10001101 | 10101010 | 100101 | 10001 | 0 | 1001110 | 100001 | 1001001 | 1000000 | 101001 |
Color Harmonies of #8DAA25
Complementary color
Monochromatic Colors of #8DAA25
Black with #8DAA25
Text Example
Text Example
White with #8DAA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAA25; }
p { color: rgb(141,170,37); }
H1.HeaderClassName
{
color: #8DAA25;
}
.AnyTagClassName
{
color: #8DAA25;
}
</style>
background-color css
<style>
a { background-color: #8DAA25; }
a { background-color: rgb(141,170,37); }
div.DivClassName
{
background-color: #8DAA25;
}
.BgClassName
{
background-color: #8DAA25;
}
</style>
border-color css
<style>
span { border-color: #8DAA25; }
span { border-color: rgb(141,170,37); }
td.TdClassName
{
border-color: #8DAA25;
}
.TagClassName
{
border-color: #8DAA25;
}
</style>