Shades of Green Smoke #99AF54
Tints of Green Smoke #99AF54
RGB
CMYK
RGB Variations
Color information
#99AF54 (or 0x99AF54) is known color: Green Smoke. HEX triplet: 99, AF and 54. RGB value is (153,175,84). Sum of RGB (Red+Green+Blue) = 153+175+84=412 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.14% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99AF54 is #6650AB. Grayscale: #9E9E9E. Windows color (decimal): -6705324 or 5549977. OLE color: 5549977.
HSL color Cylindrical-coordinate representation of color #99AF54: hue angle of 74.51º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99AF54 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 175 | 84 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.31 |
| HSL | 74.51º | 0.36% | 0.51% | - |
| HSV(B) | 74.51º | 0.52% | 0.69% | - |
| XYZ | 30.07 | 38.07 | 14.15 | - |
| YUV | 158.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 175 | 84 | 0.13 | 0 | 0.52 | 0.31 | 74.51 | 0.36 | 0.51 |
| Hex | 99 | AF | 54 | D | 0 | 34 | 1F | 4B | 24 | 33 |
| Octal | 231 | 257 | 124 | 15 | 0 | 64 | 37 | 113 | 44 | 63 |
| Binary | 10011001 | 10101111 | 1010100 | 1101 | 0 | 110100 | 11111 | 1001011 | 100100 | 110011 |
Color Harmonies of #99AF54
Complementary color
Monochromatic Colors of #99AF54
Black with #99AF54
Text Example
Text Example
White with #99AF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99AF54; }
p { color: rgb(153,175,84); }
H1.HeaderClassName
{
color: #99AF54;
}
.AnyTagClassName
{
color: #99AF54;
}
</style>
background-color css
<style>
a { background-color: #99AF54; }
a { background-color: rgb(153,175,84); }
div.DivClassName
{
background-color: #99AF54;
}
.BgClassName
{
background-color: #99AF54;
}
</style>
border-color css
<style>
span { border-color: #99AF54; }
span { border-color: rgb(153,175,84); }
td.TdClassName
{
border-color: #99AF54;
}
.TagClassName
{
border-color: #99AF54;
}
</style>