Shades of Kelly Green #49AD0E
Tints of Kelly Green #49AD0E
RGB
CMYK
RGB Variations
Color information
#49AD0E (or 0x49AD0E) is known color: Kelly Green. HEX triplet: 49, AD and 0E. RGB value is (73,173,14). Sum of RGB (Red+Green+Blue) = 73+173+14=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 173 (67.97% from 255 or 66.54% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AD0E is #B652F1. Grayscale: #7D7D7D. Windows color (decimal): -11948786 or 961865. OLE color: 961865.
HSL color Cylindrical-coordinate representation of color #49AD0E: hue angle of 97.74º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49AD0E is Cyan = 0.58, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 14 | - |
| CMYK | 0.58 | 0 | 0.92 | 0.32 |
| HSL | 97.74º | 0.85% | 0.37% | - |
| HSV(B) | 97.74º | 0.92% | 0.68% | - |
| XYZ | 17.77 | 31.34 | 5.53 | - |
| YUV | 124.97 | 65.37 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 14 | 0.58 | 0 | 0.92 | 0.32 | 97.74 | 0.85 | 0.37 |
| Hex | 49 | AD | E | 3A | 0 | 5C | 20 | 62 | 55 | 25 |
| Octal | 111 | 255 | 16 | 72 | 0 | 134 | 40 | 142 | 125 | 45 |
| Binary | 1001001 | 10101101 | 1110 | 111010 | 0 | 1011100 | 100000 | 1100010 | 1010101 | 100101 |
Color Harmonies of #49AD0E
Complementary color
Monochromatic Colors of #49AD0E
Black with #49AD0E
Text Example
Text Example
White with #49AD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD0E; }
p { color: rgb(73,173,14); }
H1.HeaderClassName
{
color: #49AD0E;
}
.AnyTagClassName
{
color: #49AD0E;
}
</style>
background-color css
<style>
a { background-color: #49AD0E; }
a { background-color: rgb(73,173,14); }
div.DivClassName
{
background-color: #49AD0E;
}
.BgClassName
{
background-color: #49AD0E;
}
</style>
border-color css
<style>
span { border-color: #49AD0E; }
span { border-color: rgb(73,173,14); }
td.TdClassName
{
border-color: #49AD0E;
}
.TagClassName
{
border-color: #49AD0E;
}
</style>