Shades of Kelly Green #499A08
Tints of Kelly Green #499A08
RGB
CMYK
RGB Variations
Color information
#499A08 (or 0x499A08) is known color: Kelly Green. HEX triplet: 49, 9A and 08. RGB value is (73,154,8). Sum of RGB (Red+Green+Blue) = 73+154+8=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 154 (60.55% from 255 or 65.53% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 154 - color contains mainly: green. Hex color #499A08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499A08 is #B665F7. Grayscale: #717171. Windows color (decimal): -11953656 or 563785. OLE color: 563785.
HSL color Cylindrical-coordinate representation of color #499A08: hue angle of 93.29º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #499A08 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 154 | 8 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.40 |
| HSL | 93.29º | 0.9% | 0.32% | - |
| HSV(B) | 93.29º | 0.95% | 0.6% | - |
| XYZ | 14.35 | 24.55 | 4.21 | - |
| YUV | 113.14 | 68.66 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 154 | 8 | 0.53 | 0 | 0.95 | 0.40 | 93.29 | 0.9 | 0.32 |
| Hex | 49 | 9A | 8 | 35 | 0 | 5F | 28 | 5D | 5A | 20 |
| Octal | 111 | 232 | 10 | 65 | 0 | 137 | 50 | 135 | 132 | 40 |
| Binary | 1001001 | 10011010 | 1000 | 110101 | 0 | 1011111 | 101000 | 1011101 | 1011010 | 100000 |
Color Harmonies of #499A08
Complementary color
Monochromatic Colors of #499A08
Black with #499A08
Text Example
Text Example
White with #499A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #499A08; }
p { color: rgb(73,154,8); }
H1.HeaderClassName
{
color: #499A08;
}
.AnyTagClassName
{
color: #499A08;
}
</style>
background-color css
<style>
a { background-color: #499A08; }
a { background-color: rgb(73,154,8); }
div.DivClassName
{
background-color: #499A08;
}
.BgClassName
{
background-color: #499A08;
}
</style>
border-color css
<style>
span { border-color: #499A08; }
span { border-color: rgb(73,154,8); }
td.TdClassName
{
border-color: #499A08;
}
.TagClassName
{
border-color: #499A08;
}
</style>