Shades of Limerick #98AD3F
Tints of Limerick #98AD3F
RGB
CMYK
RGB Variations
Color information
#98AD3F (or 0x98AD3F) is known color: Limerick. HEX triplet: 98, AD and 3F. RGB value is (152,173,63). Sum of RGB (Red+Green+Blue) = 152+173+63=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #98AD3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AD3F is #6752C0. Grayscale: #9A9A9A. Windows color (decimal): -6771393 or 4173208. OLE color: 4173208.
HSL color Cylindrical-coordinate representation of color #98AD3F: hue angle of 71.45º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98AD3F is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 173 | 63 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.32 |
| HSL | 71.45º | 0.47% | 0.46% | - |
| HSV(B) | 71.45º | 0.64% | 0.68% | - |
| XYZ | 28.79 | 36.92 | 10.31 | - |
| YUV | 154.18 | 76.54 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 173 | 63 | 0.12 | 0 | 0.64 | 0.32 | 71.45 | 0.47 | 0.46 |
| Hex | 98 | AD | 3F | C | 0 | 40 | 20 | 47 | 2F | 2E |
| Octal | 230 | 255 | 77 | 14 | 0 | 100 | 40 | 107 | 57 | 56 |
| Binary | 10011000 | 10101101 | 111111 | 1100 | 0 | 1000000 | 100000 | 1000111 | 101111 | 101110 |
Color Harmonies of #98AD3F
Complementary color
Monochromatic Colors of #98AD3F
Black with #98AD3F
Text Example
Text Example
White with #98AD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AD3F; }
p { color: rgb(152,173,63); }
H1.HeaderClassName
{
color: #98AD3F;
}
.AnyTagClassName
{
color: #98AD3F;
}
</style>
background-color css
<style>
a { background-color: #98AD3F; }
a { background-color: rgb(152,173,63); }
div.DivClassName
{
background-color: #98AD3F;
}
.BgClassName
{
background-color: #98AD3F;
}
</style>
border-color css
<style>
span { border-color: #98AD3F; }
span { border-color: rgb(152,173,63); }
td.TdClassName
{
border-color: #98AD3F;
}
.TagClassName
{
border-color: #98AD3F;
}
</style>