Shades of Kelly Green #49A904
Tints of Kelly Green #49A904
RGB
CMYK
RGB Variations
Color information
#49A904 (or 0x49A904) is known color: Kelly Green. HEX triplet: 49, A9 and 04. RGB value is (73,169,4). Sum of RGB (Red+Green+Blue) = 73+169+4=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 169 (66.41% from 255 or 68.70% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 169 - color contains mainly: green. Hex color #49A904 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A904 is #B656FB. Grayscale: #7A7A7A. Windows color (decimal): -11949820 or 305481. OLE color: 305481.
HSL color Cylindrical-coordinate representation of color #49A904: hue angle of 94.91º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49A904 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 169 | 4 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.34 |
| HSL | 94.91º | 0.95% | 0.34% | - |
| HSV(B) | 94.91º | 0.98% | 0.66% | - |
| XYZ | 16.96 | 29.8 | 4.97 | - |
| YUV | 121.49 | 61.7 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 169 | 4 | 0.57 | 0 | 0.98 | 0.34 | 94.91 | 0.95 | 0.34 |
| Hex | 49 | A9 | 4 | 39 | 0 | 62 | 22 | 5F | 5F | 22 |
| Octal | 111 | 251 | 4 | 71 | 0 | 142 | 42 | 137 | 137 | 42 |
| Binary | 1001001 | 10101001 | 100 | 111001 | 0 | 1100010 | 100010 | 1011111 | 1011111 | 100010 |
Color Harmonies of #49A904
Complementary color
Monochromatic Colors of #49A904
Black with #49A904
Text Example
Text Example
White with #49A904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A904; }
p { color: rgb(73,169,4); }
H1.HeaderClassName
{
color: #49A904;
}
.AnyTagClassName
{
color: #49A904;
}
</style>
background-color css
<style>
a { background-color: #49A904; }
a { background-color: rgb(73,169,4); }
div.DivClassName
{
background-color: #49A904;
}
.BgClassName
{
background-color: #49A904;
}
</style>
border-color css
<style>
span { border-color: #49A904; }
span { border-color: rgb(73,169,4); }
td.TdClassName
{
border-color: #49A904;
}
.TagClassName
{
border-color: #49A904;
}
</style>