Shades of Kelly Green #49AC0A
Tints of Kelly Green #49AC0A
RGB
CMYK
RGB Variations
Color information
#49AC0A (or 0x49AC0A) is known color: Kelly Green. HEX triplet: 49, AC and 0A. RGB value is (73,172,10). Sum of RGB (Red+Green+Blue) = 73+172+10=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 172 (67.58% from 255 or 67.45% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AC0A is #B653F5. Grayscale: #7C7C7C. Windows color (decimal): -11949046 or 699465. OLE color: 699465.
HSL color Cylindrical-coordinate representation of color #49AC0A: hue angle of 96.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49AC0A is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 10 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.33 |
| HSL | 96.67º | 0.89% | 0.36% | - |
| HSV(B) | 96.67º | 0.94% | 0.67% | - |
| XYZ | 17.55 | 30.94 | 5.33 | - |
| YUV | 123.93 | 63.7 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 10 | 0.58 | 0 | 0.94 | 0.33 | 96.67 | 0.89 | 0.36 |
| Hex | 49 | AC | A | 3A | 0 | 5E | 21 | 61 | 59 | 24 |
| Octal | 111 | 254 | 12 | 72 | 0 | 136 | 41 | 141 | 131 | 44 |
| Binary | 1001001 | 10101100 | 1010 | 111010 | 0 | 1011110 | 100001 | 1100001 | 1011001 | 100100 |
Color Harmonies of #49AC0A
Complementary color
Monochromatic Colors of #49AC0A
Black with #49AC0A
Text Example
Text Example
White with #49AC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC0A; }
p { color: rgb(73,172,10); }
H1.HeaderClassName
{
color: #49AC0A;
}
.AnyTagClassName
{
color: #49AC0A;
}
</style>
background-color css
<style>
a { background-color: #49AC0A; }
a { background-color: rgb(73,172,10); }
div.DivClassName
{
background-color: #49AC0A;
}
.BgClassName
{
background-color: #49AC0A;
}
</style>
border-color css
<style>
span { border-color: #49AC0A; }
span { border-color: rgb(73,172,10); }
td.TdClassName
{
border-color: #49AC0A;
}
.TagClassName
{
border-color: #49AC0A;
}
</style>