Shades of Limerick #8FA925
Tints of Limerick #8FA925
RGB
CMYK
RGB Variations
Color information
#8FA925 (or 0x8FA925) is known color: Limerick. HEX triplet: 8F, A9 and 25. RGB value is (143,169,37). Sum of RGB (Red+Green+Blue) = 143+169+37=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 169 (66.41% from 255 or 48.42% from 349); Blue value is 37 (14.84% from 255 or 10.60% from 349); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA925 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA925 is #7056DA. Grayscale: #929292. Windows color (decimal): -7362267 or 2468239. OLE color: 2468239.
HSL color Cylindrical-coordinate representation of color #8FA925: hue angle of 71.82º 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 #8FA925 is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 169 | 37 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.34 |
| HSL | 71.82º | 0.64% | 0.4% | - |
| HSV(B) | 71.82º | 0.78% | 0.66% | - |
| XYZ | 25.85 | 34.35 | 7.02 | - |
| YUV | 146.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 37 | 0.15 | 0 | 0.78 | 0.34 | 71.82 | 0.64 | 0.4 |
| Hex | 8F | A9 | 25 | F | 0 | 4E | 22 | 48 | 40 | 28 |
| Octal | 217 | 251 | 45 | 17 | 0 | 116 | 42 | 110 | 100 | 50 |
| Binary | 10001111 | 10101001 | 100101 | 1111 | 0 | 1001110 | 100010 | 1001000 | 1000000 | 101000 |
Color Harmonies of #8FA925
Complementary color
Monochromatic Colors of #8FA925
Black with #8FA925
Text Example
Text Example
White with #8FA925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA925; }
p { color: rgb(143,169,37); }
H1.HeaderClassName
{
color: #8FA925;
}
.AnyTagClassName
{
color: #8FA925;
}
</style>
background-color css
<style>
a { background-color: #8FA925; }
a { background-color: rgb(143,169,37); }
div.DivClassName
{
background-color: #8FA925;
}
.BgClassName
{
background-color: #8FA925;
}
</style>
border-color css
<style>
span { border-color: #8FA925; }
span { border-color: rgb(143,169,37); }
td.TdClassName
{
border-color: #8FA925;
}
.TagClassName
{
border-color: #8FA925;
}
</style>