Shades of Green Smoke #9AB75D
Tints of Green Smoke #9AB75D
RGB
CMYK
RGB Variations
Color information
#9AB75D (or 0x9AB75D) is known color: Green Smoke. HEX triplet: 9A, B7 and 5D. RGB value is (154,183,93). Sum of RGB (Red+Green+Blue) = 154+183+93=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB75D is #6548A2. Grayscale: #A4A4A4. Windows color (decimal): -6637731 or 6141850. OLE color: 6141850.
HSL color Cylindrical-coordinate representation of color #9AB75D: hue angle of 79.33º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AB75D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 93 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.28 |
| HSL | 79.33º | 0.38% | 0.54% | - |
| HSV(B) | 79.33º | 0.49% | 0.72% | - |
| XYZ | 32.24 | 41.53 | 16.67 | - |
| YUV | 164.07 | 87.89 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 93 | 0.16 | 0 | 0.49 | 0.28 | 79.33 | 0.38 | 0.54 |
| Hex | 9A | B7 | 5D | 10 | 0 | 31 | 1C | 4F | 26 | 36 |
| Octal | 232 | 267 | 135 | 20 | 0 | 61 | 34 | 117 | 46 | 66 |
| Binary | 10011010 | 10110111 | 1011101 | 10000 | 0 | 110001 | 11100 | 1001111 | 100110 | 110110 |
Color Harmonies of #9AB75D
Complementary color
Monochromatic Colors of #9AB75D
Black with #9AB75D
Text Example
Text Example
White with #9AB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB75D; }
p { color: rgb(154,183,93); }
H1.HeaderClassName
{
color: #9AB75D;
}
.AnyTagClassName
{
color: #9AB75D;
}
</style>
background-color css
<style>
a { background-color: #9AB75D; }
a { background-color: rgb(154,183,93); }
div.DivClassName
{
background-color: #9AB75D;
}
.BgClassName
{
background-color: #9AB75D;
}
</style>
border-color css
<style>
span { border-color: #9AB75D; }
span { border-color: rgb(154,183,93); }
td.TdClassName
{
border-color: #9AB75D;
}
.TagClassName
{
border-color: #9AB75D;
}
</style>