Shades of Kelly Green #49AA07
Tints of Kelly Green #49AA07
RGB
CMYK
RGB Variations
Color information
#49AA07 (or 0x49AA07) is known color: Kelly Green. HEX triplet: 49, AA and 07. RGB value is (73,170,7). Sum of RGB (Red+Green+Blue) = 73+170+7=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 170 (66.80% from 255 or 68% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AA07 is #B655F8. Grayscale: #7A7A7A. Windows color (decimal): -11949561 or 502345. OLE color: 502345.
HSL color Cylindrical-coordinate representation of color #49AA07: hue angle of 95.71º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49AA07 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 7 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.33 |
| HSL | 95.71º | 0.92% | 0.35% | - |
| HSV(B) | 95.71º | 0.96% | 0.67% | - |
| XYZ | 17.16 | 30.18 | 5.12 | - |
| YUV | 122.42 | 62.86 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 7 | 0.57 | 0 | 0.96 | 0.33 | 95.71 | 0.92 | 0.35 |
| Hex | 49 | AA | 7 | 39 | 0 | 60 | 21 | 60 | 5C | 23 |
| Octal | 111 | 252 | 7 | 71 | 0 | 140 | 41 | 140 | 134 | 43 |
| Binary | 1001001 | 10101010 | 111 | 111001 | 0 | 1100000 | 100001 | 1100000 | 1011100 | 100011 |
Color Harmonies of #49AA07
Complementary color
Monochromatic Colors of #49AA07
Black with #49AA07
Text Example
Text Example
White with #49AA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA07; }
p { color: rgb(73,170,7); }
H1.HeaderClassName
{
color: #49AA07;
}
.AnyTagClassName
{
color: #49AA07;
}
</style>
background-color css
<style>
a { background-color: #49AA07; }
a { background-color: rgb(73,170,7); }
div.DivClassName
{
background-color: #49AA07;
}
.BgClassName
{
background-color: #49AA07;
}
</style>
border-color css
<style>
span { border-color: #49AA07; }
span { border-color: rgb(73,170,7); }
td.TdClassName
{
border-color: #49AA07;
}
.TagClassName
{
border-color: #49AA07;
}
</style>