Shades of Green Smoke #9AA25A
Tints of Green Smoke #9AA25A
RGB
CMYK
RGB Variations
Color information
#9AA25A (or 0x9AA25A) is known color: Green Smoke. HEX triplet: 9A, A2 and 5A. RGB value is (154,162,90). Sum of RGB (Red+Green+Blue) = 154+162+90=406 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.93% from 406); Green value is 162 (63.67% from 255 or 39.90% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA25A is #655DA5. Grayscale: #979797. Windows color (decimal): -6643110 or 5939866. OLE color: 5939866.
HSL color Cylindrical-coordinate representation of color #9AA25A: hue angle of 66.67º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9AA25A is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 162 | 90 | - |
| CMYK | 0.05 | 0 | 0.44 | 0.36 |
| HSL | 66.67º | 0.29% | 0.49% | - |
| HSV(B) | 66.67º | 0.44% | 0.64% | - |
| XYZ | 28.09 | 33.45 | 14.65 | - |
| YUV | 151.4 | 93.35 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 90 | 0.05 | 0 | 0.44 | 0.36 | 66.67 | 0.29 | 0.49 |
| Hex | 9A | A2 | 5A | 5 | 0 | 2C | 24 | 43 | 1D | 31 |
| Octal | 232 | 242 | 132 | 5 | 0 | 54 | 44 | 103 | 35 | 61 |
| Binary | 10011010 | 10100010 | 1011010 | 101 | 0 | 101100 | 100100 | 1000011 | 11101 | 110001 |
Color Harmonies of #9AA25A
Complementary color
Monochromatic Colors of #9AA25A
Black with #9AA25A
Text Example
Text Example
White with #9AA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA25A; }
p { color: rgb(154,162,90); }
H1.HeaderClassName
{
color: #9AA25A;
}
.AnyTagClassName
{
color: #9AA25A;
}
</style>
background-color css
<style>
a { background-color: #9AA25A; }
a { background-color: rgb(154,162,90); }
div.DivClassName
{
background-color: #9AA25A;
}
.BgClassName
{
background-color: #9AA25A;
}
</style>
border-color css
<style>
span { border-color: #9AA25A; }
span { border-color: rgb(154,162,90); }
td.TdClassName
{
border-color: #9AA25A;
}
.TagClassName
{
border-color: #9AA25A;
}
</style>