Shades of Green Smoke #9AA34F
Tints of Green Smoke #9AA34F
RGB
CMYK
RGB Variations
Color information
#9AA34F (or 0x9AA34F) is known color: Green Smoke. HEX triplet: 9A, A3 and 4F. RGB value is (154,163,79). Sum of RGB (Red+Green+Blue) = 154+163+79=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA34F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA34F is #655CB0. Grayscale: #979797. Windows color (decimal): -6642865 or 5219226. OLE color: 5219226.
HSL color Cylindrical-coordinate representation of color #9AA34F: hue angle of 66.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AA34F is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 163 | 79 | - |
| CMYK | 0.06 | 0 | 0.52 | 0.36 |
| HSL | 66.43º | 0.35% | 0.47% | - |
| HSV(B) | 66.43º | 0.52% | 0.64% | - |
| XYZ | 27.83 | 33.63 | 12.42 | - |
| YUV | 150.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 79 | 0.06 | 0 | 0.52 | 0.36 | 66.43 | 0.35 | 0.47 |
| Hex | 9A | A3 | 4F | 6 | 0 | 34 | 24 | 42 | 23 | 2F |
| Octal | 232 | 243 | 117 | 6 | 0 | 64 | 44 | 102 | 43 | 57 |
| Binary | 10011010 | 10100011 | 1001111 | 110 | 0 | 110100 | 100100 | 1000010 | 100011 | 101111 |
Color Harmonies of #9AA34F
Complementary color
Monochromatic Colors of #9AA34F
Black with #9AA34F
Text Example
Text Example
White with #9AA34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA34F; }
p { color: rgb(154,163,79); }
H1.HeaderClassName
{
color: #9AA34F;
}
.AnyTagClassName
{
color: #9AA34F;
}
</style>
background-color css
<style>
a { background-color: #9AA34F; }
a { background-color: rgb(154,163,79); }
div.DivClassName
{
background-color: #9AA34F;
}
.BgClassName
{
background-color: #9AA34F;
}
</style>
border-color css
<style>
span { border-color: #9AA34F; }
span { border-color: rgb(154,163,79); }
td.TdClassName
{
border-color: #9AA34F;
}
.TagClassName
{
border-color: #9AA34F;
}
</style>