Shades of Kelly Green #49A202
Tints of Kelly Green #49A202
RGB
CMYK
RGB Variations
Color information
#49A202 (or 0x49A202) is known color: Kelly Green. HEX triplet: 49, A2 and 02. RGB value is (73,162,2). Sum of RGB (Red+Green+Blue) = 73+162+2=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 162 (63.67% from 255 or 68.35% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 162 - color contains mainly: green. Hex color #49A202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A202 is #B65DFD. Grayscale: #757575. Windows color (decimal): -11951614 or 172617. OLE color: 172617.
HSL color Cylindrical-coordinate representation of color #49A202: hue angle of 93.38º degrees, saturation: 0.98, 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 #49A202 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 162 | 2 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.36 |
| HSL | 93.38º | 0.98% | 0.32% | - |
| HSV(B) | 93.38º | 0.99% | 0.64% | - |
| XYZ | 15.68 | 27.26 | 4.49 | - |
| YUV | 117.15 | 63.01 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 162 | 2 | 0.55 | 0 | 0.99 | 0.36 | 93.38 | 0.98 | 0.32 |
| Hex | 49 | A2 | 2 | 37 | 0 | 63 | 24 | 5D | 62 | 20 |
| Octal | 111 | 242 | 2 | 67 | 0 | 143 | 44 | 135 | 142 | 40 |
| Binary | 1001001 | 10100010 | 10 | 110111 | 0 | 1100011 | 100100 | 1011101 | 1100010 | 100000 |
Color Harmonies of #49A202
Complementary color
Monochromatic Colors of #49A202
Black with #49A202
Text Example
Text Example
White with #49A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A202; }
p { color: rgb(73,162,2); }
H1.HeaderClassName
{
color: #49A202;
}
.AnyTagClassName
{
color: #49A202;
}
</style>
background-color css
<style>
a { background-color: #49A202; }
a { background-color: rgb(73,162,2); }
div.DivClassName
{
background-color: #49A202;
}
.BgClassName
{
background-color: #49A202;
}
</style>
border-color css
<style>
span { border-color: #49A202; }
span { border-color: rgb(73,162,2); }
td.TdClassName
{
border-color: #49A202;
}
.TagClassName
{
border-color: #49A202;
}
</style>