Shades of Green Smoke #99AF63
Tints of Green Smoke #99AF63
RGB
CMYK
RGB Variations
Color information
#99AF63 (or 0x99AF63) is known color: Green Smoke. HEX triplet: 99, AF and 63. RGB value is (153,175,99). Sum of RGB (Red+Green+Blue) = 153+175+99=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF63 is #66509C. Grayscale: #A0A0A0. Windows color (decimal): -6705309 or 6533017. OLE color: 6533017.
HSL color Cylindrical-coordinate representation of color #99AF63: hue angle of 77.37º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99AF63 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 99 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.31 |
| HSL | 77.37º | 0.32% | 0.54% | - |
| HSV(B) | 77.37º | 0.43% | 0.69% | - |
| XYZ | 30.72 | 38.33 | 17.58 | - |
| YUV | 159.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 99 | 0.13 | 0 | 0.43 | 0.31 | 77.37 | 0.32 | 0.54 |
| Hex | 99 | AF | 63 | D | 0 | 2B | 1F | 4D | 20 | 36 |
| Octal | 231 | 257 | 143 | 15 | 0 | 53 | 37 | 115 | 40 | 66 |
| Binary | 10011001 | 10101111 | 1100011 | 1101 | 0 | 101011 | 11111 | 1001101 | 100000 | 110110 |
Color Harmonies of #99AF63
Complementary color
Monochromatic Colors of #99AF63
Black with #99AF63
Text Example
Text Example
White with #99AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF63; }
p { color: rgb(153,175,99); }
H1.HeaderClassName
{
color: #99AF63;
}
.AnyTagClassName
{
color: #99AF63;
}
</style>
background-color css
<style>
a { background-color: #99AF63; }
a { background-color: rgb(153,175,99); }
div.DivClassName
{
background-color: #99AF63;
}
.BgClassName
{
background-color: #99AF63;
}
</style>
border-color css
<style>
span { border-color: #99AF63; }
span { border-color: rgb(153,175,99); }
td.TdClassName
{
border-color: #99AF63;
}
.TagClassName
{
border-color: #99AF63;
}
</style>