Shades of Kelly Green #49A812
Tints of Kelly Green #49A812
RGB
CMYK
RGB Variations
Color information
#49A812 (or 0x49A812) is known color: Kelly Green. HEX triplet: 49, A8 and 12. RGB value is (73,168,18). Sum of RGB (Red+Green+Blue) = 73+168+18=259 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.19% from 259); Green value is 168 (66.02% from 255 or 64.86% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 168 - color contains mainly: green. Hex color #49A812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A812 is #B657ED. Grayscale: #7A7A7A. Windows color (decimal): -11950062 or 1222729. OLE color: 1222729.
HSL color Cylindrical-coordinate representation of color #49A812: hue angle of 98º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49A812 is Cyan = 0.57, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 168 | 18 | - |
| CMYK | 0.57 | 0 | 0.89 | 0.34 |
| HSL | 98º | 0.81% | 0.36% | - |
| HSV(B) | 98º | 0.89% | 0.66% | - |
| XYZ | 16.86 | 29.47 | 5.37 | - |
| YUV | 122.5 | 69.03 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 18 | 0.57 | 0 | 0.89 | 0.34 | 98 | 0.81 | 0.36 |
| Hex | 49 | A8 | 12 | 39 | 0 | 59 | 22 | 62 | 51 | 24 |
| Octal | 111 | 250 | 22 | 71 | 0 | 131 | 42 | 142 | 121 | 44 |
| Binary | 1001001 | 10101000 | 10010 | 111001 | 0 | 1011001 | 100010 | 1100010 | 1010001 | 100100 |
Color Harmonies of #49A812
Complementary color
Monochromatic Colors of #49A812
Black with #49A812
Text Example
Text Example
White with #49A812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A812; }
p { color: rgb(73,168,18); }
H1.HeaderClassName
{
color: #49A812;
}
.AnyTagClassName
{
color: #49A812;
}
</style>
background-color css
<style>
a { background-color: #49A812; }
a { background-color: rgb(73,168,18); }
div.DivClassName
{
background-color: #49A812;
}
.BgClassName
{
background-color: #49A812;
}
</style>
border-color css
<style>
span { border-color: #49A812; }
span { border-color: rgb(73,168,18); }
td.TdClassName
{
border-color: #49A812;
}
.TagClassName
{
border-color: #49A812;
}
</style>