Shades of Limerick #9DAE2A
Tints of Limerick #9DAE2A
RGB
CMYK
RGB Variations
Color information
#9DAE2A (or 0x9DAE2A) is known color: Limerick. HEX triplet: 9D, AE and 2A. RGB value is (157,174,42). Sum of RGB (Red+Green+Blue) = 157+174+42=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE2A is #6251D5. Grayscale: #9A9A9A. Windows color (decimal): -6443478 or 2797213. OLE color: 2797213.
HSL color Cylindrical-coordinate representation of color #9DAE2A: hue angle of 67.73º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DAE2A is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 42 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.32 |
| HSL | 67.73º | 0.61% | 0.42% | - |
| HSV(B) | 67.73º | 0.76% | 0.68% | - |
| XYZ | 29.46 | 37.61 | 7.9 | - |
| YUV | 153.87 | 64.87 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 42 | 0.10 | 0 | 0.76 | 0.32 | 67.73 | 0.61 | 0.42 |
| Hex | 9D | AE | 2A | A | 0 | 4C | 20 | 44 | 3D | 2A |
| Octal | 235 | 256 | 52 | 12 | 0 | 114 | 40 | 104 | 75 | 52 |
| Binary | 10011101 | 10101110 | 101010 | 1010 | 0 | 1001100 | 100000 | 1000100 | 111101 | 101010 |
Color Harmonies of #9DAE2A
Complementary color
Monochromatic Colors of #9DAE2A
Black with #9DAE2A
Text Example
Text Example
White with #9DAE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE2A; }
p { color: rgb(157,174,42); }
H1.HeaderClassName
{
color: #9DAE2A;
}
.AnyTagClassName
{
color: #9DAE2A;
}
</style>
background-color css
<style>
a { background-color: #9DAE2A; }
a { background-color: rgb(157,174,42); }
div.DivClassName
{
background-color: #9DAE2A;
}
.BgClassName
{
background-color: #9DAE2A;
}
</style>
border-color css
<style>
span { border-color: #9DAE2A; }
span { border-color: rgb(157,174,42); }
td.TdClassName
{
border-color: #9DAE2A;
}
.TagClassName
{
border-color: #9DAE2A;
}
</style>