Shades of Green Smoke #99AF50
Tints of Green Smoke #99AF50
RGB
CMYK
RGB Variations
Color information
#99AF50 (or 0x99AF50) is known color: Green Smoke. HEX triplet: 99, AF and 50. RGB value is (153,175,80). Sum of RGB (Red+Green+Blue) = 153+175+80=408 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.5% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF50 is #6650AF. Grayscale: #9D9D9D. Windows color (decimal): -6705328 or 5287833. OLE color: 5287833.
HSL color Cylindrical-coordinate representation of color #99AF50: hue angle of 73.89º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99AF50 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 80 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.31 |
| HSL | 73.89º | 0.37% | 0.5% | - |
| HSV(B) | 73.89º | 0.54% | 0.69% | - |
| XYZ | 29.91 | 38.01 | 13.35 | - |
| YUV | 157.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 80 | 0.13 | 0 | 0.54 | 0.31 | 73.89 | 0.37 | 0.5 |
| Hex | 99 | AF | 50 | D | 0 | 36 | 1F | 4A | 25 | 32 |
| Octal | 231 | 257 | 120 | 15 | 0 | 66 | 37 | 112 | 45 | 62 |
| Binary | 10011001 | 10101111 | 1010000 | 1101 | 0 | 110110 | 11111 | 1001010 | 100101 | 110010 |
Color Harmonies of #99AF50
Complementary color
Monochromatic Colors of #99AF50
Black with #99AF50
Text Example
Text Example
White with #99AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF50; }
p { color: rgb(153,175,80); }
H1.HeaderClassName
{
color: #99AF50;
}
.AnyTagClassName
{
color: #99AF50;
}
</style>
background-color css
<style>
a { background-color: #99AF50; }
a { background-color: rgb(153,175,80); }
div.DivClassName
{
background-color: #99AF50;
}
.BgClassName
{
background-color: #99AF50;
}
</style>
border-color css
<style>
span { border-color: #99AF50; }
span { border-color: rgb(153,175,80); }
td.TdClassName
{
border-color: #99AF50;
}
.TagClassName
{
border-color: #99AF50;
}
</style>