Shades of Limerick #99AA3F
Tints of Limerick #99AA3F
RGB
CMYK
RGB Variations
Color information
#99AA3F (or 0x99AA3F) is known color: Limerick. HEX triplet: 99, AA and 3F. RGB value is (153,170,63). Sum of RGB (Red+Green+Blue) = 153+170+63=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AA3F is #6655C0. Grayscale: #999999. Windows color (decimal): -6706625 or 4172441. OLE color: 4172441.
HSL color Cylindrical-coordinate representation of color #99AA3F: hue angle of 69.53º 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 #99AA3F is Cyan = 0.1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 170 | 63 | - |
| CMYK | 0.1 | 0 | 0.63 | 0.33 |
| HSL | 69.53º | 0.46% | 0.46% | - |
| HSV(B) | 69.53º | 0.63% | 0.67% | - |
| XYZ | 28.41 | 35.88 | 10.13 | - |
| YUV | 152.72 | 77.37 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 170 | 63 | 0.1 | 0 | 0.63 | 0.33 | 69.53 | 0.46 | 0.46 |
| Hex | 99 | AA | 3F | A | 0 | 3F | 21 | 46 | 2E | 2E |
| Octal | 231 | 252 | 77 | 12 | 0 | 77 | 41 | 106 | 56 | 56 |
| Binary | 10011001 | 10101010 | 111111 | 1010 | 0 | 111111 | 100001 | 1000110 | 101110 | 101110 |
Color Harmonies of #99AA3F
Complementary color
Monochromatic Colors of #99AA3F
Black with #99AA3F
Text Example
Text Example
White with #99AA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AA3F; }
p { color: rgb(153,170,63); }
H1.HeaderClassName
{
color: #99AA3F;
}
.AnyTagClassName
{
color: #99AA3F;
}
</style>
background-color css
<style>
a { background-color: #99AA3F; }
a { background-color: rgb(153,170,63); }
div.DivClassName
{
background-color: #99AA3F;
}
.BgClassName
{
background-color: #99AA3F;
}
</style>
border-color css
<style>
span { border-color: #99AA3F; }
span { border-color: rgb(153,170,63); }
td.TdClassName
{
border-color: #99AA3F;
}
.TagClassName
{
border-color: #99AA3F;
}
</style>