Shades of Kelly Green #49AC0C
Tints of Kelly Green #49AC0C
RGB
CMYK
RGB Variations
Color information
#49AC0C (or 0x49AC0C) is known color: Kelly Green. HEX triplet: 49, AC and 0C. RGB value is (73,172,12). Sum of RGB (Red+Green+Blue) = 73+172+12=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 172 (67.58% from 255 or 66.93% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AC0C is #B653F3. Grayscale: #7C7C7C. Windows color (decimal): -11949044 or 830537. OLE color: 830537.
HSL color Cylindrical-coordinate representation of color #49AC0C: hue angle of 97.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49AC0C is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 12 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.33 |
| HSL | 97.13º | 0.87% | 0.36% | - |
| HSV(B) | 97.13º | 0.93% | 0.67% | - |
| XYZ | 17.57 | 30.95 | 5.4 | - |
| YUV | 124.16 | 64.7 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 12 | 0.58 | 0 | 0.93 | 0.33 | 97.13 | 0.87 | 0.36 |
| Hex | 49 | AC | C | 3A | 0 | 5D | 21 | 61 | 57 | 24 |
| Octal | 111 | 254 | 14 | 72 | 0 | 135 | 41 | 141 | 127 | 44 |
| Binary | 1001001 | 10101100 | 1100 | 111010 | 0 | 1011101 | 100001 | 1100001 | 1010111 | 100100 |
Color Harmonies of #49AC0C
Complementary color
Monochromatic Colors of #49AC0C
Black with #49AC0C
Text Example
Text Example
White with #49AC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC0C; }
p { color: rgb(73,172,12); }
H1.HeaderClassName
{
color: #49AC0C;
}
.AnyTagClassName
{
color: #49AC0C;
}
</style>
background-color css
<style>
a { background-color: #49AC0C; }
a { background-color: rgb(73,172,12); }
div.DivClassName
{
background-color: #49AC0C;
}
.BgClassName
{
background-color: #49AC0C;
}
</style>
border-color css
<style>
span { border-color: #49AC0C; }
span { border-color: rgb(73,172,12); }
td.TdClassName
{
border-color: #49AC0C;
}
.TagClassName
{
border-color: #49AC0C;
}
</style>