Shades of Limerick #99AF37
Tints of Limerick #99AF37
RGB
CMYK
RGB Variations
Color information
#99AF37 (or 0x99AF37) is known color: Limerick. HEX triplet: 99, AF and 37. RGB value is (153,175,55). Sum of RGB (Red+Green+Blue) = 153+175+55=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 55 (21.88% from 255 or 14.36% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF37 is #6650C8. Grayscale: #9B9B9B. Windows color (decimal): -6705353 or 3649433. OLE color: 3649433.
HSL color Cylindrical-coordinate representation of color #99AF37: hue angle of 71º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99AF37 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 55 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.31 |
| HSL | 71º | 0.52% | 0.45% | - |
| HSV(B) | 71º | 0.69% | 0.69% | - |
| XYZ | 29.16 | 37.71 | 9.36 | - |
| YUV | 154.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 55 | 0.13 | 0 | 0.69 | 0.31 | 71 | 0.52 | 0.45 |
| Hex | 99 | AF | 37 | D | 0 | 45 | 1F | 47 | 34 | 2D |
| Octal | 231 | 257 | 67 | 15 | 0 | 105 | 37 | 107 | 64 | 55 |
| Binary | 10011001 | 10101111 | 110111 | 1101 | 0 | 1000101 | 11111 | 1000111 | 110100 | 101101 |
Color Harmonies of #99AF37
Complementary color
Monochromatic Colors of #99AF37
Black with #99AF37
Text Example
Text Example
White with #99AF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF37; }
p { color: rgb(153,175,55); }
H1.HeaderClassName
{
color: #99AF37;
}
.AnyTagClassName
{
color: #99AF37;
}
</style>
background-color css
<style>
a { background-color: #99AF37; }
a { background-color: rgb(153,175,55); }
div.DivClassName
{
background-color: #99AF37;
}
.BgClassName
{
background-color: #99AF37;
}
</style>
border-color css
<style>
span { border-color: #99AF37; }
span { border-color: rgb(153,175,55); }
td.TdClassName
{
border-color: #99AF37;
}
.TagClassName
{
border-color: #99AF37;
}
</style>