Shades of Limerick #9FAC2D
Tints of Limerick #9FAC2D
RGB
CMYK
RGB Variations
Color information
#9FAC2D (or 0x9FAC2D) is known color: Limerick. HEX triplet: 9F, AC and 2D. RGB value is (159,172,45). Sum of RGB (Red+Green+Blue) = 159+172+45=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 172 (67.58% from 255 or 45.74% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAC2D is #6053D2. Grayscale: #9A9A9A. Windows color (decimal): -6312915 or 2993311. OLE color: 2993311.
HSL color Cylindrical-coordinate representation of color #9FAC2D: hue angle of 66.14º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9FAC2D is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 45 | - |
| CMYK | 0.08 | 0 | 0.74 | 0.33 |
| HSL | 66.14º | 0.59% | 0.43% | - |
| HSV(B) | 66.14º | 0.74% | 0.67% | - |
| XYZ | 29.52 | 37.07 | 8.08 | - |
| YUV | 153.64 | 66.69 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 45 | 0.08 | 0 | 0.74 | 0.33 | 66.14 | 0.59 | 0.43 |
| Hex | 9F | AC | 2D | 8 | 0 | 4A | 21 | 42 | 3B | 2B |
| Octal | 237 | 254 | 55 | 10 | 0 | 112 | 41 | 102 | 73 | 53 |
| Binary | 10011111 | 10101100 | 101101 | 1000 | 0 | 1001010 | 100001 | 1000010 | 111011 | 101011 |
Color Harmonies of #9FAC2D
Complementary color
Monochromatic Colors of #9FAC2D
Black with #9FAC2D
Text Example
Text Example
White with #9FAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC2D; }
p { color: rgb(159,172,45); }
H1.HeaderClassName
{
color: #9FAC2D;
}
.AnyTagClassName
{
color: #9FAC2D;
}
</style>
background-color css
<style>
a { background-color: #9FAC2D; }
a { background-color: rgb(159,172,45); }
div.DivClassName
{
background-color: #9FAC2D;
}
.BgClassName
{
background-color: #9FAC2D;
}
</style>
border-color css
<style>
span { border-color: #9FAC2D; }
span { border-color: rgb(159,172,45); }
td.TdClassName
{
border-color: #9FAC2D;
}
.TagClassName
{
border-color: #9FAC2D;
}
</style>