Shades of Kelly Green #49A610
Tints of Kelly Green #49A610
RGB
CMYK
RGB Variations
Color information
#49A610 (or 0x49A610) is known color: Kelly Green. HEX triplet: 49, A6 and 10. RGB value is (73,166,16). Sum of RGB (Red+Green+Blue) = 73+166+16=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 166 (65.23% from 255 or 65.10% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 166 - color contains mainly: green. Hex color #49A610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A610 is #B659EF. Grayscale: #797979. Windows color (decimal): -11950576 or 1091145. OLE color: 1091145.
HSL color Cylindrical-coordinate representation of color #49A610: hue angle of 97.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49A610 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 166 | 16 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.35 |
| HSL | 97.2º | 0.82% | 0.36% | - |
| HSV(B) | 97.2º | 0.9% | 0.65% | - |
| XYZ | 16.48 | 28.73 | 5.17 | - |
| YUV | 121.09 | 68.69 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 166 | 16 | 0.56 | 0 | 0.90 | 0.35 | 97.2 | 0.82 | 0.36 |
| Hex | 49 | A6 | 10 | 38 | 0 | 5A | 23 | 61 | 52 | 24 |
| Octal | 111 | 246 | 20 | 70 | 0 | 132 | 43 | 141 | 122 | 44 |
| Binary | 1001001 | 10100110 | 10000 | 111000 | 0 | 1011010 | 100011 | 1100001 | 1010010 | 100100 |
Color Harmonies of #49A610
Complementary color
Monochromatic Colors of #49A610
Black with #49A610
Text Example
Text Example
White with #49A610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A610; }
p { color: rgb(73,166,16); }
H1.HeaderClassName
{
color: #49A610;
}
.AnyTagClassName
{
color: #49A610;
}
</style>
background-color css
<style>
a { background-color: #49A610; }
a { background-color: rgb(73,166,16); }
div.DivClassName
{
background-color: #49A610;
}
.BgClassName
{
background-color: #49A610;
}
</style>
border-color css
<style>
span { border-color: #49A610; }
span { border-color: rgb(73,166,16); }
td.TdClassName
{
border-color: #49A610;
}
.TagClassName
{
border-color: #49A610;
}
</style>