Shades of Kelly Green #49AB12
Tints of Kelly Green #49AB12
RGB
CMYK
RGB Variations
Color information
#49AB12 (or 0x49AB12) is known color: Kelly Green. HEX triplet: 49, AB and 12. RGB value is (73,171,18). Sum of RGB (Red+Green+Blue) = 73+171+18=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 171 (67.19% from 255 or 65.27% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AB12 is #B654ED. Grayscale: #7C7C7C. Windows color (decimal): -11949294 or 1223497. OLE color: 1223497.
HSL color Cylindrical-coordinate representation of color #49AB12: hue angle of 98.43º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49AB12 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 18 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.33 |
| HSL | 98.43º | 0.81% | 0.37% | - |
| HSV(B) | 98.43º | 0.89% | 0.67% | - |
| XYZ | 17.42 | 30.59 | 5.56 | - |
| YUV | 124.26 | 68.03 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 18 | 0.57 | 0 | 0.89 | 0.33 | 98.43 | 0.81 | 0.37 |
| Hex | 49 | AB | 12 | 39 | 0 | 59 | 21 | 62 | 51 | 25 |
| Octal | 111 | 253 | 22 | 71 | 0 | 131 | 41 | 142 | 121 | 45 |
| Binary | 1001001 | 10101011 | 10010 | 111001 | 0 | 1011001 | 100001 | 1100010 | 1010001 | 100101 |
Color Harmonies of #49AB12
Complementary color
Monochromatic Colors of #49AB12
Black with #49AB12
Text Example
Text Example
White with #49AB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB12; }
p { color: rgb(73,171,18); }
H1.HeaderClassName
{
color: #49AB12;
}
.AnyTagClassName
{
color: #49AB12;
}
</style>
background-color css
<style>
a { background-color: #49AB12; }
a { background-color: rgb(73,171,18); }
div.DivClassName
{
background-color: #49AB12;
}
.BgClassName
{
background-color: #49AB12;
}
</style>
border-color css
<style>
span { border-color: #49AB12; }
span { border-color: rgb(73,171,18); }
td.TdClassName
{
border-color: #49AB12;
}
.TagClassName
{
border-color: #49AB12;
}
</style>