Shades of Green Smoke #9AAB5A
Tints of Green Smoke #9AAB5A
RGB
CMYK
RGB Variations
Color information
#9AAB5A (or 0x9AAB5A) is known color: Green Smoke. HEX triplet: 9A, AB and 5A. RGB value is (154,171,90). Sum of RGB (Red+Green+Blue) = 154+171+90=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 90 (35.55% from 255 or 21.69% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAB5A is #6554A5. Grayscale: #9C9C9C. Windows color (decimal): -6640806 or 5942170. OLE color: 5942170.
HSL color Cylindrical-coordinate representation of color #9AAB5A: hue angle of 72.59º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9AAB5A is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 171 | 90 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.33 |
| HSL | 72.59º | 0.33% | 0.51% | - |
| HSV(B) | 72.59º | 0.47% | 0.67% | - |
| XYZ | 29.73 | 36.73 | 15.2 | - |
| YUV | 156.68 | 90.37 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 171 | 90 | 0.10 | 0 | 0.47 | 0.33 | 72.59 | 0.33 | 0.51 |
| Hex | 9A | AB | 5A | A | 0 | 2F | 21 | 49 | 21 | 33 |
| Octal | 232 | 253 | 132 | 12 | 0 | 57 | 41 | 111 | 41 | 63 |
| Binary | 10011010 | 10101011 | 1011010 | 1010 | 0 | 101111 | 100001 | 1001001 | 100001 | 110011 |
Color Harmonies of #9AAB5A
Complementary color
Monochromatic Colors of #9AAB5A
Black with #9AAB5A
Text Example
Text Example
White with #9AAB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAB5A; }
p { color: rgb(154,171,90); }
H1.HeaderClassName
{
color: #9AAB5A;
}
.AnyTagClassName
{
color: #9AAB5A;
}
</style>
background-color css
<style>
a { background-color: #9AAB5A; }
a { background-color: rgb(154,171,90); }
div.DivClassName
{
background-color: #9AAB5A;
}
.BgClassName
{
background-color: #9AAB5A;
}
</style>
border-color css
<style>
span { border-color: #9AAB5A; }
span { border-color: rgb(154,171,90); }
td.TdClassName
{
border-color: #9AAB5A;
}
.TagClassName
{
border-color: #9AAB5A;
}
</style>