Shades of Kelly Green #49AA15
Tints of Kelly Green #49AA15
RGB
CMYK
RGB Variations
Color information
#49AA15 (or 0x49AA15) is known color: Kelly Green. HEX triplet: 49, AA and 15. RGB value is (73,170,21). Sum of RGB (Red+Green+Blue) = 73+170+21=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AA15 is #B655EA. Grayscale: #7C7C7C. Windows color (decimal): -11949547 or 1419849. OLE color: 1419849.
HSL color Cylindrical-coordinate representation of color #49AA15: hue angle of 99.06º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49AA15 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 21 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.33 |
| HSL | 99.06º | 0.78% | 0.37% | - |
| HSV(B) | 99.06º | 0.88% | 0.67% | - |
| XYZ | 17.26 | 30.22 | 5.63 | - |
| YUV | 124.01 | 69.86 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 21 | 0.57 | 0 | 0.88 | 0.33 | 99.06 | 0.78 | 0.37 |
| Hex | 49 | AA | 15 | 39 | 0 | 58 | 21 | 63 | 4E | 25 |
| Octal | 111 | 252 | 25 | 71 | 0 | 130 | 41 | 143 | 116 | 45 |
| Binary | 1001001 | 10101010 | 10101 | 111001 | 0 | 1011000 | 100001 | 1100011 | 1001110 | 100101 |
Color Harmonies of #49AA15
Complementary color
Monochromatic Colors of #49AA15
Black with #49AA15
Text Example
Text Example
White with #49AA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA15; }
p { color: rgb(73,170,21); }
H1.HeaderClassName
{
color: #49AA15;
}
.AnyTagClassName
{
color: #49AA15;
}
</style>
background-color css
<style>
a { background-color: #49AA15; }
a { background-color: rgb(73,170,21); }
div.DivClassName
{
background-color: #49AA15;
}
.BgClassName
{
background-color: #49AA15;
}
</style>
border-color css
<style>
span { border-color: #49AA15; }
span { border-color: rgb(73,170,21); }
td.TdClassName
{
border-color: #49AA15;
}
.TagClassName
{
border-color: #49AA15;
}
</style>