Shades of Kelly Green #49A301
Tints of Kelly Green #49A301
RGB
CMYK
RGB Variations
Color information
#49A301 (or 0x49A301) is known color: Kelly Green. HEX triplet: 49, A3 and 01. RGB value is (73,163,1). Sum of RGB (Red+Green+Blue) = 73+163+1=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 163 (64.06% from 255 or 68.78% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 163 - color contains mainly: green. Hex color #49A301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A301 is #B65CFE. Grayscale: #767676. Windows color (decimal): -11951359 or 107337. OLE color: 107337.
HSL color Cylindrical-coordinate representation of color #49A301: hue angle of 93.33º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49A301 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 163 | 1 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.36 |
| HSL | 93.33º | 0.99% | 0.32% | - |
| HSV(B) | 93.33º | 0.99% | 0.64% | - |
| XYZ | 15.85 | 27.61 | 4.52 | - |
| YUV | 117.62 | 62.18 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 163 | 1 | 0.55 | 0 | 0.99 | 0.36 | 93.33 | 0.99 | 0.32 |
| Hex | 49 | A3 | 1 | 37 | 0 | 63 | 24 | 5D | 63 | 20 |
| Octal | 111 | 243 | 1 | 67 | 0 | 143 | 44 | 135 | 143 | 40 |
| Binary | 1001001 | 10100011 | 1 | 110111 | 0 | 1100011 | 100100 | 1011101 | 1100011 | 100000 |
Color Harmonies of #49A301
Complementary color
Monochromatic Colors of #49A301
Black with #49A301
Text Example
Text Example
White with #49A301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A301; }
p { color: rgb(73,163,1); }
H1.HeaderClassName
{
color: #49A301;
}
.AnyTagClassName
{
color: #49A301;
}
</style>
background-color css
<style>
a { background-color: #49A301; }
a { background-color: rgb(73,163,1); }
div.DivClassName
{
background-color: #49A301;
}
.BgClassName
{
background-color: #49A301;
}
</style>
border-color css
<style>
span { border-color: #49A301; }
span { border-color: rgb(73,163,1); }
td.TdClassName
{
border-color: #49A301;
}
.TagClassName
{
border-color: #49A301;
}
</style>