Shades of Green Smoke #9DB24C
Tints of Green Smoke #9DB24C
RGB
CMYK
RGB Variations
Color information
#9DB24C (or 0x9DB24C) is known color: Green Smoke. HEX triplet: 9D, B2 and 4C. RGB value is (157,178,76). Sum of RGB (Red+Green+Blue) = 157+178+76=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 178 (69.92% from 255 or 43.31% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB24C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB24C is #624DB3. Grayscale: #A0A0A0. Windows color (decimal): -6442420 or 5026461. OLE color: 5026461.
HSL color Cylindrical-coordinate representation of color #9DB24C: hue angle of 72.35º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DB24C is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 76 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.30 |
| HSL | 72.35º | 0.4% | 0.5% | - |
| HSV(B) | 72.35º | 0.57% | 0.7% | - |
| XYZ | 31.13 | 39.53 | 12.83 | - |
| YUV | 160.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 76 | 0.12 | 0 | 0.57 | 0.30 | 72.35 | 0.4 | 0.5 |
| Hex | 9D | B2 | 4C | C | 0 | 39 | 1E | 48 | 28 | 32 |
| Octal | 235 | 262 | 114 | 14 | 0 | 71 | 36 | 110 | 50 | 62 |
| Binary | 10011101 | 10110010 | 1001100 | 1100 | 0 | 111001 | 11110 | 1001000 | 101000 | 110010 |
Color Harmonies of #9DB24C
Complementary color
Monochromatic Colors of #9DB24C
Black with #9DB24C
Text Example
Text Example
White with #9DB24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB24C; }
p { color: rgb(157,178,76); }
H1.HeaderClassName
{
color: #9DB24C;
}
.AnyTagClassName
{
color: #9DB24C;
}
</style>
background-color css
<style>
a { background-color: #9DB24C; }
a { background-color: rgb(157,178,76); }
div.DivClassName
{
background-color: #9DB24C;
}
.BgClassName
{
background-color: #9DB24C;
}
</style>
border-color css
<style>
span { border-color: #9DB24C; }
span { border-color: rgb(157,178,76); }
td.TdClassName
{
border-color: #9DB24C;
}
.TagClassName
{
border-color: #9DB24C;
}
</style>