Shades of Limerick #8FAD25
Tints of Limerick #8FAD25
RGB
CMYK
RGB Variations
Color information
#8FAD25 (or 0x8FAD25) is known color: Limerick. HEX triplet: 8F, AD and 25. RGB value is (143,173,37). Sum of RGB (Red+Green+Blue) = 143+173+37=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 173 (67.97% from 255 or 49.01% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAD25 is #7052DA. Grayscale: #959595. Windows color (decimal): -7361243 or 2469263. OLE color: 2469263.
HSL color Cylindrical-coordinate representation of color #8FAD25: hue angle of 73.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FAD25 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 143 | 173 | 37 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.32 |
| HSL | 73.24º | 0.65% | 0.41% | - |
| HSV(B) | 73.24º | 0.79% | 0.68% | - |
| XYZ | 26.61 | 35.86 | 7.27 | - |
| YUV | 148.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 37 | 0.17 | 0 | 0.79 | 0.32 | 73.24 | 0.65 | 0.41 |
| Hex | 8F | AD | 25 | 11 | 0 | 4F | 20 | 49 | 41 | 29 |
| Octal | 217 | 255 | 45 | 21 | 0 | 117 | 40 | 111 | 101 | 51 |
| Binary | 10001111 | 10101101 | 100101 | 10001 | 0 | 1001111 | 100000 | 1001001 | 1000001 | 101001 |
Color Harmonies of #8FAD25
Complementary color
Monochromatic Colors of #8FAD25
Black with #8FAD25
Text Example
Text Example
White with #8FAD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FAD25; }
p { color: rgb(143,173,37); }
H1.HeaderClassName
{
color: #8FAD25;
}
.AnyTagClassName
{
color: #8FAD25;
}
</style>
background-color css
<style>
a { background-color: #8FAD25; }
a { background-color: rgb(143,173,37); }
div.DivClassName
{
background-color: #8FAD25;
}
.BgClassName
{
background-color: #8FAD25;
}
</style>
border-color css
<style>
span { border-color: #8FAD25; }
span { border-color: rgb(143,173,37); }
td.TdClassName
{
border-color: #8FAD25;
}
.TagClassName
{
border-color: #8FAD25;
}
</style>