Shades of Green Smoke #9AA14F
Tints of Green Smoke #9AA14F
RGB
CMYK
RGB Variations
Color information
#9AA14F (or 0x9AA14F) is known color: Green Smoke. HEX triplet: 9A, A1 and 4F. RGB value is (154,161,79). Sum of RGB (Red+Green+Blue) = 154+161+79=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA14F is #655EB0. Grayscale: #959595. Windows color (decimal): -6643377 or 5218714. OLE color: 5218714.
HSL color Cylindrical-coordinate representation of color #9AA14F: hue angle of 65.12º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AA14F is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 161 | 79 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.37 |
| HSL | 65.12º | 0.34% | 0.47% | - |
| HSV(B) | 65.12º | 0.51% | 0.63% | - |
| XYZ | 27.48 | 32.92 | 12.3 | - |
| YUV | 149.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 161 | 79 | 0.04 | 0 | 0.51 | 0.37 | 65.12 | 0.34 | 0.47 |
| Hex | 9A | A1 | 4F | 4 | 0 | 33 | 25 | 41 | 22 | 2F |
| Octal | 232 | 241 | 117 | 4 | 0 | 63 | 45 | 101 | 42 | 57 |
| Binary | 10011010 | 10100001 | 1001111 | 100 | 0 | 110011 | 100101 | 1000001 | 100010 | 101111 |
Color Harmonies of #9AA14F
Complementary color
Monochromatic Colors of #9AA14F
Black with #9AA14F
Text Example
Text Example
White with #9AA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA14F; }
p { color: rgb(154,161,79); }
H1.HeaderClassName
{
color: #9AA14F;
}
.AnyTagClassName
{
color: #9AA14F;
}
</style>
background-color css
<style>
a { background-color: #9AA14F; }
a { background-color: rgb(154,161,79); }
div.DivClassName
{
background-color: #9AA14F;
}
.BgClassName
{
background-color: #9AA14F;
}
</style>
border-color css
<style>
span { border-color: #9AA14F; }
span { border-color: rgb(154,161,79); }
td.TdClassName
{
border-color: #9AA14F;
}
.TagClassName
{
border-color: #9AA14F;
}
</style>