Shades of Limerick #9DB22F
Tints of Limerick #9DB22F
RGB
CMYK
RGB Variations
Color information
#9DB22F (or 0x9DB22F) is known color: Limerick. HEX triplet: 9D, B2 and 2F. RGB value is (157,178,47). Sum of RGB (Red+Green+Blue) = 157+178+47=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB22F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB22F is #624DD0. Grayscale: #9D9D9D. Windows color (decimal): -6442449 or 3125917. OLE color: 3125917.
HSL color Cylindrical-coordinate representation of color #9DB22F: hue angle of 69.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9DB22F is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 47 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.30 |
| HSL | 69.62º | 0.58% | 0.44% | - |
| HSV(B) | 69.62º | 0.74% | 0.7% | - |
| XYZ | 30.34 | 39.21 | 8.66 | - |
| YUV | 156.79 | 66.04 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 47 | 0.12 | 0 | 0.74 | 0.30 | 69.62 | 0.58 | 0.44 |
| Hex | 9D | B2 | 2F | C | 0 | 4A | 1E | 46 | 3A | 2C |
| Octal | 235 | 262 | 57 | 14 | 0 | 112 | 36 | 106 | 72 | 54 |
| Binary | 10011101 | 10110010 | 101111 | 1100 | 0 | 1001010 | 11110 | 1000110 | 111010 | 101100 |
Color Harmonies of #9DB22F
Complementary color
Monochromatic Colors of #9DB22F
Black with #9DB22F
Text Example
Text Example
White with #9DB22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB22F; }
p { color: rgb(157,178,47); }
H1.HeaderClassName
{
color: #9DB22F;
}
.AnyTagClassName
{
color: #9DB22F;
}
</style>
background-color css
<style>
a { background-color: #9DB22F; }
a { background-color: rgb(157,178,47); }
div.DivClassName
{
background-color: #9DB22F;
}
.BgClassName
{
background-color: #9DB22F;
}
</style>
border-color css
<style>
span { border-color: #9DB22F; }
span { border-color: rgb(157,178,47); }
td.TdClassName
{
border-color: #9DB22F;
}
.TagClassName
{
border-color: #9DB22F;
}
</style>