Shades of Limerick #99AF20
Tints of Limerick #99AF20
RGB
CMYK
RGB Variations
Color information
#99AF20 (or 0x99AF20) is known color: Limerick. HEX triplet: 99, AF and 20. RGB value is (153,175,32). Sum of RGB (Red+Green+Blue) = 153+175+32=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF20 is #6650DF. Grayscale: #989898. Windows color (decimal): -6705376 or 2142105. OLE color: 2142105.
HSL color Cylindrical-coordinate representation of color #99AF20: hue angle of 69.23º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99AF20 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 32 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.31 |
| HSL | 69.23º | 0.69% | 0.41% | - |
| HSV(B) | 69.23º | 0.82% | 0.69% | - |
| XYZ | 28.73 | 37.54 | 7.1 | - |
| YUV | 152.12 | 60.21 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 32 | 0.13 | 0 | 0.82 | 0.31 | 69.23 | 0.69 | 0.41 |
| Hex | 99 | AF | 20 | D | 0 | 52 | 1F | 45 | 45 | 29 |
| Octal | 231 | 257 | 40 | 15 | 0 | 122 | 37 | 105 | 105 | 51 |
| Binary | 10011001 | 10101111 | 100000 | 1101 | 0 | 1010010 | 11111 | 1000101 | 1000101 | 101001 |
Color Harmonies of #99AF20
Complementary color
Monochromatic Colors of #99AF20
Black with #99AF20
Text Example
Text Example
White with #99AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF20; }
p { color: rgb(153,175,32); }
H1.HeaderClassName
{
color: #99AF20;
}
.AnyTagClassName
{
color: #99AF20;
}
</style>
background-color css
<style>
a { background-color: #99AF20; }
a { background-color: rgb(153,175,32); }
div.DivClassName
{
background-color: #99AF20;
}
.BgClassName
{
background-color: #99AF20;
}
</style>
border-color css
<style>
span { border-color: #99AF20; }
span { border-color: rgb(153,175,32); }
td.TdClassName
{
border-color: #99AF20;
}
.TagClassName
{
border-color: #99AF20;
}
</style>