Shades of Green Smoke #9AB65E
Tints of Green Smoke #9AB65E
RGB
CMYK
RGB Variations
Color information
#9AB65E (or 0x9AB65E) is known color: Green Smoke. HEX triplet: 9A, B6 and 5E. RGB value is (154,182,94). Sum of RGB (Red+Green+Blue) = 154+182+94=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 182 (71.48% from 255 or 42.33% from 430); Blue value is 94 (37.11% from 255 or 21.86% from 430); Max value from RGB is 182 - color contains mainly: green. Hex color #9AB65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB65E is #6549A1. Grayscale: #A3A3A3. Windows color (decimal): -6637986 or 6207130. OLE color: 6207130.
HSL color Cylindrical-coordinate representation of color #9AB65E: hue angle of 79.09º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9AB65E is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 182 | 94 | - |
| CMYK | 0.15 | 0 | 0.48 | 0.29 |
| HSL | 79.09º | 0.38% | 0.54% | - |
| HSV(B) | 79.09º | 0.48% | 0.71% | - |
| XYZ | 32.07 | 41.13 | 16.84 | - |
| YUV | 163.6 | 88.72 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 182 | 94 | 0.15 | 0 | 0.48 | 0.29 | 79.09 | 0.38 | 0.54 |
| Hex | 9A | B6 | 5E | F | 0 | 30 | 1D | 4F | 26 | 36 |
| Octal | 232 | 266 | 136 | 17 | 0 | 60 | 35 | 117 | 46 | 66 |
| Binary | 10011010 | 10110110 | 1011110 | 1111 | 0 | 110000 | 11101 | 1001111 | 100110 | 110110 |
Color Harmonies of #9AB65E
Complementary color
Monochromatic Colors of #9AB65E
Black with #9AB65E
Text Example
Text Example
White with #9AB65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB65E; }
p { color: rgb(154,182,94); }
H1.HeaderClassName
{
color: #9AB65E;
}
.AnyTagClassName
{
color: #9AB65E;
}
</style>
background-color css
<style>
a { background-color: #9AB65E; }
a { background-color: rgb(154,182,94); }
div.DivClassName
{
background-color: #9AB65E;
}
.BgClassName
{
background-color: #9AB65E;
}
</style>
border-color css
<style>
span { border-color: #9AB65E; }
span { border-color: rgb(154,182,94); }
td.TdClassName
{
border-color: #9AB65E;
}
.TagClassName
{
border-color: #9AB65E;
}
</style>