Shades of Limerick #98AF1D
Tints of Limerick #98AF1D
RGB
CMYK
RGB Variations
Color information
#98AF1D (or 0x98AF1D) is known color: Limerick. HEX triplet: 98, AF and 1D. RGB value is (152,175,29). Sum of RGB (Red+Green+Blue) = 152+175+29=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AF1D is #6750E2. Grayscale: #989898. Windows color (decimal): -6770915 or 1945496. OLE color: 1945496.
HSL color Cylindrical-coordinate representation of color #98AF1D: hue angle of 69.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98AF1D is Cyan = 0.13, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 175 | 29 | - |
| CMYK | 0.13 | 0 | 0.83 | 0.31 |
| HSL | 69.45º | 0.72% | 0.4% | - |
| HSV(B) | 69.45º | 0.83% | 0.69% | - |
| XYZ | 28.5 | 37.42 | 6.88 | - |
| YUV | 151.48 | 58.88 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 175 | 29 | 0.13 | 0 | 0.83 | 0.31 | 69.45 | 0.72 | 0.4 |
| Hex | 98 | AF | 1D | D | 0 | 53 | 1F | 45 | 48 | 28 |
| Octal | 230 | 257 | 35 | 15 | 0 | 123 | 37 | 105 | 110 | 50 |
| Binary | 10011000 | 10101111 | 11101 | 1101 | 0 | 1010011 | 11111 | 1000101 | 1001000 | 101000 |
Color Harmonies of #98AF1D
Complementary color
Monochromatic Colors of #98AF1D
Black with #98AF1D
Text Example
Text Example
White with #98AF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AF1D; }
p { color: rgb(152,175,29); }
H1.HeaderClassName
{
color: #98AF1D;
}
.AnyTagClassName
{
color: #98AF1D;
}
</style>
background-color css
<style>
a { background-color: #98AF1D; }
a { background-color: rgb(152,175,29); }
div.DivClassName
{
background-color: #98AF1D;
}
.BgClassName
{
background-color: #98AF1D;
}
</style>
border-color css
<style>
span { border-color: #98AF1D; }
span { border-color: rgb(152,175,29); }
td.TdClassName
{
border-color: #98AF1D;
}
.TagClassName
{
border-color: #98AF1D;
}
</style>