Shades of Green Smoke #96AC4D
Tints of Green Smoke #96AC4D
RGB
CMYK
RGB Variations
Color information
#96AC4D (or 0x96AC4D) is known color: Green Smoke. HEX triplet: 96, AC and 4D. RGB value is (150,172,77). Sum of RGB (Red+Green+Blue) = 150+172+77=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 77 (30.47% from 255 or 19.30% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #96AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96AC4D is #6953B2. Grayscale: #9A9A9A. Windows color (decimal): -6902707 or 5090454. OLE color: 5090454.
HSL color Cylindrical-coordinate representation of color #96AC4D: hue angle of 73.89º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96AC4D is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 172 | 77 | - |
| CMYK | 0.13 | 0 | 0.55 | 0.33 |
| HSL | 73.89º | 0.38% | 0.49% | - |
| HSV(B) | 73.89º | 0.55% | 0.67% | - |
| XYZ | 28.67 | 36.52 | 12.56 | - |
| YUV | 154.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 172 | 77 | 0.13 | 0 | 0.55 | 0.33 | 73.89 | 0.38 | 0.49 |
| Hex | 96 | AC | 4D | D | 0 | 37 | 21 | 4A | 26 | 31 |
| Octal | 226 | 254 | 115 | 15 | 0 | 67 | 41 | 112 | 46 | 61 |
| Binary | 10010110 | 10101100 | 1001101 | 1101 | 0 | 110111 | 100001 | 1001010 | 100110 | 110001 |
Color Harmonies of #96AC4D
Complementary color
Monochromatic Colors of #96AC4D
Black with #96AC4D
Text Example
Text Example
White with #96AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96AC4D; }
p { color: rgb(150,172,77); }
H1.HeaderClassName
{
color: #96AC4D;
}
.AnyTagClassName
{
color: #96AC4D;
}
</style>
background-color css
<style>
a { background-color: #96AC4D; }
a { background-color: rgb(150,172,77); }
div.DivClassName
{
background-color: #96AC4D;
}
.BgClassName
{
background-color: #96AC4D;
}
</style>
border-color css
<style>
span { border-color: #96AC4D; }
span { border-color: rgb(150,172,77); }
td.TdClassName
{
border-color: #96AC4D;
}
.TagClassName
{
border-color: #96AC4D;
}
</style>