Shades of Green Smoke #9DAE53
Tints of Green Smoke #9DAE53
RGB
CMYK
RGB Variations
Color information
#9DAE53 (or 0x9DAE53) is known color: Green Smoke. HEX triplet: 9D, AE and 53. RGB value is (157,174,83). Sum of RGB (Red+Green+Blue) = 157+174+83=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 83 (32.81% from 255 or 20.05% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAE53 is #6251AC. Grayscale: #9E9E9E. Windows color (decimal): -6443437 or 5484189. OLE color: 5484189.
HSL color Cylindrical-coordinate representation of color #9DAE53: hue angle of 71.21º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DAE53 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 83 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.32 |
| HSL | 71.21º | 0.36% | 0.5% | - |
| HSV(B) | 71.21º | 0.52% | 0.68% | - |
| XYZ | 30.6 | 38.06 | 13.92 | - |
| YUV | 158.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 83 | 0.10 | 0 | 0.52 | 0.32 | 71.21 | 0.36 | 0.5 |
| Hex | 9D | AE | 53 | A | 0 | 34 | 20 | 47 | 24 | 32 |
| Octal | 235 | 256 | 123 | 12 | 0 | 64 | 40 | 107 | 44 | 62 |
| Binary | 10011101 | 10101110 | 1010011 | 1010 | 0 | 110100 | 100000 | 1000111 | 100100 | 110010 |
Color Harmonies of #9DAE53
Complementary color
Monochromatic Colors of #9DAE53
Black with #9DAE53
Text Example
Text Example
White with #9DAE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE53; }
p { color: rgb(157,174,83); }
H1.HeaderClassName
{
color: #9DAE53;
}
.AnyTagClassName
{
color: #9DAE53;
}
</style>
background-color css
<style>
a { background-color: #9DAE53; }
a { background-color: rgb(157,174,83); }
div.DivClassName
{
background-color: #9DAE53;
}
.BgClassName
{
background-color: #9DAE53;
}
</style>
border-color css
<style>
span { border-color: #9DAE53; }
span { border-color: rgb(157,174,83); }
td.TdClassName
{
border-color: #9DAE53;
}
.TagClassName
{
border-color: #9DAE53;
}
</style>