Shades of Kelly Green #49A802
Tints of Kelly Green #49A802
RGB
CMYK
RGB Variations
Color information
#49A802 (or 0x49A802) is known color: Kelly Green. HEX triplet: 49, A8 and 02. RGB value is (73,168,2). Sum of RGB (Red+Green+Blue) = 73+168+2=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 168 (66.02% from 255 or 69.14% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 168 - color contains mainly: green. Hex color #49A802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A802 is #B657FD. Grayscale: #797979. Windows color (decimal): -11950078 or 174153. OLE color: 174153.
HSL color Cylindrical-coordinate representation of color #49A802: hue angle of 94.34º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49A802 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 168 | 2 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.34 |
| HSL | 94.34º | 0.98% | 0.33% | - |
| HSV(B) | 94.34º | 0.99% | 0.66% | - |
| XYZ | 16.76 | 29.43 | 4.85 | - |
| YUV | 120.67 | 61.03 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 168 | 2 | 0.57 | 0 | 0.99 | 0.34 | 94.34 | 0.98 | 0.33 |
| Hex | 49 | A8 | 2 | 39 | 0 | 63 | 22 | 5E | 62 | 21 |
| Octal | 111 | 250 | 2 | 71 | 0 | 143 | 42 | 136 | 142 | 41 |
| Binary | 1001001 | 10101000 | 10 | 111001 | 0 | 1100011 | 100010 | 1011110 | 1100010 | 100001 |
Color Harmonies of #49A802
Complementary color
Monochromatic Colors of #49A802
Black with #49A802
Text Example
Text Example
White with #49A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A802; }
p { color: rgb(73,168,2); }
H1.HeaderClassName
{
color: #49A802;
}
.AnyTagClassName
{
color: #49A802;
}
</style>
background-color css
<style>
a { background-color: #49A802; }
a { background-color: rgb(73,168,2); }
div.DivClassName
{
background-color: #49A802;
}
.BgClassName
{
background-color: #49A802;
}
</style>
border-color css
<style>
span { border-color: #49A802; }
span { border-color: rgb(73,168,2); }
td.TdClassName
{
border-color: #49A802;
}
.TagClassName
{
border-color: #49A802;
}
</style>