Shades of Kelly Green #49AC00
Tints of Kelly Green #49AC00
RGB
CMYK
RGB Variations
Color information
#49AC00 (or 0x49AC00) is known color: Kelly Green. HEX triplet: 49, AC and 00. RGB value is (73,172,0). Sum of RGB (Red+Green+Blue) = 73+172+0=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 172 (67.58% from 255 or 70.20% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AC00 is #B653FF. Grayscale: #7B7B7B. Windows color (decimal): -11949056 or 44105. OLE color: 44105.
HSL color Cylindrical-coordinate representation of color #49AC00: hue angle of 94.53º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49AC00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.33 |
| HSL | 94.53º | 1% | 0.34% | - |
| HSV(B) | 94.53º | 1% | 0.67% | - |
| XYZ | 17.5 | 30.92 | 5.05 | - |
| YUV | 122.79 | 58.7 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 0 | 0.58 | 0 | 1 | 0.33 | 94.53 | 1 | 0.34 |
| Hex | 49 | AC | 0 | 3A | 0 | 64 | 21 | 5F | 64 | 22 |
| Octal | 111 | 254 | 0 | 72 | 0 | 144 | 41 | 137 | 144 | 42 |
| Binary | 1001001 | 10101100 | 0 | 111010 | 0 | 1100100 | 100001 | 1011111 | 1100100 | 100010 |
Color Harmonies of #49AC00
Complementary color
Monochromatic Colors of #49AC00
Black with #49AC00
Text Example
Text Example
White with #49AC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC00; }
p { color: rgb(73,172,0); }
H1.HeaderClassName
{
color: #49AC00;
}
.AnyTagClassName
{
color: #49AC00;
}
</style>
background-color css
<style>
a { background-color: #49AC00; }
a { background-color: rgb(73,172,0); }
div.DivClassName
{
background-color: #49AC00;
}
.BgClassName
{
background-color: #49AC00;
}
</style>
border-color css
<style>
span { border-color: #49AC00; }
span { border-color: rgb(73,172,0); }
td.TdClassName
{
border-color: #49AC00;
}
.TagClassName
{
border-color: #49AC00;
}
</style>