Shades of Kelly Green #49A006
Tints of Kelly Green #49A006
RGB
CMYK
RGB Variations
Color information
#49A006 (or 0x49A006) is known color: Kelly Green. HEX triplet: 49, A0 and 06. RGB value is (73,160,6). Sum of RGB (Red+Green+Blue) = 73+160+6=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 160 (62.89% from 255 or 66.95% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 160 - color contains mainly: green. Hex color #49A006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A006 is #B65FF9. Grayscale: #747474. Windows color (decimal): -11952122 or 434249. OLE color: 434249.
HSL color Cylindrical-coordinate representation of color #49A006: hue angle of 93.9º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49A006 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 6 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.37 |
| HSL | 93.9º | 0.93% | 0.33% | - |
| HSV(B) | 93.9º | 0.96% | 0.63% | - |
| XYZ | 15.35 | 26.57 | 4.49 | - |
| YUV | 116.43 | 65.68 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 6 | 0.54 | 0 | 0.96 | 0.37 | 93.9 | 0.93 | 0.33 |
| Hex | 49 | A0 | 6 | 36 | 0 | 60 | 25 | 5E | 5D | 21 |
| Octal | 111 | 240 | 6 | 66 | 0 | 140 | 45 | 136 | 135 | 41 |
| Binary | 1001001 | 10100000 | 110 | 110110 | 0 | 1100000 | 100101 | 1011110 | 1011101 | 100001 |
Color Harmonies of #49A006
Complementary color
Monochromatic Colors of #49A006
Black with #49A006
Text Example
Text Example
White with #49A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A006; }
p { color: rgb(73,160,6); }
H1.HeaderClassName
{
color: #49A006;
}
.AnyTagClassName
{
color: #49A006;
}
</style>
background-color css
<style>
a { background-color: #49A006; }
a { background-color: rgb(73,160,6); }
div.DivClassName
{
background-color: #49A006;
}
.BgClassName
{
background-color: #49A006;
}
</style>
border-color css
<style>
span { border-color: #49A006; }
span { border-color: rgb(73,160,6); }
td.TdClassName
{
border-color: #49A006;
}
.TagClassName
{
border-color: #49A006;
}
</style>