Shades of Limerick #9DB22C
Tints of Limerick #9DB22C
RGB
CMYK
RGB Variations
Color information
#9DB22C (or 0x9DB22C) is known color: Limerick. HEX triplet: 9D, B2 and 2C. RGB value is (157,178,44). Sum of RGB (Red+Green+Blue) = 157+178+44=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 44 (17.58% from 255 or 11.61% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB22C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB22C is #624DD3. Grayscale: #9C9C9C. Windows color (decimal): -6442452 or 2929309. OLE color: 2929309.
HSL color Cylindrical-coordinate representation of color #9DB22C: hue angle of 69.4º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9DB22C is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 44 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.30 |
| HSL | 69.4º | 0.6% | 0.44% | - |
| HSV(B) | 69.4º | 0.75% | 0.7% | - |
| XYZ | 30.28 | 39.19 | 8.35 | - |
| YUV | 156.45 | 64.54 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 44 | 0.12 | 0 | 0.75 | 0.30 | 69.4 | 0.6 | 0.44 |
| Hex | 9D | B2 | 2C | C | 0 | 4B | 1E | 45 | 3C | 2C |
| Octal | 235 | 262 | 54 | 14 | 0 | 113 | 36 | 105 | 74 | 54 |
| Binary | 10011101 | 10110010 | 101100 | 1100 | 0 | 1001011 | 11110 | 1000101 | 111100 | 101100 |
Color Harmonies of #9DB22C
Complementary color
Monochromatic Colors of #9DB22C
Black with #9DB22C
Text Example
Text Example
White with #9DB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB22C; }
p { color: rgb(157,178,44); }
H1.HeaderClassName
{
color: #9DB22C;
}
.AnyTagClassName
{
color: #9DB22C;
}
</style>
background-color css
<style>
a { background-color: #9DB22C; }
a { background-color: rgb(157,178,44); }
div.DivClassName
{
background-color: #9DB22C;
}
.BgClassName
{
background-color: #9DB22C;
}
</style>
border-color css
<style>
span { border-color: #9DB22C; }
span { border-color: rgb(157,178,44); }
td.TdClassName
{
border-color: #9DB22C;
}
.TagClassName
{
border-color: #9DB22C;
}
</style>