Shades of Limerick #9DAC3E
Tints of Limerick #9DAC3E
RGB
CMYK
RGB Variations
Color information
#9DAC3E (or 0x9DAC3E) is known color: Limerick. HEX triplet: 9D, AC and 3E. RGB value is (157,172,62). Sum of RGB (Red+Green+Blue) = 157+172+62=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 62 (24.61% from 255 or 15.86% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAC3E is #6253C1. Grayscale: #9B9B9B. Windows color (decimal): -6443970 or 4107421. OLE color: 4107421.
HSL color Cylindrical-coordinate representation of color #9DAC3E: hue angle of 68.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DAC3E is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 62 | - |
| CMYK | 0.09 | 0 | 0.64 | 0.33 |
| HSL | 68.18º | 0.47% | 0.46% | - |
| HSV(B) | 68.18º | 0.64% | 0.67% | - |
| XYZ | 29.53 | 37.02 | 10.15 | - |
| YUV | 154.98 | 75.53 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 62 | 0.09 | 0 | 0.64 | 0.33 | 68.18 | 0.47 | 0.46 |
| Hex | 9D | AC | 3E | 9 | 0 | 40 | 21 | 44 | 2F | 2E |
| Octal | 235 | 254 | 76 | 11 | 0 | 100 | 41 | 104 | 57 | 56 |
| Binary | 10011101 | 10101100 | 111110 | 1001 | 0 | 1000000 | 100001 | 1000100 | 101111 | 101110 |
Color Harmonies of #9DAC3E
Complementary color
Monochromatic Colors of #9DAC3E
Black with #9DAC3E
Text Example
Text Example
White with #9DAC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC3E; }
p { color: rgb(157,172,62); }
H1.HeaderClassName
{
color: #9DAC3E;
}
.AnyTagClassName
{
color: #9DAC3E;
}
</style>
background-color css
<style>
a { background-color: #9DAC3E; }
a { background-color: rgb(157,172,62); }
div.DivClassName
{
background-color: #9DAC3E;
}
.BgClassName
{
background-color: #9DAC3E;
}
</style>
border-color css
<style>
span { border-color: #9DAC3E; }
span { border-color: rgb(157,172,62); }
td.TdClassName
{
border-color: #9DAC3E;
}
.TagClassName
{
border-color: #9DAC3E;
}
</style>