Shades of Green Smoke #9AA25E
Tints of Green Smoke #9AA25E
RGB
CMYK
RGB Variations
Color information
#9AA25E (or 0x9AA25E) is known color: Green Smoke. HEX triplet: 9A, A2 and 5E. RGB value is (154,162,94). Sum of RGB (Red+Green+Blue) = 154+162+94=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 94 (37.11% from 255 or 22.93% from 410); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA25E is #655DA1. Grayscale: #989898. Windows color (decimal): -6643106 or 6202010. OLE color: 6202010.
HSL color Cylindrical-coordinate representation of color #9AA25E: hue angle of 67.06º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9AA25E is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 162 | 94 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.36 |
| HSL | 67.06º | 0.27% | 0.5% | - |
| HSV(B) | 67.06º | 0.42% | 0.64% | - |
| XYZ | 28.27 | 33.52 | 15.57 | - |
| YUV | 151.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 94 | 0.05 | 0 | 0.42 | 0.36 | 67.06 | 0.27 | 0.5 |
| Hex | 9A | A2 | 5E | 5 | 0 | 2A | 24 | 43 | 1B | 32 |
| Octal | 232 | 242 | 136 | 5 | 0 | 52 | 44 | 103 | 33 | 62 |
| Binary | 10011010 | 10100010 | 1011110 | 101 | 0 | 101010 | 100100 | 1000011 | 11011 | 110010 |
Color Harmonies of #9AA25E
Complementary color
Monochromatic Colors of #9AA25E
Black with #9AA25E
Text Example
Text Example
White with #9AA25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA25E; }
p { color: rgb(154,162,94); }
H1.HeaderClassName
{
color: #9AA25E;
}
.AnyTagClassName
{
color: #9AA25E;
}
</style>
background-color css
<style>
a { background-color: #9AA25E; }
a { background-color: rgb(154,162,94); }
div.DivClassName
{
background-color: #9AA25E;
}
.BgClassName
{
background-color: #9AA25E;
}
</style>
border-color css
<style>
span { border-color: #9AA25E; }
span { border-color: rgb(154,162,94); }
td.TdClassName
{
border-color: #9AA25E;
}
.TagClassName
{
border-color: #9AA25E;
}
</style>