Shades of Limerick #99AC3F
Tints of Limerick #99AC3F
RGB
CMYK
RGB Variations
Color information
#99AC3F (or 0x99AC3F) is known color: Limerick. HEX triplet: 99, AC and 3F. RGB value is (153,172,63). Sum of RGB (Red+Green+Blue) = 153+172+63=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC3F is #6653C0. Grayscale: #9A9A9A. Windows color (decimal): -6706113 or 4172953. OLE color: 4172953.
HSL color Cylindrical-coordinate representation of color #99AC3F: hue angle of 70.46º 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 #99AC3F is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 63 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.33 |
| HSL | 70.46º | 0.46% | 0.46% | - |
| HSV(B) | 70.46º | 0.63% | 0.67% | - |
| XYZ | 28.79 | 36.64 | 10.26 | - |
| YUV | 153.89 | 76.71 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 63 | 0.11 | 0 | 0.63 | 0.33 | 70.46 | 0.46 | 0.46 |
| Hex | 99 | AC | 3F | B | 0 | 3F | 21 | 46 | 2E | 2E |
| Octal | 231 | 254 | 77 | 13 | 0 | 77 | 41 | 106 | 56 | 56 |
| Binary | 10011001 | 10101100 | 111111 | 1011 | 0 | 111111 | 100001 | 1000110 | 101110 | 101110 |
Color Harmonies of #99AC3F
Complementary color
Monochromatic Colors of #99AC3F
Black with #99AC3F
Text Example
Text Example
White with #99AC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC3F; }
p { color: rgb(153,172,63); }
H1.HeaderClassName
{
color: #99AC3F;
}
.AnyTagClassName
{
color: #99AC3F;
}
</style>
background-color css
<style>
a { background-color: #99AC3F; }
a { background-color: rgb(153,172,63); }
div.DivClassName
{
background-color: #99AC3F;
}
.BgClassName
{
background-color: #99AC3F;
}
</style>
border-color css
<style>
span { border-color: #99AC3F; }
span { border-color: rgb(153,172,63); }
td.TdClassName
{
border-color: #99AC3F;
}
.TagClassName
{
border-color: #99AC3F;
}
</style>