Shades of Green Smoke #9AAC50
Tints of Green Smoke #9AAC50
RGB
CMYK
RGB Variations
Color information
#9AAC50 (or 0x9AAC50) is known color: Green Smoke. HEX triplet: 9A, AC and 50. RGB value is (154,172,80). Sum of RGB (Red+Green+Blue) = 154+172+80=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAC50 is #6553AF. Grayscale: #9C9C9C. Windows color (decimal): -6640560 or 5287066. OLE color: 5287066.
HSL color Cylindrical-coordinate representation of color #9AAC50: hue angle of 71.74º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9AAC50 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 172 | 80 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.33 |
| HSL | 71.74º | 0.37% | 0.49% | - |
| HSV(B) | 71.74º | 0.53% | 0.67% | - |
| XYZ | 29.53 | 36.95 | 13.17 | - |
| YUV | 156.13 | 85.04 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 172 | 80 | 0.10 | 0 | 0.53 | 0.33 | 71.74 | 0.37 | 0.49 |
| Hex | 9A | AC | 50 | A | 0 | 35 | 21 | 48 | 25 | 31 |
| Octal | 232 | 254 | 120 | 12 | 0 | 65 | 41 | 110 | 45 | 61 |
| Binary | 10011010 | 10101100 | 1010000 | 1010 | 0 | 110101 | 100001 | 1001000 | 100101 | 110001 |
Color Harmonies of #9AAC50
Complementary color
Monochromatic Colors of #9AAC50
Black with #9AAC50
Text Example
Text Example
White with #9AAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAC50; }
p { color: rgb(154,172,80); }
H1.HeaderClassName
{
color: #9AAC50;
}
.AnyTagClassName
{
color: #9AAC50;
}
</style>
background-color css
<style>
a { background-color: #9AAC50; }
a { background-color: rgb(154,172,80); }
div.DivClassName
{
background-color: #9AAC50;
}
.BgClassName
{
background-color: #9AAC50;
}
</style>
border-color css
<style>
span { border-color: #9AAC50; }
span { border-color: rgb(154,172,80); }
td.TdClassName
{
border-color: #9AAC50;
}
.TagClassName
{
border-color: #9AAC50;
}
</style>