Shades of Kelly Green #49AC12
Tints of Kelly Green #49AC12
RGB
CMYK
RGB Variations
Color information
#49AC12 (or 0x49AC12) is known color: Kelly Green. HEX triplet: 49, AC and 12. RGB value is (73,172,18). Sum of RGB (Red+Green+Blue) = 73+172+18=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 172 (67.58% from 255 or 65.40% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AC12 is #B653ED. Grayscale: #7D7D7D. Windows color (decimal): -11949038 or 1223753. OLE color: 1223753.
HSL color Cylindrical-coordinate representation of color #49AC12: hue angle of 98.57º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #49AC12 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 18 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.33 |
| HSL | 98.57º | 0.81% | 0.37% | - |
| HSV(B) | 98.57º | 0.9% | 0.67% | - |
| XYZ | 17.61 | 30.97 | 5.62 | - |
| YUV | 124.84 | 67.7 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 18 | 0.58 | 0 | 0.90 | 0.33 | 98.57 | 0.81 | 0.37 |
| Hex | 49 | AC | 12 | 3A | 0 | 5A | 21 | 63 | 51 | 25 |
| Octal | 111 | 254 | 22 | 72 | 0 | 132 | 41 | 143 | 121 | 45 |
| Binary | 1001001 | 10101100 | 10010 | 111010 | 0 | 1011010 | 100001 | 1100011 | 1010001 | 100101 |
Color Harmonies of #49AC12
Complementary color
Monochromatic Colors of #49AC12
Black with #49AC12
Text Example
Text Example
White with #49AC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC12; }
p { color: rgb(73,172,18); }
H1.HeaderClassName
{
color: #49AC12;
}
.AnyTagClassName
{
color: #49AC12;
}
</style>
background-color css
<style>
a { background-color: #49AC12; }
a { background-color: rgb(73,172,18); }
div.DivClassName
{
background-color: #49AC12;
}
.BgClassName
{
background-color: #49AC12;
}
</style>
border-color css
<style>
span { border-color: #49AC12; }
span { border-color: rgb(73,172,18); }
td.TdClassName
{
border-color: #49AC12;
}
.TagClassName
{
border-color: #49AC12;
}
</style>