Shades of Limerick #9CAC24
Tints of Limerick #9CAC24
RGB
CMYK
RGB Variations
Color information
#9CAC24 (or 0x9CAC24) is known color: Limerick. HEX triplet: 9C, AC and 24. RGB value is (156,172,36). Sum of RGB (Red+Green+Blue) = 156+172+36=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 36 (14.45% from 255 or 9.89% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #9CAC24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAC24 is #6353DB. Grayscale: #989898. Windows color (decimal): -6509532 or 2403484. OLE color: 2403484.
HSL color Cylindrical-coordinate representation of color #9CAC24: hue angle of 67.06º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9CAC24 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 172 | 36 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.33 |
| HSL | 67.06º | 0.65% | 0.41% | - |
| HSV(B) | 67.06º | 0.79% | 0.67% | - |
| XYZ | 28.78 | 36.7 | 7.24 | - |
| YUV | 151.71 | 62.7 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 172 | 36 | 0.09 | 0 | 0.79 | 0.33 | 67.06 | 0.65 | 0.41 |
| Hex | 9C | AC | 24 | 9 | 0 | 4F | 21 | 43 | 41 | 29 |
| Octal | 234 | 254 | 44 | 11 | 0 | 117 | 41 | 103 | 101 | 51 |
| Binary | 10011100 | 10101100 | 100100 | 1001 | 0 | 1001111 | 100001 | 1000011 | 1000001 | 101001 |
Color Harmonies of #9CAC24
Complementary color
Monochromatic Colors of #9CAC24
Black with #9CAC24
Text Example
Text Example
White with #9CAC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAC24; }
p { color: rgb(156,172,36); }
H1.HeaderClassName
{
color: #9CAC24;
}
.AnyTagClassName
{
color: #9CAC24;
}
</style>
background-color css
<style>
a { background-color: #9CAC24; }
a { background-color: rgb(156,172,36); }
div.DivClassName
{
background-color: #9CAC24;
}
.BgClassName
{
background-color: #9CAC24;
}
</style>
border-color css
<style>
span { border-color: #9CAC24; }
span { border-color: rgb(156,172,36); }
td.TdClassName
{
border-color: #9CAC24;
}
.TagClassName
{
border-color: #9CAC24;
}
</style>