Shades of Limerick #99AD35
Tints of Limerick #99AD35
RGB
CMYK
RGB Variations
Color information
#99AD35 (or 0x99AD35) is known color: Limerick. HEX triplet: 99, AD and 35. RGB value is (153,173,53). Sum of RGB (Red+Green+Blue) = 153+173+53=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 53 (21.09% from 255 or 13.98% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #99AD35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AD35 is #6652CA. Grayscale: #999999. Windows color (decimal): -6705867 or 3517849. OLE color: 3517849.
HSL color Cylindrical-coordinate representation of color #99AD35: hue angle of 70º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99AD35 is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 173 | 53 | - |
| CMYK | 0.12 | 0 | 0.69 | 0.32 |
| HSL | 70º | 0.53% | 0.44% | - |
| HSV(B) | 70º | 0.69% | 0.68% | - |
| XYZ | 28.72 | 36.92 | 8.98 | - |
| YUV | 153.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 173 | 53 | 0.12 | 0 | 0.69 | 0.32 | 70 | 0.53 | 0.44 |
| Hex | 99 | AD | 35 | C | 0 | 45 | 20 | 46 | 35 | 2C |
| Octal | 231 | 255 | 65 | 14 | 0 | 105 | 40 | 106 | 65 | 54 |
| Binary | 10011001 | 10101101 | 110101 | 1100 | 0 | 1000101 | 100000 | 1000110 | 110101 | 101100 |
Color Harmonies of #99AD35
Complementary color
Monochromatic Colors of #99AD35
Black with #99AD35
Text Example
Text Example
White with #99AD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AD35; }
p { color: rgb(153,173,53); }
H1.HeaderClassName
{
color: #99AD35;
}
.AnyTagClassName
{
color: #99AD35;
}
</style>
background-color css
<style>
a { background-color: #99AD35; }
a { background-color: rgb(153,173,53); }
div.DivClassName
{
background-color: #99AD35;
}
.BgClassName
{
background-color: #99AD35;
}
</style>
border-color css
<style>
span { border-color: #99AD35; }
span { border-color: rgb(153,173,53); }
td.TdClassName
{
border-color: #99AD35;
}
.TagClassName
{
border-color: #99AD35;
}
</style>