Shades of Limerick #9CAA37
Tints of Limerick #9CAA37
RGB
CMYK
RGB Variations
Color information
#9CAA37 (or 0x9CAA37) is known color: Limerick. HEX triplet: 9C, AA and 37. RGB value is (156,170,55). Sum of RGB (Red+Green+Blue) = 156+170+55=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 55 (21.88% from 255 or 14.44% from 381); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA37 is #6355C8. Grayscale: #999999. Windows color (decimal): -6510025 or 3648156. OLE color: 3648156.
HSL color Cylindrical-coordinate representation of color #9CAA37: hue angle of 67.3º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9CAA37 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 55 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.33 |
| HSL | 67.3º | 0.51% | 0.44% | - |
| HSV(B) | 67.3º | 0.68% | 0.67% | - |
| XYZ | 28.77 | 36.09 | 9.06 | - |
| YUV | 152.7 | 72.86 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 55 | 0.08 | 0 | 0.68 | 0.33 | 67.3 | 0.51 | 0.44 |
| Hex | 9C | AA | 37 | 8 | 0 | 44 | 21 | 43 | 33 | 2C |
| Octal | 234 | 252 | 67 | 10 | 0 | 104 | 41 | 103 | 63 | 54 |
| Binary | 10011100 | 10101010 | 110111 | 1000 | 0 | 1000100 | 100001 | 1000011 | 110011 | 101100 |
Color Harmonies of #9CAA37
Complementary color
Monochromatic Colors of #9CAA37
Black with #9CAA37
Text Example
Text Example
White with #9CAA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA37; }
p { color: rgb(156,170,55); }
H1.HeaderClassName
{
color: #9CAA37;
}
.AnyTagClassName
{
color: #9CAA37;
}
</style>
background-color css
<style>
a { background-color: #9CAA37; }
a { background-color: rgb(156,170,55); }
div.DivClassName
{
background-color: #9CAA37;
}
.BgClassName
{
background-color: #9CAA37;
}
</style>
border-color css
<style>
span { border-color: #9CAA37; }
span { border-color: rgb(156,170,55); }
td.TdClassName
{
border-color: #9CAA37;
}
.TagClassName
{
border-color: #9CAA37;
}
</style>