Shades of Kelly Green #49AF09
Tints of Kelly Green #49AF09
RGB
CMYK
RGB Variations
Color information
#49AF09 (or 0x49AF09) is known color: Kelly Green. HEX triplet: 49, AF and 09. RGB value is (73,175,9). Sum of RGB (Red+Green+Blue) = 73+175+9=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AF09 is #B650F6. Grayscale: #7E7E7E. Windows color (decimal): -11948279 or 634697. OLE color: 634697.
HSL color Cylindrical-coordinate representation of color #49AF09: hue angle of 96.87º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49AF09 is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 9 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.31 |
| HSL | 96.87º | 0.9% | 0.36% | - |
| HSV(B) | 96.87º | 0.95% | 0.69% | - |
| XYZ | 18.13 | 32.1 | 5.5 | - |
| YUV | 125.58 | 62.21 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 9 | 0.58 | 0 | 0.95 | 0.31 | 96.87 | 0.9 | 0.36 |
| Hex | 49 | AF | 9 | 3A | 0 | 5F | 1F | 61 | 5A | 24 |
| Octal | 111 | 257 | 11 | 72 | 0 | 137 | 37 | 141 | 132 | 44 |
| Binary | 1001001 | 10101111 | 1001 | 111010 | 0 | 1011111 | 11111 | 1100001 | 1011010 | 100100 |
Color Harmonies of #49AF09
Complementary color
Monochromatic Colors of #49AF09
Black with #49AF09
Text Example
Text Example
White with #49AF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF09; }
p { color: rgb(73,175,9); }
H1.HeaderClassName
{
color: #49AF09;
}
.AnyTagClassName
{
color: #49AF09;
}
</style>
background-color css
<style>
a { background-color: #49AF09; }
a { background-color: rgb(73,175,9); }
div.DivClassName
{
background-color: #49AF09;
}
.BgClassName
{
background-color: #49AF09;
}
</style>
border-color css
<style>
span { border-color: #49AF09; }
span { border-color: rgb(73,175,9); }
td.TdClassName
{
border-color: #49AF09;
}
.TagClassName
{
border-color: #49AF09;
}
</style>