Shades of Limerick #98AF28
Tints of Limerick #98AF28
RGB
CMYK
RGB Variations
Color information
#98AF28 (or 0x98AF28) is known color: Limerick. HEX triplet: 98, AF and 28. RGB value is (152,175,40). Sum of RGB (Red+Green+Blue) = 152+175+40=367 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.42% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AF28 is #6750D7. Grayscale: #999999. Windows color (decimal): -6770904 or 2666392. OLE color: 2666392.
HSL color Cylindrical-coordinate representation of color #98AF28: hue angle of 70.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98AF28 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 175 | 40 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.31 |
| HSL | 70.22º | 0.63% | 0.42% | - |
| HSV(B) | 70.22º | 0.77% | 0.69% | - |
| XYZ | 28.66 | 37.49 | 7.73 | - |
| YUV | 152.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 40 | 0.13 | 0 | 0.77 | 0.31 | 70.22 | 0.63 | 0.42 |
| Hex | 98 | AF | 28 | D | 0 | 4D | 1F | 46 | 3F | 2A |
| Octal | 230 | 257 | 50 | 15 | 0 | 115 | 37 | 106 | 77 | 52 |
| Binary | 10011000 | 10101111 | 101000 | 1101 | 0 | 1001101 | 11111 | 1000110 | 111111 | 101010 |
Color Harmonies of #98AF28
Complementary color
Monochromatic Colors of #98AF28
Black with #98AF28
Text Example
Text Example
White with #98AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AF28; }
p { color: rgb(152,175,40); }
H1.HeaderClassName
{
color: #98AF28;
}
.AnyTagClassName
{
color: #98AF28;
}
</style>
background-color css
<style>
a { background-color: #98AF28; }
a { background-color: rgb(152,175,40); }
div.DivClassName
{
background-color: #98AF28;
}
.BgClassName
{
background-color: #98AF28;
}
</style>
border-color css
<style>
span { border-color: #98AF28; }
span { border-color: rgb(152,175,40); }
td.TdClassName
{
border-color: #98AF28;
}
.TagClassName
{
border-color: #98AF28;
}
</style>