Shades of Green Smoke #99AF4D
Tints of Green Smoke #99AF4D
RGB
CMYK
RGB Variations
Color information
#99AF4D (or 0x99AF4D) is known color: Green Smoke. HEX triplet: 99, AF and 4D. RGB value is (153,175,77). Sum of RGB (Red+Green+Blue) = 153+175+77=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 175 (68.75% from 255 or 43.21% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF4D is #6650B2. Grayscale: #9D9D9D. Windows color (decimal): -6705331 or 5091225. OLE color: 5091225.
HSL color Cylindrical-coordinate representation of color #99AF4D: hue angle of 73.47º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99AF4D is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 77 | - |
| CMYK | 0.13 | 0 | 0.56 | 0.31 |
| HSL | 73.47º | 0.39% | 0.49% | - |
| HSV(B) | 73.47º | 0.56% | 0.69% | - |
| XYZ | 29.81 | 37.97 | 12.78 | - |
| YUV | 157.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 77 | 0.13 | 0 | 0.56 | 0.31 | 73.47 | 0.39 | 0.49 |
| Hex | 99 | AF | 4D | D | 0 | 38 | 1F | 49 | 27 | 31 |
| Octal | 231 | 257 | 115 | 15 | 0 | 70 | 37 | 111 | 47 | 61 |
| Binary | 10011001 | 10101111 | 1001101 | 1101 | 0 | 111000 | 11111 | 1001001 | 100111 | 110001 |
Color Harmonies of #99AF4D
Complementary color
Monochromatic Colors of #99AF4D
Black with #99AF4D
Text Example
Text Example
White with #99AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF4D; }
p { color: rgb(153,175,77); }
H1.HeaderClassName
{
color: #99AF4D;
}
.AnyTagClassName
{
color: #99AF4D;
}
</style>
background-color css
<style>
a { background-color: #99AF4D; }
a { background-color: rgb(153,175,77); }
div.DivClassName
{
background-color: #99AF4D;
}
.BgClassName
{
background-color: #99AF4D;
}
</style>
border-color css
<style>
span { border-color: #99AF4D; }
span { border-color: rgb(153,175,77); }
td.TdClassName
{
border-color: #99AF4D;
}
.TagClassName
{
border-color: #99AF4D;
}
</style>