Shades of Kelly Green #49A310
Tints of Kelly Green #49A310
RGB
CMYK
RGB Variations
Color information
#49A310 (or 0x49A310) is known color: Kelly Green. HEX triplet: 49, A3 and 10. RGB value is (73,163,16). Sum of RGB (Red+Green+Blue) = 73+163+16=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 163 (64.06% from 255 or 64.68% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 163 - color contains mainly: green. Hex color #49A310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A310 is #B65CEF. Grayscale: #777777. Windows color (decimal): -11951344 or 1090377. OLE color: 1090377.
HSL color Cylindrical-coordinate representation of color #49A310: hue angle of 96.73º 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 #49A310 is Cyan = 0.55, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 163 | 16 | - |
| CMYK | 0.55 | 0 | 0.90 | 0.36 |
| HSL | 96.73º | 0.82% | 0.35% | - |
| HSV(B) | 96.73º | 0.9% | 0.64% | - |
| XYZ | 15.94 | 27.65 | 4.99 | - |
| YUV | 119.33 | 69.68 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 16 | 0.55 | 0 | 0.90 | 0.36 | 96.73 | 0.82 | 0.35 |
| Hex | 49 | A3 | 10 | 37 | 0 | 5A | 24 | 61 | 52 | 23 |
| Octal | 111 | 243 | 20 | 67 | 0 | 132 | 44 | 141 | 122 | 43 |
| Binary | 1001001 | 10100011 | 10000 | 110111 | 0 | 1011010 | 100100 | 1100001 | 1010010 | 100011 |
Color Harmonies of #49A310
Complementary color
Monochromatic Colors of #49A310
Black with #49A310
Text Example
Text Example
White with #49A310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A310; }
p { color: rgb(73,163,16); }
H1.HeaderClassName
{
color: #49A310;
}
.AnyTagClassName
{
color: #49A310;
}
</style>
background-color css
<style>
a { background-color: #49A310; }
a { background-color: rgb(73,163,16); }
div.DivClassName
{
background-color: #49A310;
}
.BgClassName
{
background-color: #49A310;
}
</style>
border-color css
<style>
span { border-color: #49A310; }
span { border-color: rgb(73,163,16); }
td.TdClassName
{
border-color: #49A310;
}
.TagClassName
{
border-color: #49A310;
}
</style>