Shades of Kelly Green #49A616
Tints of Kelly Green #49A616
RGB
CMYK
RGB Variations
Color information
#49A616 (or 0x49A616) is known color: Kelly Green. HEX triplet: 49, A6 and 16. RGB value is (73,166,22). Sum of RGB (Red+Green+Blue) = 73+166+22=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 166 (65.23% from 255 or 63.60% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 166 - color contains mainly: green. Hex color #49A616 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A616 is #B659E9. Grayscale: #7A7A7A. Windows color (decimal): -11950570 or 1484361. OLE color: 1484361.
HSL color Cylindrical-coordinate representation of color #49A616: hue angle of 98.75º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49A616 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 166 | 22 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.35 |
| HSL | 98.75º | 0.77% | 0.37% | - |
| HSV(B) | 98.75º | 0.87% | 0.65% | - |
| XYZ | 16.53 | 28.75 | 5.44 | - |
| YUV | 121.78 | 71.69 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 22 | 0.56 | 0 | 0.87 | 0.35 | 98.75 | 0.77 | 0.37 |
| Hex | 49 | A6 | 16 | 38 | 0 | 57 | 23 | 63 | 4D | 25 |
| Octal | 111 | 246 | 26 | 70 | 0 | 127 | 43 | 143 | 115 | 45 |
| Binary | 1001001 | 10100110 | 10110 | 111000 | 0 | 1010111 | 100011 | 1100011 | 1001101 | 100101 |
Color Harmonies of #49A616
Complementary color
Monochromatic Colors of #49A616
Black with #49A616
Text Example
Text Example
White with #49A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A616; }
p { color: rgb(73,166,22); }
H1.HeaderClassName
{
color: #49A616;
}
.AnyTagClassName
{
color: #49A616;
}
</style>
background-color css
<style>
a { background-color: #49A616; }
a { background-color: rgb(73,166,22); }
div.DivClassName
{
background-color: #49A616;
}
.BgClassName
{
background-color: #49A616;
}
</style>
border-color css
<style>
span { border-color: #49A616; }
span { border-color: rgb(73,166,22); }
td.TdClassName
{
border-color: #49A616;
}
.TagClassName
{
border-color: #49A616;
}
</style>