Shades of Kelly Green #49A210
Tints of Kelly Green #49A210
RGB
CMYK
RGB Variations
Color information
#49A210 (or 0x49A210) is known color: Kelly Green. HEX triplet: 49, A2 and 10. RGB value is (73,162,16). Sum of RGB (Red+Green+Blue) = 73+162+16=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 162 (63.67% from 255 or 64.54% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 162 - color contains mainly: green. Hex color #49A210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A210 is #B65DEF. Grayscale: #777777. Windows color (decimal): -11951600 or 1090121. OLE color: 1090121.
HSL color Cylindrical-coordinate representation of color #49A210: hue angle of 96.58º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49A210 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 162 | 16 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.36 |
| HSL | 96.58º | 0.82% | 0.35% | - |
| HSV(B) | 96.58º | 0.9% | 0.64% | - |
| XYZ | 15.76 | 27.29 | 4.93 | - |
| YUV | 118.75 | 70.01 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 16 | 0.55 | 0 | 0.90 | 0.36 | 96.58 | 0.82 | 0.35 |
| Hex | 49 | A2 | 10 | 37 | 0 | 5A | 24 | 61 | 52 | 23 |
| Octal | 111 | 242 | 20 | 67 | 0 | 132 | 44 | 141 | 122 | 43 |
| Binary | 1001001 | 10100010 | 10000 | 110111 | 0 | 1011010 | 100100 | 1100001 | 1010010 | 100011 |
Color Harmonies of #49A210
Complementary color
Monochromatic Colors of #49A210
Black with #49A210
Text Example
Text Example
White with #49A210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A210; }
p { color: rgb(73,162,16); }
H1.HeaderClassName
{
color: #49A210;
}
.AnyTagClassName
{
color: #49A210;
}
</style>
background-color css
<style>
a { background-color: #49A210; }
a { background-color: rgb(73,162,16); }
div.DivClassName
{
background-color: #49A210;
}
.BgClassName
{
background-color: #49A210;
}
</style>
border-color css
<style>
span { border-color: #49A210; }
span { border-color: rgb(73,162,16); }
td.TdClassName
{
border-color: #49A210;
}
.TagClassName
{
border-color: #49A210;
}
</style>