Shades of Limerick #99AC42
Tints of Limerick #99AC42
RGB
CMYK
RGB Variations
Color information
#99AC42 (or 0x99AC42) is known color: Limerick. HEX triplet: 99, AC and 42. RGB value is (153,172,66). Sum of RGB (Red+Green+Blue) = 153+172+66=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC42 is #6653BD. Grayscale: #9A9A9A. Windows color (decimal): -6706110 or 4369561. OLE color: 4369561.
HSL color Cylindrical-coordinate representation of color #99AC42: hue angle of 70.75º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99AC42 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 66 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.33 |
| HSL | 70.75º | 0.45% | 0.47% | - |
| HSV(B) | 70.75º | 0.62% | 0.67% | - |
| XYZ | 28.87 | 36.67 | 10.71 | - |
| YUV | 154.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 66 | 0.11 | 0 | 0.62 | 0.33 | 70.75 | 0.45 | 0.47 |
| Hex | 99 | AC | 42 | B | 0 | 3E | 21 | 47 | 2D | 2F |
| Octal | 231 | 254 | 102 | 13 | 0 | 76 | 41 | 107 | 55 | 57 |
| Binary | 10011001 | 10101100 | 1000010 | 1011 | 0 | 111110 | 100001 | 1000111 | 101101 | 101111 |
Color Harmonies of #99AC42
Complementary color
Monochromatic Colors of #99AC42
Black with #99AC42
Text Example
Text Example
White with #99AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC42; }
p { color: rgb(153,172,66); }
H1.HeaderClassName
{
color: #99AC42;
}
.AnyTagClassName
{
color: #99AC42;
}
</style>
background-color css
<style>
a { background-color: #99AC42; }
a { background-color: rgb(153,172,66); }
div.DivClassName
{
background-color: #99AC42;
}
.BgClassName
{
background-color: #99AC42;
}
</style>
border-color css
<style>
span { border-color: #99AC42; }
span { border-color: rgb(153,172,66); }
td.TdClassName
{
border-color: #99AC42;
}
.TagClassName
{
border-color: #99AC42;
}
</style>