Shades of Limerick #99AB40
Tints of Limerick #99AB40
RGB
CMYK
RGB Variations
Color information
#99AB40 (or 0x99AB40) is known color: Limerick. HEX triplet: 99, AB and 40. RGB value is (153,171,64). Sum of RGB (Red+Green+Blue) = 153+171+64=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 171 - color contains mainly: green. Hex color #99AB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AB40 is #6654BF. Grayscale: #999999. Windows color (decimal): -6706368 or 4238233. OLE color: 4238233.
HSL color Cylindrical-coordinate representation of color #99AB40: hue angle of 70.09º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #99AB40 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 171 | 64 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.33 |
| HSL | 70.09º | 0.46% | 0.46% | - |
| HSV(B) | 70.09º | 0.63% | 0.67% | - |
| XYZ | 28.63 | 36.27 | 10.34 | - |
| YUV | 153.42 | 77.54 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 171 | 64 | 0.11 | 0 | 0.63 | 0.33 | 70.09 | 0.46 | 0.46 |
| Hex | 99 | AB | 40 | B | 0 | 3F | 21 | 46 | 2E | 2E |
| Octal | 231 | 253 | 100 | 13 | 0 | 77 | 41 | 106 | 56 | 56 |
| Binary | 10011001 | 10101011 | 1000000 | 1011 | 0 | 111111 | 100001 | 1000110 | 101110 | 101110 |
Color Harmonies of #99AB40
Complementary color
Monochromatic Colors of #99AB40
Black with #99AB40
Text Example
Text Example
White with #99AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AB40; }
p { color: rgb(153,171,64); }
H1.HeaderClassName
{
color: #99AB40;
}
.AnyTagClassName
{
color: #99AB40;
}
</style>
background-color css
<style>
a { background-color: #99AB40; }
a { background-color: rgb(153,171,64); }
div.DivClassName
{
background-color: #99AB40;
}
.BgClassName
{
background-color: #99AB40;
}
</style>
border-color css
<style>
span { border-color: #99AB40; }
span { border-color: rgb(153,171,64); }
td.TdClassName
{
border-color: #99AB40;
}
.TagClassName
{
border-color: #99AB40;
}
</style>