Shades of Green Smoke #9A9E54
Tints of Green Smoke #9A9E54
RGB
CMYK
RGB Variations
Color information
#9A9E54 (or 0x9A9E54) is known color: Green Smoke. HEX triplet: 9A, 9E and 54. RGB value is (154,158,84). Sum of RGB (Red+Green+Blue) = 154+158+84=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 158 - color contains mainly: green. Hex color #9A9E54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9E54 is #6561AB. Grayscale: #949494. Windows color (decimal): -6644140 or 5545626. OLE color: 5545626.
HSL color Cylindrical-coordinate representation of color #9A9E54: hue angle of 63.24º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A9E54 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 158 | 84 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.38 |
| HSL | 63.24º | 0.31% | 0.47% | - |
| HSV(B) | 63.24º | 0.47% | 0.62% | - |
| XYZ | 27.15 | 31.96 | 13.13 | - |
| YUV | 148.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 158 | 84 | 0.03 | 0 | 0.47 | 0.38 | 63.24 | 0.31 | 0.47 |
| Hex | 9A | 9E | 54 | 3 | 0 | 2F | 26 | 3F | 1F | 2F |
| Octal | 232 | 236 | 124 | 3 | 0 | 57 | 46 | 77 | 37 | 57 |
| Binary | 10011010 | 10011110 | 1010100 | 11 | 0 | 101111 | 100110 | 111111 | 11111 | 101111 |
Color Harmonies of #9A9E54
Complementary color
Monochromatic Colors of #9A9E54
Black with #9A9E54
Text Example
Text Example
White with #9A9E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9E54; }
p { color: rgb(154,158,84); }
H1.HeaderClassName
{
color: #9A9E54;
}
.AnyTagClassName
{
color: #9A9E54;
}
</style>
background-color css
<style>
a { background-color: #9A9E54; }
a { background-color: rgb(154,158,84); }
div.DivClassName
{
background-color: #9A9E54;
}
.BgClassName
{
background-color: #9A9E54;
}
</style>
border-color css
<style>
span { border-color: #9A9E54; }
span { border-color: rgb(154,158,84); }
td.TdClassName
{
border-color: #9A9E54;
}
.TagClassName
{
border-color: #9A9E54;
}
</style>