Shades of Kelly Green #49A90E
Tints of Kelly Green #49A90E
RGB
CMYK
RGB Variations
Color information
#49A90E (or 0x49A90E) is known color: Kelly Green. HEX triplet: 49, A9 and 0E. RGB value is (73,169,14). Sum of RGB (Red+Green+Blue) = 73+169+14=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 169 (66.41% from 255 or 66.02% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 169 - color contains mainly: green. Hex color #49A90E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A90E is #B656F1. Grayscale: #7B7B7B. Windows color (decimal): -11949810 or 960841. OLE color: 960841.
HSL color Cylindrical-coordinate representation of color #49A90E: hue angle of 97.16º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49A90E is Cyan = 0.57, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 169 | 14 | - |
| CMYK | 0.57 | 0 | 0.92 | 0.34 |
| HSL | 97.16º | 0.85% | 0.36% | - |
| HSV(B) | 97.16º | 0.92% | 0.66% | - |
| XYZ | 17.01 | 29.82 | 5.28 | - |
| YUV | 122.63 | 66.7 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 169 | 14 | 0.57 | 0 | 0.92 | 0.34 | 97.16 | 0.85 | 0.36 |
| Hex | 49 | A9 | E | 39 | 0 | 5C | 22 | 61 | 55 | 24 |
| Octal | 111 | 251 | 16 | 71 | 0 | 134 | 42 | 141 | 125 | 44 |
| Binary | 1001001 | 10101001 | 1110 | 111001 | 0 | 1011100 | 100010 | 1100001 | 1010101 | 100100 |
Color Harmonies of #49A90E
Complementary color
Monochromatic Colors of #49A90E
Black with #49A90E
Text Example
Text Example
White with #49A90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A90E; }
p { color: rgb(73,169,14); }
H1.HeaderClassName
{
color: #49A90E;
}
.AnyTagClassName
{
color: #49A90E;
}
</style>
background-color css
<style>
a { background-color: #49A90E; }
a { background-color: rgb(73,169,14); }
div.DivClassName
{
background-color: #49A90E;
}
.BgClassName
{
background-color: #49A90E;
}
</style>
border-color css
<style>
span { border-color: #49A90E; }
span { border-color: rgb(73,169,14); }
td.TdClassName
{
border-color: #49A90E;
}
.TagClassName
{
border-color: #49A90E;
}
</style>