Shades of Limerick #99AF28
Tints of Limerick #99AF28
RGB
CMYK
RGB Variations
Color information
#99AF28 (or 0x99AF28) is known color: Limerick. HEX triplet: 99, AF and 28. RGB value is (153,175,40). Sum of RGB (Red+Green+Blue) = 153+175+40=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF28 is #6650D7. Grayscale: #999999. Windows color (decimal): -6705368 or 2666393. OLE color: 2666393.
HSL color Cylindrical-coordinate representation of color #99AF28: hue angle of 69.78º 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 #99AF28 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 40 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.31 |
| HSL | 69.78º | 0.63% | 0.42% | - |
| HSV(B) | 69.78º | 0.77% | 0.69% | - |
| XYZ | 28.85 | 37.59 | 7.74 | - |
| YUV | 153.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 40 | 0.13 | 0 | 0.77 | 0.31 | 69.78 | 0.63 | 0.42 |
| Hex | 99 | AF | 28 | D | 0 | 4D | 1F | 46 | 3F | 2A |
| Octal | 231 | 257 | 50 | 15 | 0 | 115 | 37 | 106 | 77 | 52 |
| Binary | 10011001 | 10101111 | 101000 | 1101 | 0 | 1001101 | 11111 | 1000110 | 111111 | 101010 |
Color Harmonies of #99AF28
Complementary color
Monochromatic Colors of #99AF28
Black with #99AF28
Text Example
Text Example
White with #99AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF28; }
p { color: rgb(153,175,40); }
H1.HeaderClassName
{
color: #99AF28;
}
.AnyTagClassName
{
color: #99AF28;
}
</style>
background-color css
<style>
a { background-color: #99AF28; }
a { background-color: rgb(153,175,40); }
div.DivClassName
{
background-color: #99AF28;
}
.BgClassName
{
background-color: #99AF28;
}
</style>
border-color css
<style>
span { border-color: #99AF28; }
span { border-color: rgb(153,175,40); }
td.TdClassName
{
border-color: #99AF28;
}
.TagClassName
{
border-color: #99AF28;
}
</style>