Shades of Green Smoke #9AB45D
Tints of Green Smoke #9AB45D
RGB
CMYK
RGB Variations
Color information
#9AB45D (or 0x9AB45D) is known color: Green Smoke. HEX triplet: 9A, B4 and 5D. RGB value is (154,180,93). Sum of RGB (Red+Green+Blue) = 154+180+93=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB45D is #654BA2. Grayscale: #A2A2A2. Windows color (decimal): -6638499 or 6141082. OLE color: 6141082.
HSL color Cylindrical-coordinate representation of color #9AB45D: hue angle of 77.93º degrees, saturation: 0.37, 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 #9AB45D is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 180 | 93 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.29 |
| HSL | 77.93º | 0.37% | 0.54% | - |
| HSV(B) | 77.93º | 0.48% | 0.71% | - |
| XYZ | 31.62 | 40.3 | 16.47 | - |
| YUV | 162.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 180 | 93 | 0.14 | 0 | 0.48 | 0.29 | 77.93 | 0.37 | 0.54 |
| Hex | 9A | B4 | 5D | E | 0 | 30 | 1D | 4E | 25 | 36 |
| Octal | 232 | 264 | 135 | 16 | 0 | 60 | 35 | 116 | 45 | 66 |
| Binary | 10011010 | 10110100 | 1011101 | 1110 | 0 | 110000 | 11101 | 1001110 | 100101 | 110110 |
Color Harmonies of #9AB45D
Complementary color
Monochromatic Colors of #9AB45D
Black with #9AB45D
Text Example
Text Example
White with #9AB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AB45D; }
p { color: rgb(154,180,93); }
H1.HeaderClassName
{
color: #9AB45D;
}
.AnyTagClassName
{
color: #9AB45D;
}
</style>
background-color css
<style>
a { background-color: #9AB45D; }
a { background-color: rgb(154,180,93); }
div.DivClassName
{
background-color: #9AB45D;
}
.BgClassName
{
background-color: #9AB45D;
}
</style>
border-color css
<style>
span { border-color: #9AB45D; }
span { border-color: rgb(154,180,93); }
td.TdClassName
{
border-color: #9AB45D;
}
.TagClassName
{
border-color: #9AB45D;
}
</style>