Shades of Kelly Green #49AF0A
Tints of Kelly Green #49AF0A
RGB
CMYK
RGB Variations
Color information
#49AF0A (or 0x49AF0A) is known color: Kelly Green. HEX triplet: 49, AF and 0A. RGB value is (73,175,10). Sum of RGB (Red+Green+Blue) = 73+175+10=258 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.29% from 258); Green value is 175 (68.75% from 255 or 67.83% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AF0A is #B650F5. Grayscale: #7E7E7E. Windows color (decimal): -11948278 or 700233. OLE color: 700233.
HSL color Cylindrical-coordinate representation of color #49AF0A: hue angle of 97.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49AF0A is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 10 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.31 |
| HSL | 97.09º | 0.89% | 0.36% | - |
| HSV(B) | 97.09º | 0.94% | 0.69% | - |
| XYZ | 18.13 | 32.1 | 5.53 | - |
| YUV | 125.69 | 62.71 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 10 | 0.58 | 0 | 0.94 | 0.31 | 97.09 | 0.89 | 0.36 |
| Hex | 49 | AF | A | 3A | 0 | 5E | 1F | 61 | 59 | 24 |
| Octal | 111 | 257 | 12 | 72 | 0 | 136 | 37 | 141 | 131 | 44 |
| Binary | 1001001 | 10101111 | 1010 | 111010 | 0 | 1011110 | 11111 | 1100001 | 1011001 | 100100 |
Color Harmonies of #49AF0A
Complementary color
Monochromatic Colors of #49AF0A
Black with #49AF0A
Text Example
Text Example
White with #49AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF0A; }
p { color: rgb(73,175,10); }
H1.HeaderClassName
{
color: #49AF0A;
}
.AnyTagClassName
{
color: #49AF0A;
}
</style>
background-color css
<style>
a { background-color: #49AF0A; }
a { background-color: rgb(73,175,10); }
div.DivClassName
{
background-color: #49AF0A;
}
.BgClassName
{
background-color: #49AF0A;
}
</style>
border-color css
<style>
span { border-color: #49AF0A; }
span { border-color: rgb(73,175,10); }
td.TdClassName
{
border-color: #49AF0A;
}
.TagClassName
{
border-color: #49AF0A;
}
</style>