Shades of Limerick #99AF25
Tints of Limerick #99AF25
RGB
CMYK
RGB Variations
Color information
#99AF25 (or 0x99AF25) is known color: Limerick. HEX triplet: 99, AF and 25. RGB value is (153,175,37). Sum of RGB (Red+Green+Blue) = 153+175+37=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AF25 is #6650DA. Grayscale: #999999. Windows color (decimal): -6705371 or 2469785. OLE color: 2469785.
HSL color Cylindrical-coordinate representation of color #99AF25: hue angle of 69.57º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #99AF25 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 37 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.31 |
| HSL | 69.57º | 0.65% | 0.42% | - |
| HSV(B) | 69.57º | 0.79% | 0.69% | - |
| XYZ | 28.8 | 37.57 | 7.48 | - |
| YUV | 152.69 | 62.71 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 37 | 0.13 | 0 | 0.79 | 0.31 | 69.57 | 0.65 | 0.42 |
| Hex | 99 | AF | 25 | D | 0 | 4F | 1F | 46 | 41 | 2A |
| Octal | 231 | 257 | 45 | 15 | 0 | 117 | 37 | 106 | 101 | 52 |
| Binary | 10011001 | 10101111 | 100101 | 1101 | 0 | 1001111 | 11111 | 1000110 | 1000001 | 101010 |
Color Harmonies of #99AF25
Complementary color
Monochromatic Colors of #99AF25
Black with #99AF25
Text Example
Text Example
White with #99AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF25; }
p { color: rgb(153,175,37); }
H1.HeaderClassName
{
color: #99AF25;
}
.AnyTagClassName
{
color: #99AF25;
}
</style>
background-color css
<style>
a { background-color: #99AF25; }
a { background-color: rgb(153,175,37); }
div.DivClassName
{
background-color: #99AF25;
}
.BgClassName
{
background-color: #99AF25;
}
</style>
border-color css
<style>
span { border-color: #99AF25; }
span { border-color: rgb(153,175,37); }
td.TdClassName
{
border-color: #99AF25;
}
.TagClassName
{
border-color: #99AF25;
}
</style>