Shades of Kelly Green #49A11D
Tints of Kelly Green #49A11D
RGB
CMYK
RGB Variations
Color information
#49A11D (or 0x49A11D) is known color: Kelly Green. HEX triplet: 49, A1 and 1D. RGB value is (73,161,29). Sum of RGB (Red+Green+Blue) = 73+161+29=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 161 (63.28% from 255 or 61.22% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 161 - color contains mainly: green. Hex color #49A11D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A11D is #B65EE2. Grayscale: #787878. Windows color (decimal): -11951843 or 1941833. OLE color: 1941833.
HSL color Cylindrical-coordinate representation of color #49A11D: hue angle of 100º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49A11D is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 29 | - |
| CMYK | 0.55 | 0 | 0.82 | 0.37 |
| HSL | 100º | 0.69% | 0.37% | - |
| HSV(B) | 100º | 0.82% | 0.63% | - |
| XYZ | 15.71 | 26.99 | 5.54 | - |
| YUV | 119.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 29 | 0.55 | 0 | 0.82 | 0.37 | 100 | 0.69 | 0.37 |
| Hex | 49 | A1 | 1D | 37 | 0 | 52 | 25 | 64 | 45 | 25 |
| Octal | 111 | 241 | 35 | 67 | 0 | 122 | 45 | 144 | 105 | 45 |
| Binary | 1001001 | 10100001 | 11101 | 110111 | 0 | 1010010 | 100101 | 1100100 | 1000101 | 100101 |
Color Harmonies of #49A11D
Complementary color
Monochromatic Colors of #49A11D
Black with #49A11D
Text Example
Text Example
White with #49A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A11D; }
p { color: rgb(73,161,29); }
H1.HeaderClassName
{
color: #49A11D;
}
.AnyTagClassName
{
color: #49A11D;
}
</style>
background-color css
<style>
a { background-color: #49A11D; }
a { background-color: rgb(73,161,29); }
div.DivClassName
{
background-color: #49A11D;
}
.BgClassName
{
background-color: #49A11D;
}
</style>
border-color css
<style>
span { border-color: #49A11D; }
span { border-color: rgb(73,161,29); }
td.TdClassName
{
border-color: #49A11D;
}
.TagClassName
{
border-color: #49A11D;
}
</style>