Shades of Limerick #9CAA2F
Tints of Limerick #9CAA2F
RGB
CMYK
RGB Variations
Color information
#9CAA2F (or 0x9CAA2F) is known color: Limerick. HEX triplet: 9C, AA and 2F. RGB value is (156,170,47). Sum of RGB (Red+Green+Blue) = 156+170+47=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #9CAA2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9CAA2F is #6355D0. Grayscale: #989898. Windows color (decimal): -6510033 or 3123868. OLE color: 3123868.
HSL color Cylindrical-coordinate representation of color #9CAA2F: hue angle of 66.83º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CAA2F is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 156 | 170 | 47 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.33 |
| HSL | 66.83º | 0.57% | 0.43% | - |
| HSV(B) | 66.83º | 0.72% | 0.67% | - |
| XYZ | 28.6 | 36.02 | 8.14 | - |
| YUV | 151.79 | 68.86 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 47 | 0.08 | 0 | 0.72 | 0.33 | 66.83 | 0.57 | 0.43 |
| Hex | 9C | AA | 2F | 8 | 0 | 48 | 21 | 43 | 39 | 2B |
| Octal | 234 | 252 | 57 | 10 | 0 | 110 | 41 | 103 | 71 | 53 |
| Binary | 10011100 | 10101010 | 101111 | 1000 | 0 | 1001000 | 100001 | 1000011 | 111001 | 101011 |
Color Harmonies of #9CAA2F
Complementary color
Monochromatic Colors of #9CAA2F
Black with #9CAA2F
Text Example
Text Example
White with #9CAA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAA2F; }
p { color: rgb(156,170,47); }
H1.HeaderClassName
{
color: #9CAA2F;
}
.AnyTagClassName
{
color: #9CAA2F;
}
</style>
background-color css
<style>
a { background-color: #9CAA2F; }
a { background-color: rgb(156,170,47); }
div.DivClassName
{
background-color: #9CAA2F;
}
.BgClassName
{
background-color: #9CAA2F;
}
</style>
border-color css
<style>
span { border-color: #9CAA2F; }
span { border-color: rgb(156,170,47); }
td.TdClassName
{
border-color: #9CAA2F;
}
.TagClassName
{
border-color: #9CAA2F;
}
</style>