Shades of Kelly Green #49AA01
Tints of Kelly Green #49AA01
RGB
CMYK
RGB Variations
Color information
#49AA01 (or 0x49AA01) is known color: Kelly Green. HEX triplet: 49, AA and 01. RGB value is (73,170,1). Sum of RGB (Red+Green+Blue) = 73+170+1=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 170 (66.80% from 255 or 69.67% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AA01 is #B655FE. Grayscale: #7A7A7A. Windows color (decimal): -11949567 or 109129. OLE color: 109129.
HSL color Cylindrical-coordinate representation of color #49AA01: hue angle of 94.44º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49AA01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.33 |
| HSL | 94.44º | 0.99% | 0.34% | - |
| HSV(B) | 94.44º | 0.99% | 0.67% | - |
| XYZ | 17.13 | 30.17 | 4.95 | - |
| YUV | 121.73 | 59.86 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 1 | 0.57 | 0 | 0.99 | 0.33 | 94.44 | 0.99 | 0.34 |
| Hex | 49 | AA | 1 | 39 | 0 | 63 | 21 | 5E | 63 | 22 |
| Octal | 111 | 252 | 1 | 71 | 0 | 143 | 41 | 136 | 143 | 42 |
| Binary | 1001001 | 10101010 | 1 | 111001 | 0 | 1100011 | 100001 | 1011110 | 1100011 | 100010 |
Color Harmonies of #49AA01
Complementary color
Monochromatic Colors of #49AA01
Black with #49AA01
Text Example
Text Example
White with #49AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA01; }
p { color: rgb(73,170,1); }
H1.HeaderClassName
{
color: #49AA01;
}
.AnyTagClassName
{
color: #49AA01;
}
</style>
background-color css
<style>
a { background-color: #49AA01; }
a { background-color: rgb(73,170,1); }
div.DivClassName
{
background-color: #49AA01;
}
.BgClassName
{
background-color: #49AA01;
}
</style>
border-color css
<style>
span { border-color: #49AA01; }
span { border-color: rgb(73,170,1); }
td.TdClassName
{
border-color: #49AA01;
}
.TagClassName
{
border-color: #49AA01;
}
</style>