Shades of Green Smoke #9AAF52
Tints of Green Smoke #9AAF52
RGB
CMYK
RGB Variations
Color information
#9AAF52 (or 0x9AAF52) is known color: Green Smoke. HEX triplet: 9A, AF and 52. RGB value is (154,175,82). Sum of RGB (Red+Green+Blue) = 154+175+82=411 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.47% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF52 is #6550AD. Grayscale: #9E9E9E. Windows color (decimal): -6639790 or 5418906. OLE color: 5418906.
HSL color Cylindrical-coordinate representation of color #9AAF52: hue angle of 73.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AAF52 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 82 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.31 |
| HSL | 73.55º | 0.37% | 0.5% | - |
| HSV(B) | 73.55º | 0.53% | 0.69% | - |
| XYZ | 30.18 | 38.14 | 13.75 | - |
| YUV | 158.12 | 85.04 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 82 | 0.12 | 0 | 0.53 | 0.31 | 73.55 | 0.37 | 0.5 |
| Hex | 9A | AF | 52 | C | 0 | 35 | 1F | 4A | 25 | 32 |
| Octal | 232 | 257 | 122 | 14 | 0 | 65 | 37 | 112 | 45 | 62 |
| Binary | 10011010 | 10101111 | 1010010 | 1100 | 0 | 110101 | 11111 | 1001010 | 100101 | 110010 |
Color Harmonies of #9AAF52
Complementary color
Monochromatic Colors of #9AAF52
Black with #9AAF52
Text Example
Text Example
White with #9AAF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF52; }
p { color: rgb(154,175,82); }
H1.HeaderClassName
{
color: #9AAF52;
}
.AnyTagClassName
{
color: #9AAF52;
}
</style>
background-color css
<style>
a { background-color: #9AAF52; }
a { background-color: rgb(154,175,82); }
div.DivClassName
{
background-color: #9AAF52;
}
.BgClassName
{
background-color: #9AAF52;
}
</style>
border-color css
<style>
span { border-color: #9AAF52; }
span { border-color: rgb(154,175,82); }
td.TdClassName
{
border-color: #9AAF52;
}
.TagClassName
{
border-color: #9AAF52;
}
</style>