Shades of Limerick #99AC26
Tints of Limerick #99AC26
RGB
CMYK
RGB Variations
Color information
#99AC26 (or 0x99AC26) is known color: Limerick. HEX triplet: 99, AC and 26. RGB value is (153,172,38). Sum of RGB (Red+Green+Blue) = 153+172+38=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 172 (67.58% from 255 or 47.38% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 172 - color contains mainly: green. Hex color #99AC26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99AC26 is #6653D9. Grayscale: #979797. Windows color (decimal): -6706138 or 2534553. OLE color: 2534553.
HSL color Cylindrical-coordinate representation of color #99AC26: hue angle of 68.51º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99AC26 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 172 | 38 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.33 |
| HSL | 68.51º | 0.64% | 0.41% | - |
| HSV(B) | 68.51º | 0.78% | 0.67% | - |
| XYZ | 28.24 | 36.42 | 7.37 | - |
| YUV | 151.04 | 64.21 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 38 | 0.11 | 0 | 0.78 | 0.33 | 68.51 | 0.64 | 0.41 |
| Hex | 99 | AC | 26 | B | 0 | 4E | 21 | 45 | 40 | 29 |
| Octal | 231 | 254 | 46 | 13 | 0 | 116 | 41 | 105 | 100 | 51 |
| Binary | 10011001 | 10101100 | 100110 | 1011 | 0 | 1001110 | 100001 | 1000101 | 1000000 | 101001 |
Color Harmonies of #99AC26
Complementary color
Monochromatic Colors of #99AC26
Black with #99AC26
Text Example
Text Example
White with #99AC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AC26; }
p { color: rgb(153,172,38); }
H1.HeaderClassName
{
color: #99AC26;
}
.AnyTagClassName
{
color: #99AC26;
}
</style>
background-color css
<style>
a { background-color: #99AC26; }
a { background-color: rgb(153,172,38); }
div.DivClassName
{
background-color: #99AC26;
}
.BgClassName
{
background-color: #99AC26;
}
</style>
border-color css
<style>
span { border-color: #99AC26; }
span { border-color: rgb(153,172,38); }
td.TdClassName
{
border-color: #99AC26;
}
.TagClassName
{
border-color: #99AC26;
}
</style>