Shades of Green Smoke #9AB353
Tints of Green Smoke #9AB353
RGB
CMYK
RGB Variations
Color information
#9AB353 (or 0x9AB353) is known color: Green Smoke. HEX triplet: 9A, B3 and 53. RGB value is (154,179,83). Sum of RGB (Red+Green+Blue) = 154+179+83=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 83 (32.81% from 255 or 19.95% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB353 is #654CAC. Grayscale: #A0A0A0. Windows color (decimal): -6638765 or 5485466. OLE color: 5485466.
HSL color Cylindrical-coordinate representation of color #9AB353: hue angle of 75.63º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AB353 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 179 | 83 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.30 |
| HSL | 75.63º | 0.39% | 0.51% | - |
| HSV(B) | 75.63º | 0.54% | 0.7% | - |
| XYZ | 31.01 | 39.73 | 14.22 | - |
| YUV | 160.58 | 84.22 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 179 | 83 | 0.14 | 0 | 0.54 | 0.30 | 75.63 | 0.39 | 0.51 |
| Hex | 9A | B3 | 53 | E | 0 | 36 | 1E | 4C | 27 | 33 |
| Octal | 232 | 263 | 123 | 16 | 0 | 66 | 36 | 114 | 47 | 63 |
| Binary | 10011010 | 10110011 | 1010011 | 1110 | 0 | 110110 | 11110 | 1001100 | 100111 | 110011 |
Color Harmonies of #9AB353
Complementary color
Monochromatic Colors of #9AB353
Black with #9AB353
Text Example
Text Example
White with #9AB353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB353; }
p { color: rgb(154,179,83); }
H1.HeaderClassName
{
color: #9AB353;
}
.AnyTagClassName
{
color: #9AB353;
}
</style>
background-color css
<style>
a { background-color: #9AB353; }
a { background-color: rgb(154,179,83); }
div.DivClassName
{
background-color: #9AB353;
}
.BgClassName
{
background-color: #9AB353;
}
</style>
border-color css
<style>
span { border-color: #9AB353; }
span { border-color: rgb(154,179,83); }
td.TdClassName
{
border-color: #9AB353;
}
.TagClassName
{
border-color: #9AB353;
}
</style>