Shades of Green Smoke #9AB75C
Tints of Green Smoke #9AB75C
RGB
CMYK
RGB Variations
Color information
#9AB75C (or 0x9AB75C) is known color: Green Smoke. HEX triplet: 9A, B7 and 5C. RGB value is (154,183,92). Sum of RGB (Red+Green+Blue) = 154+183+92=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 92 (36.33% from 255 or 21.45% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #9AB75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB75C is #6548A3. Grayscale: #A4A4A4. Windows color (decimal): -6637732 or 6076314. OLE color: 6076314.
HSL color Cylindrical-coordinate representation of color #9AB75C: hue angle of 79.12º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9AB75C is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 154 | 183 | 92 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.28 |
| HSL | 79.12º | 0.39% | 0.54% | - |
| HSV(B) | 79.12º | 0.5% | 0.72% | - |
| XYZ | 32.19 | 41.51 | 16.44 | - |
| YUV | 163.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 183 | 92 | 0.16 | 0 | 0.50 | 0.28 | 79.12 | 0.39 | 0.54 |
| Hex | 9A | B7 | 5C | 10 | 0 | 32 | 1C | 4F | 27 | 36 |
| Octal | 232 | 267 | 134 | 20 | 0 | 62 | 34 | 117 | 47 | 66 |
| Binary | 10011010 | 10110111 | 1011100 | 10000 | 0 | 110010 | 11100 | 1001111 | 100111 | 110110 |
Color Harmonies of #9AB75C
Complementary color
Monochromatic Colors of #9AB75C
Black with #9AB75C
Text Example
Text Example
White with #9AB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB75C; }
p { color: rgb(154,183,92); }
H1.HeaderClassName
{
color: #9AB75C;
}
.AnyTagClassName
{
color: #9AB75C;
}
</style>
background-color css
<style>
a { background-color: #9AB75C; }
a { background-color: rgb(154,183,92); }
div.DivClassName
{
background-color: #9AB75C;
}
.BgClassName
{
background-color: #9AB75C;
}
</style>
border-color css
<style>
span { border-color: #9AB75C; }
span { border-color: rgb(154,183,92); }
td.TdClassName
{
border-color: #9AB75C;
}
.TagClassName
{
border-color: #9AB75C;
}
</style>