Shades of Kelly Green #49AD2A
Tints of Kelly Green #49AD2A
RGB
CMYK
RGB Variations
Color information
#49AD2A (or 0x49AD2A) is known color: Kelly Green. HEX triplet: 49, AD and 2A. RGB value is (73,173,42). Sum of RGB (Red+Green+Blue) = 73+173+42=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 173 (67.97% from 255 or 60.07% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AD2A is #B652D5. Grayscale: #808080. Windows color (decimal): -11948758 or 2796873. OLE color: 2796873.
HSL color Cylindrical-coordinate representation of color #49AD2A: hue angle of 105.8º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49AD2A is Cyan = 0.58, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 42 | - |
| CMYK | 0.58 | 0 | 0.76 | 0.32 |
| HSL | 105.8º | 0.61% | 0.42% | - |
| HSV(B) | 105.8º | 0.76% | 0.68% | - |
| XYZ | 18.11 | 31.47 | 7.31 | - |
| YUV | 128.17 | 79.37 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 42 | 0.58 | 0 | 0.76 | 0.32 | 105.8 | 0.61 | 0.42 |
| Hex | 49 | AD | 2A | 3A | 0 | 4C | 20 | 6A | 3D | 2A |
| Octal | 111 | 255 | 52 | 72 | 0 | 114 | 40 | 152 | 75 | 52 |
| Binary | 1001001 | 10101101 | 101010 | 111010 | 0 | 1001100 | 100000 | 1101010 | 111101 | 101010 |
Color Harmonies of #49AD2A
Complementary color
Monochromatic Colors of #49AD2A
Black with #49AD2A
Text Example
Text Example
White with #49AD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD2A; }
p { color: rgb(73,173,42); }
H1.HeaderClassName
{
color: #49AD2A;
}
.AnyTagClassName
{
color: #49AD2A;
}
</style>
background-color css
<style>
a { background-color: #49AD2A; }
a { background-color: rgb(73,173,42); }
div.DivClassName
{
background-color: #49AD2A;
}
.BgClassName
{
background-color: #49AD2A;
}
</style>
border-color css
<style>
span { border-color: #49AD2A; }
span { border-color: rgb(73,173,42); }
td.TdClassName
{
border-color: #49AD2A;
}
.TagClassName
{
border-color: #49AD2A;
}
</style>