Shades of Limerick #9FB039
Tints of Limerick #9FB039
RGB
CMYK
RGB Variations
Color information
#9FB039 (or 0x9FB039) is known color: Limerick. HEX triplet: 9F, B0 and 39. RGB value is (159,176,57). Sum of RGB (Red+Green+Blue) = 159+176+57=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB039 is #604FC6. Grayscale: #9D9D9D. Windows color (decimal): -6311879 or 3780767. OLE color: 3780767.
HSL color Cylindrical-coordinate representation of color #9FB039: hue angle of 68.57º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FB039 is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 176 | 57 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.31 |
| HSL | 68.57º | 0.51% | 0.46% | - |
| HSV(B) | 68.57º | 0.68% | 0.69% | - |
| XYZ | 30.56 | 38.72 | 9.73 | - |
| YUV | 157.35 | 71.37 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 176 | 57 | 0.10 | 0 | 0.68 | 0.31 | 68.57 | 0.51 | 0.46 |
| Hex | 9F | B0 | 39 | A | 0 | 44 | 1F | 45 | 33 | 2E |
| Octal | 237 | 260 | 71 | 12 | 0 | 104 | 37 | 105 | 63 | 56 |
| Binary | 10011111 | 10110000 | 111001 | 1010 | 0 | 1000100 | 11111 | 1000101 | 110011 | 101110 |
Color Harmonies of #9FB039
Complementary color
Monochromatic Colors of #9FB039
Black with #9FB039
Text Example
Text Example
White with #9FB039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB039; }
p { color: rgb(159,176,57); }
H1.HeaderClassName
{
color: #9FB039;
}
.AnyTagClassName
{
color: #9FB039;
}
</style>
background-color css
<style>
a { background-color: #9FB039; }
a { background-color: rgb(159,176,57); }
div.DivClassName
{
background-color: #9FB039;
}
.BgClassName
{
background-color: #9FB039;
}
</style>
border-color css
<style>
span { border-color: #9FB039; }
span { border-color: rgb(159,176,57); }
td.TdClassName
{
border-color: #9FB039;
}
.TagClassName
{
border-color: #9FB039;
}
</style>