Shades of Limerick #99AF21
Tints of Limerick #99AF21
RGB
CMYK
RGB Variations
Color information
#99AF21 (or 0x99AF21) is known color: Limerick. HEX triplet: 99, AF and 21. RGB value is (153,175,33). Sum of RGB (Red+Green+Blue) = 153+175+33=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 33 (13.28% from 255 or 9.14% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF21 is #6650DE. Grayscale: #989898. Windows color (decimal): -6705375 or 2207641. OLE color: 2207641.
HSL color Cylindrical-coordinate representation of color #99AF21: hue angle of 69.3º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #99AF21 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 33 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.31 |
| HSL | 69.3º | 0.68% | 0.41% | - |
| HSV(B) | 69.3º | 0.81% | 0.69% | - |
| XYZ | 28.74 | 37.54 | 7.17 | - |
| YUV | 152.23 | 60.71 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 33 | 0.13 | 0 | 0.81 | 0.31 | 69.3 | 0.68 | 0.41 |
| Hex | 99 | AF | 21 | D | 0 | 51 | 1F | 45 | 44 | 29 |
| Octal | 231 | 257 | 41 | 15 | 0 | 121 | 37 | 105 | 104 | 51 |
| Binary | 10011001 | 10101111 | 100001 | 1101 | 0 | 1010001 | 11111 | 1000101 | 1000100 | 101001 |
Color Harmonies of #99AF21
Complementary color
Monochromatic Colors of #99AF21
Black with #99AF21
Text Example
Text Example
White with #99AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF21; }
p { color: rgb(153,175,33); }
H1.HeaderClassName
{
color: #99AF21;
}
.AnyTagClassName
{
color: #99AF21;
}
</style>
background-color css
<style>
a { background-color: #99AF21; }
a { background-color: rgb(153,175,33); }
div.DivClassName
{
background-color: #99AF21;
}
.BgClassName
{
background-color: #99AF21;
}
</style>
border-color css
<style>
span { border-color: #99AF21; }
span { border-color: rgb(153,175,33); }
td.TdClassName
{
border-color: #99AF21;
}
.TagClassName
{
border-color: #99AF21;
}
</style>