Shades of Limerick #8FA825
Tints of Limerick #8FA825
RGB
CMYK
RGB Variations
Color information
#8FA825 (or 0x8FA825) is known color: Limerick. HEX triplet: 8F, A8 and 25. RGB value is (143,168,37). Sum of RGB (Red+Green+Blue) = 143+168+37=348 (46% of max value = 765). Red value is 143 (56.25% from 255 or 41.09% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA825 is #7057DA. Grayscale: #929292. Windows color (decimal): -7362523 or 2467983. OLE color: 2467983.
HSL color Cylindrical-coordinate representation of color #8FA825: hue angle of 71.45º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FA825 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 168 | 37 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.34 |
| HSL | 71.45º | 0.64% | 0.4% | - |
| HSV(B) | 71.45º | 0.78% | 0.66% | - |
| XYZ | 25.66 | 33.98 | 6.96 | - |
| YUV | 145.59 | 66.72 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 37 | 0.15 | 0 | 0.78 | 0.34 | 71.45 | 0.64 | 0.4 |
| Hex | 8F | A8 | 25 | F | 0 | 4E | 22 | 47 | 40 | 28 |
| Octal | 217 | 250 | 45 | 17 | 0 | 116 | 42 | 107 | 100 | 50 |
| Binary | 10001111 | 10101000 | 100101 | 1111 | 0 | 1001110 | 100010 | 1000111 | 1000000 | 101000 |
Color Harmonies of #8FA825
Complementary color
Monochromatic Colors of #8FA825
Black with #8FA825
Text Example
Text Example
White with #8FA825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA825; }
p { color: rgb(143,168,37); }
H1.HeaderClassName
{
color: #8FA825;
}
.AnyTagClassName
{
color: #8FA825;
}
</style>
background-color css
<style>
a { background-color: #8FA825; }
a { background-color: rgb(143,168,37); }
div.DivClassName
{
background-color: #8FA825;
}
.BgClassName
{
background-color: #8FA825;
}
</style>
border-color css
<style>
span { border-color: #8FA825; }
span { border-color: rgb(143,168,37); }
td.TdClassName
{
border-color: #8FA825;
}
.TagClassName
{
border-color: #8FA825;
}
</style>