Shades of Kelly Green #49BA0A
Tints of Kelly Green #49BA0A
RGB
CMYK
RGB Variations
Color information
#49BA0A (or 0x49BA0A) is known color: Kelly Green. HEX triplet: 49, BA and 0A. RGB value is (73,186,10). Sum of RGB (Red+Green+Blue) = 73+186+10=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BA0A is #B645F5. Grayscale: #848484. Windows color (decimal): -11945462 or 703049. OLE color: 703049.
HSL color Cylindrical-coordinate representation of color #49BA0A: hue angle of 98.52º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49BA0A is Cyan = 0.61, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 10 | - |
| CMYK | 0.61 | 0 | 0.95 | 0.27 |
| HSL | 98.52º | 0.9% | 0.38% | - |
| HSV(B) | 98.52º | 0.95% | 0.73% | - |
| XYZ | 20.36 | 36.56 | 6.27 | - |
| YUV | 132.15 | 59.06 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 10 | 0.61 | 0 | 0.95 | 0.27 | 98.52 | 0.9 | 0.38 |
| Hex | 49 | BA | A | 3D | 0 | 5F | 1B | 63 | 5A | 26 |
| Octal | 111 | 272 | 12 | 75 | 0 | 137 | 33 | 143 | 132 | 46 |
| Binary | 1001001 | 10111010 | 1010 | 111101 | 0 | 1011111 | 11011 | 1100011 | 1011010 | 100110 |
Color Harmonies of #49BA0A
Complementary color
Monochromatic Colors of #49BA0A
Black with #49BA0A
Text Example
Text Example
White with #49BA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA0A; }
p { color: rgb(73,186,10); }
H1.HeaderClassName
{
color: #49BA0A;
}
.AnyTagClassName
{
color: #49BA0A;
}
</style>
background-color css
<style>
a { background-color: #49BA0A; }
a { background-color: rgb(73,186,10); }
div.DivClassName
{
background-color: #49BA0A;
}
.BgClassName
{
background-color: #49BA0A;
}
</style>
border-color css
<style>
span { border-color: #49BA0A; }
span { border-color: rgb(73,186,10); }
td.TdClassName
{
border-color: #49BA0A;
}
.TagClassName
{
border-color: #49BA0A;
}
</style>