Shades of Green Smoke #9DAE4B
Tints of Green Smoke #9DAE4B
RGB
CMYK
RGB Variations
Color information
#9DAE4B (or 0x9DAE4B) is known color: Green Smoke. HEX triplet: 9D, AE and 4B. RGB value is (157,174,75). Sum of RGB (Red+Green+Blue) = 157+174+75=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 174 (68.36% from 255 or 42.86% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAE4B is #6251B4. Grayscale: #9E9E9E. Windows color (decimal): -6443445 or 4959901. OLE color: 4959901.
HSL color Cylindrical-coordinate representation of color #9DAE4B: hue angle of 70.3º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DAE4B is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 75 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.32 |
| HSL | 70.3º | 0.4% | 0.49% | - |
| HSV(B) | 70.3º | 0.57% | 0.68% | - |
| XYZ | 30.31 | 37.95 | 12.38 | - |
| YUV | 157.63 | 81.37 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 75 | 0.10 | 0 | 0.57 | 0.32 | 70.3 | 0.4 | 0.49 |
| Hex | 9D | AE | 4B | A | 0 | 39 | 20 | 46 | 28 | 31 |
| Octal | 235 | 256 | 113 | 12 | 0 | 71 | 40 | 106 | 50 | 61 |
| Binary | 10011101 | 10101110 | 1001011 | 1010 | 0 | 111001 | 100000 | 1000110 | 101000 | 110001 |
Color Harmonies of #9DAE4B
Complementary color
Monochromatic Colors of #9DAE4B
Black with #9DAE4B
Text Example
Text Example
White with #9DAE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE4B; }
p { color: rgb(157,174,75); }
H1.HeaderClassName
{
color: #9DAE4B;
}
.AnyTagClassName
{
color: #9DAE4B;
}
</style>
background-color css
<style>
a { background-color: #9DAE4B; }
a { background-color: rgb(157,174,75); }
div.DivClassName
{
background-color: #9DAE4B;
}
.BgClassName
{
background-color: #9DAE4B;
}
</style>
border-color css
<style>
span { border-color: #9DAE4B; }
span { border-color: rgb(157,174,75); }
td.TdClassName
{
border-color: #9DAE4B;
}
.TagClassName
{
border-color: #9DAE4B;
}
</style>