Shades of Green Smoke #9DB24E
Tints of Green Smoke #9DB24E
RGB
CMYK
RGB Variations
Color information
#9DB24E (or 0x9DB24E) is known color: Green Smoke. HEX triplet: 9D, B2 and 4E. RGB value is (157,178,78). Sum of RGB (Red+Green+Blue) = 157+178+78=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB24E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DB24E is #624DB1. Grayscale: #A0A0A0. Windows color (decimal): -6442418 or 5157533. OLE color: 5157533.
HSL color Cylindrical-coordinate representation of color #9DB24E: hue angle of 72.6º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DB24E is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 78 | - |
| CMYK | 0.12 | 0 | 0.56 | 0.30 |
| HSL | 72.6º | 0.39% | 0.5% | - |
| HSV(B) | 72.6º | 0.56% | 0.7% | - |
| XYZ | 31.2 | 39.56 | 13.2 | - |
| YUV | 160.32 | 81.54 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 78 | 0.12 | 0 | 0.56 | 0.30 | 72.6 | 0.39 | 0.5 |
| Hex | 9D | B2 | 4E | C | 0 | 38 | 1E | 49 | 27 | 32 |
| Octal | 235 | 262 | 116 | 14 | 0 | 70 | 36 | 111 | 47 | 62 |
| Binary | 10011101 | 10110010 | 1001110 | 1100 | 0 | 111000 | 11110 | 1001001 | 100111 | 110010 |
Color Harmonies of #9DB24E
Complementary color
Monochromatic Colors of #9DB24E
Black with #9DB24E
Text Example
Text Example
White with #9DB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB24E; }
p { color: rgb(157,178,78); }
H1.HeaderClassName
{
color: #9DB24E;
}
.AnyTagClassName
{
color: #9DB24E;
}
</style>
background-color css
<style>
a { background-color: #9DB24E; }
a { background-color: rgb(157,178,78); }
div.DivClassName
{
background-color: #9DB24E;
}
.BgClassName
{
background-color: #9DB24E;
}
</style>
border-color css
<style>
span { border-color: #9DB24E; }
span { border-color: rgb(157,178,78); }
td.TdClassName
{
border-color: #9DB24E;
}
.TagClassName
{
border-color: #9DB24E;
}
</style>