Shades of Kelly Green #49A917
Tints of Kelly Green #49A917
RGB
CMYK
RGB Variations
Color information
#49A917 (or 0x49A917) is known color: Kelly Green. HEX triplet: 49, A9 and 17. RGB value is (73,169,23). Sum of RGB (Red+Green+Blue) = 73+169+23=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 169 (66.41% from 255 or 63.77% from 265); Blue value is 23 (9.38% from 255 or 8.68% from 265); Max value from RGB is 169 - color contains mainly: green. Hex color #49A917 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A917 is #B656E8. Grayscale: #7C7C7C. Windows color (decimal): -11949801 or 1550665. OLE color: 1550665.
HSL color Cylindrical-coordinate representation of color #49A917: hue angle of 99.45º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49A917 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 169 | 23 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.34 |
| HSL | 99.45º | 0.76% | 0.38% | - |
| HSV(B) | 99.45º | 0.86% | 0.66% | - |
| XYZ | 17.09 | 29.85 | 5.67 | - |
| YUV | 123.65 | 71.2 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 169 | 23 | 0.57 | 0 | 0.86 | 0.34 | 99.45 | 0.76 | 0.38 |
| Hex | 49 | A9 | 17 | 39 | 0 | 56 | 22 | 63 | 4C | 26 |
| Octal | 111 | 251 | 27 | 71 | 0 | 126 | 42 | 143 | 114 | 46 |
| Binary | 1001001 | 10101001 | 10111 | 111001 | 0 | 1010110 | 100010 | 1100011 | 1001100 | 100110 |
Color Harmonies of #49A917
Complementary color
Monochromatic Colors of #49A917
Black with #49A917
Text Example
Text Example
White with #49A917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A917; }
p { color: rgb(73,169,23); }
H1.HeaderClassName
{
color: #49A917;
}
.AnyTagClassName
{
color: #49A917;
}
</style>
background-color css
<style>
a { background-color: #49A917; }
a { background-color: rgb(73,169,23); }
div.DivClassName
{
background-color: #49A917;
}
.BgClassName
{
background-color: #49A917;
}
</style>
border-color css
<style>
span { border-color: #49A917; }
span { border-color: rgb(73,169,23); }
td.TdClassName
{
border-color: #49A917;
}
.TagClassName
{
border-color: #49A917;
}
</style>