Shades of Kelly Green #49AB15
Tints of Kelly Green #49AB15
RGB
CMYK
RGB Variations
Color information
#49AB15 (or 0x49AB15) is known color: Kelly Green. HEX triplet: 49, AB and 15. RGB value is (73,171,21). Sum of RGB (Red+Green+Blue) = 73+171+21=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AB15 is #B654EA. Grayscale: #7D7D7D. Windows color (decimal): -11949291 or 1420105. OLE color: 1420105.
HSL color Cylindrical-coordinate representation of color #49AB15: hue angle of 99.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49AB15 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 21 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.33 |
| HSL | 99.2º | 0.78% | 0.38% | - |
| HSV(B) | 99.2º | 0.88% | 0.67% | - |
| XYZ | 17.45 | 30.6 | 5.7 | - |
| YUV | 124.6 | 69.53 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 21 | 0.57 | 0 | 0.88 | 0.33 | 99.2 | 0.78 | 0.38 |
| Hex | 49 | AB | 15 | 39 | 0 | 58 | 21 | 63 | 4E | 26 |
| Octal | 111 | 253 | 25 | 71 | 0 | 130 | 41 | 143 | 116 | 46 |
| Binary | 1001001 | 10101011 | 10101 | 111001 | 0 | 1011000 | 100001 | 1100011 | 1001110 | 100110 |
Color Harmonies of #49AB15
Complementary color
Monochromatic Colors of #49AB15
Black with #49AB15
Text Example
Text Example
White with #49AB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB15; }
p { color: rgb(73,171,21); }
H1.HeaderClassName
{
color: #49AB15;
}
.AnyTagClassName
{
color: #49AB15;
}
</style>
background-color css
<style>
a { background-color: #49AB15; }
a { background-color: rgb(73,171,21); }
div.DivClassName
{
background-color: #49AB15;
}
.BgClassName
{
background-color: #49AB15;
}
</style>
border-color css
<style>
span { border-color: #49AB15; }
span { border-color: rgb(73,171,21); }
td.TdClassName
{
border-color: #49AB15;
}
.TagClassName
{
border-color: #49AB15;
}
</style>