Shades of Green Smoke #9AB45E
Tints of Green Smoke #9AB45E
RGB
CMYK
RGB Variations
Color information
#9AB45E (or 0x9AB45E) is known color: Green Smoke. HEX triplet: 9A, B4 and 5E. RGB value is (154,180,94). Sum of RGB (Red+Green+Blue) = 154+180+94=428 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.98% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 94 (37.11% from 255 or 21.96% from 428); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB45E is #654BA1. Grayscale: #A2A2A2. Windows color (decimal): -6638498 or 6206618. OLE color: 6206618.
HSL color Cylindrical-coordinate representation of color #9AB45E: hue angle of 78.14º degrees, saturation: 0.36, 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 #9AB45E is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 94 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.29 |
| HSL | 78.14º | 0.36% | 0.54% | - |
| HSV(B) | 78.14º | 0.48% | 0.71% | - |
| XYZ | 31.67 | 40.32 | 16.7 | - |
| YUV | 162.42 | 89.39 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 94 | 0.14 | 0 | 0.48 | 0.29 | 78.14 | 0.36 | 0.54 |
| Hex | 9A | B4 | 5E | E | 0 | 30 | 1D | 4E | 24 | 36 |
| Octal | 232 | 264 | 136 | 16 | 0 | 60 | 35 | 116 | 44 | 66 |
| Binary | 10011010 | 10110100 | 1011110 | 1110 | 0 | 110000 | 11101 | 1001110 | 100100 | 110110 |
Color Harmonies of #9AB45E
Complementary color
Monochromatic Colors of #9AB45E
Black with #9AB45E
Text Example
Text Example
White with #9AB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB45E; }
p { color: rgb(154,180,94); }
H1.HeaderClassName
{
color: #9AB45E;
}
.AnyTagClassName
{
color: #9AB45E;
}
</style>
background-color css
<style>
a { background-color: #9AB45E; }
a { background-color: rgb(154,180,94); }
div.DivClassName
{
background-color: #9AB45E;
}
.BgClassName
{
background-color: #9AB45E;
}
</style>
border-color css
<style>
span { border-color: #9AB45E; }
span { border-color: rgb(154,180,94); }
td.TdClassName
{
border-color: #9AB45E;
}
.TagClassName
{
border-color: #9AB45E;
}
</style>