Shades of Green Smoke #9AA462
Tints of Green Smoke #9AA462
RGB
CMYK
RGB Variations
Color information
#9AA462 (or 0x9AA462) is known color: Green Smoke. HEX triplet: 9A, A4 and 62. RGB value is (154,164,98). Sum of RGB (Red+Green+Blue) = 154+164+98=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 164 (64.45% from 255 or 39.42% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 164 - color contains mainly: green. Hex color #9AA462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA462 is #655B9D. Grayscale: #999999. Windows color (decimal): -6642590 or 6464666. OLE color: 6464666.
HSL color Cylindrical-coordinate representation of color #9AA462: hue angle of 69.09º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AA462 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 164 | 98 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.36 |
| HSL | 69.09º | 0.27% | 0.51% | - |
| HSV(B) | 69.09º | 0.4% | 0.64% | - |
| XYZ | 28.81 | 34.3 | 16.66 | - |
| YUV | 153.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 164 | 98 | 0.06 | 0 | 0.40 | 0.36 | 69.09 | 0.27 | 0.51 |
| Hex | 9A | A4 | 62 | 6 | 0 | 28 | 24 | 45 | 1B | 33 |
| Octal | 232 | 244 | 142 | 6 | 0 | 50 | 44 | 105 | 33 | 63 |
| Binary | 10011010 | 10100100 | 1100010 | 110 | 0 | 101000 | 100100 | 1000101 | 11011 | 110011 |
Color Harmonies of #9AA462
Complementary color
Monochromatic Colors of #9AA462
Black with #9AA462
Text Example
Text Example
White with #9AA462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA462; }
p { color: rgb(154,164,98); }
H1.HeaderClassName
{
color: #9AA462;
}
.AnyTagClassName
{
color: #9AA462;
}
</style>
background-color css
<style>
a { background-color: #9AA462; }
a { background-color: rgb(154,164,98); }
div.DivClassName
{
background-color: #9AA462;
}
.BgClassName
{
background-color: #9AA462;
}
</style>
border-color css
<style>
span { border-color: #9AA462; }
span { border-color: rgb(154,164,98); }
td.TdClassName
{
border-color: #9AA462;
}
.TagClassName
{
border-color: #9AA462;
}
</style>