Shades of Kelly Green #49A510
Tints of Kelly Green #49A510
RGB
CMYK
RGB Variations
Color information
#49A510 (or 0x49A510) is known color: Kelly Green. HEX triplet: 49, A5 and 10. RGB value is (73,165,16). Sum of RGB (Red+Green+Blue) = 73+165+16=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 165 (64.84% from 255 or 64.96% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 165 - color contains mainly: green. Hex color #49A510 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A510 is #B65AEF. Grayscale: #797979. Windows color (decimal): -11950832 or 1090889. OLE color: 1090889.
HSL color Cylindrical-coordinate representation of color #49A510: hue angle of 97.05º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49A510 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 165 | 16 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.35 |
| HSL | 97.05º | 0.82% | 0.35% | - |
| HSV(B) | 97.05º | 0.9% | 0.65% | - |
| XYZ | 16.3 | 28.36 | 5.11 | - |
| YUV | 120.51 | 69.02 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 165 | 16 | 0.56 | 0 | 0.90 | 0.35 | 97.05 | 0.82 | 0.35 |
| Hex | 49 | A5 | 10 | 38 | 0 | 5A | 23 | 61 | 52 | 23 |
| Octal | 111 | 245 | 20 | 70 | 0 | 132 | 43 | 141 | 122 | 43 |
| Binary | 1001001 | 10100101 | 10000 | 111000 | 0 | 1011010 | 100011 | 1100001 | 1010010 | 100011 |
Color Harmonies of #49A510
Complementary color
Monochromatic Colors of #49A510
Black with #49A510
Text Example
Text Example
White with #49A510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A510; }
p { color: rgb(73,165,16); }
H1.HeaderClassName
{
color: #49A510;
}
.AnyTagClassName
{
color: #49A510;
}
</style>
background-color css
<style>
a { background-color: #49A510; }
a { background-color: rgb(73,165,16); }
div.DivClassName
{
background-color: #49A510;
}
.BgClassName
{
background-color: #49A510;
}
</style>
border-color css
<style>
span { border-color: #49A510; }
span { border-color: rgb(73,165,16); }
td.TdClassName
{
border-color: #49A510;
}
.TagClassName
{
border-color: #49A510;
}
</style>