Shades of Green Smoke #9AA84B
Tints of Green Smoke #9AA84B
RGB
CMYK
RGB Variations
Color information
#9AA84B (or 0x9AA84B) is known color: Green Smoke. HEX triplet: 9A, A8 and 4B. RGB value is (154,168,75). Sum of RGB (Red+Green+Blue) = 154+168+75=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 168 - color contains mainly: green. Hex color #9AA84B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9AA84B is #6557B4. Grayscale: #999999. Windows color (decimal): -6641589 or 4958362. OLE color: 4958362.
HSL color Cylindrical-coordinate representation of color #9AA84B: hue angle of 69.03º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AA84B is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 154 | 168 | 75 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.34 |
| HSL | 69.03º | 0.38% | 0.48% | - |
| HSV(B) | 69.03º | 0.55% | 0.66% | - |
| XYZ | 28.6 | 35.38 | 11.98 | - |
| YUV | 153.21 | 83.86 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 168 | 75 | 0.08 | 0 | 0.55 | 0.34 | 69.03 | 0.38 | 0.48 |
| Hex | 9A | A8 | 4B | 8 | 0 | 37 | 22 | 45 | 26 | 30 |
| Octal | 232 | 250 | 113 | 10 | 0 | 67 | 42 | 105 | 46 | 60 |
| Binary | 10011010 | 10101000 | 1001011 | 1000 | 0 | 110111 | 100010 | 1000101 | 100110 | 110000 |
Color Harmonies of #9AA84B
Complementary color
Monochromatic Colors of #9AA84B
Black with #9AA84B
Text Example
Text Example
White with #9AA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA84B; }
p { color: rgb(154,168,75); }
H1.HeaderClassName
{
color: #9AA84B;
}
.AnyTagClassName
{
color: #9AA84B;
}
</style>
background-color css
<style>
a { background-color: #9AA84B; }
a { background-color: rgb(154,168,75); }
div.DivClassName
{
background-color: #9AA84B;
}
.BgClassName
{
background-color: #9AA84B;
}
</style>
border-color css
<style>
span { border-color: #9AA84B; }
span { border-color: rgb(154,168,75); }
td.TdClassName
{
border-color: #9AA84B;
}
.TagClassName
{
border-color: #9AA84B;
}
</style>