Shades of Limerick #9CAA40
Tints of Limerick #9CAA40
RGB
CMYK
RGB Variations
Color information
#9CAA40 (or 0x9CAA40) is known color: Limerick. HEX triplet: 9C, AA and 40. RGB value is (156,170,64). Sum of RGB (Red+Green+Blue) = 156+170+64=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA40 is #6355BF. Grayscale: #9A9A9A. Windows color (decimal): -6510016 or 4237980. OLE color: 4237980.
HSL color Cylindrical-coordinate representation of color #9CAA40: hue angle of 67.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CAA40 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 64 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.33 |
| HSL | 67.92º | 0.45% | 0.46% | - |
| HSV(B) | 67.92º | 0.62% | 0.67% | - |
| XYZ | 29.01 | 36.19 | 10.31 | - |
| YUV | 153.73 | 77.36 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 64 | 0.08 | 0 | 0.62 | 0.33 | 67.92 | 0.45 | 0.46 |
| Hex | 9C | AA | 40 | 8 | 0 | 3E | 21 | 44 | 2D | 2E |
| Octal | 234 | 252 | 100 | 10 | 0 | 76 | 41 | 104 | 55 | 56 |
| Binary | 10011100 | 10101010 | 1000000 | 1000 | 0 | 111110 | 100001 | 1000100 | 101101 | 101110 |
Color Harmonies of #9CAA40
Complementary color
Monochromatic Colors of #9CAA40
Black with #9CAA40
Text Example
Text Example
White with #9CAA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA40; }
p { color: rgb(156,170,64); }
H1.HeaderClassName
{
color: #9CAA40;
}
.AnyTagClassName
{
color: #9CAA40;
}
</style>
background-color css
<style>
a { background-color: #9CAA40; }
a { background-color: rgb(156,170,64); }
div.DivClassName
{
background-color: #9CAA40;
}
.BgClassName
{
background-color: #9CAA40;
}
</style>
border-color css
<style>
span { border-color: #9CAA40; }
span { border-color: rgb(156,170,64); }
td.TdClassName
{
border-color: #9CAA40;
}
.TagClassName
{
border-color: #9CAA40;
}
</style>