Shades of Green Smoke #9AAF5F
Tints of Green Smoke #9AAF5F
RGB
CMYK
RGB Variations
Color information
#9AAF5F (or 0x9AAF5F) is known color: Green Smoke. HEX triplet: 9A, AF and 5F. RGB value is (154,175,95). Sum of RGB (Red+Green+Blue) = 154+175+95=424 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.32% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAF5F is #6550A0. Grayscale: #9F9F9F. Windows color (decimal): -6639777 or 6270874. OLE color: 6270874.
HSL color Cylindrical-coordinate representation of color #9AAF5F: hue angle of 75.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AAF5F is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 175 | 95 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.31 |
| HSL | 75.75º | 0.33% | 0.53% | - |
| HSV(B) | 75.75º | 0.46% | 0.69% | - |
| XYZ | 30.72 | 38.36 | 16.61 | - |
| YUV | 159.6 | 91.54 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 175 | 95 | 0.12 | 0 | 0.46 | 0.31 | 75.75 | 0.33 | 0.53 |
| Hex | 9A | AF | 5F | C | 0 | 2E | 1F | 4C | 21 | 35 |
| Octal | 232 | 257 | 137 | 14 | 0 | 56 | 37 | 114 | 41 | 65 |
| Binary | 10011010 | 10101111 | 1011111 | 1100 | 0 | 101110 | 11111 | 1001100 | 100001 | 110101 |
Color Harmonies of #9AAF5F
Complementary color
Monochromatic Colors of #9AAF5F
Black with #9AAF5F
Text Example
Text Example
White with #9AAF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAF5F; }
p { color: rgb(154,175,95); }
H1.HeaderClassName
{
color: #9AAF5F;
}
.AnyTagClassName
{
color: #9AAF5F;
}
</style>
background-color css
<style>
a { background-color: #9AAF5F; }
a { background-color: rgb(154,175,95); }
div.DivClassName
{
background-color: #9AAF5F;
}
.BgClassName
{
background-color: #9AAF5F;
}
</style>
border-color css
<style>
span { border-color: #9AAF5F; }
span { border-color: rgb(154,175,95); }
td.TdClassName
{
border-color: #9AAF5F;
}
.TagClassName
{
border-color: #9AAF5F;
}
</style>