Shades of Green Smoke #9DB24B
Tints of Green Smoke #9DB24B
RGB
CMYK
RGB Variations
Color information
#9DB24B (or 0x9DB24B) is known color: Green Smoke. HEX triplet: 9D, B2 and 4B. RGB value is (157,178,75). Sum of RGB (Red+Green+Blue) = 157+178+75=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB24B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DB24B is #624DB4. Grayscale: #A0A0A0. Windows color (decimal): -6442421 or 4960925. OLE color: 4960925.
HSL color Cylindrical-coordinate representation of color #9DB24B: hue angle of 72.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DB24B is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 157 | 178 | 75 | - |
| CMYK | 0.12 | 0 | 0.58 | 0.30 |
| HSL | 72.23º | 0.41% | 0.5% | - |
| HSV(B) | 72.23º | 0.58% | 0.7% | - |
| XYZ | 31.1 | 39.52 | 12.65 | - |
| YUV | 159.98 | 80.04 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 178 | 75 | 0.12 | 0 | 0.58 | 0.30 | 72.23 | 0.41 | 0.5 |
| Hex | 9D | B2 | 4B | C | 0 | 3A | 1E | 48 | 29 | 32 |
| Octal | 235 | 262 | 113 | 14 | 0 | 72 | 36 | 110 | 51 | 62 |
| Binary | 10011101 | 10110010 | 1001011 | 1100 | 0 | 111010 | 11110 | 1001000 | 101001 | 110010 |
Color Harmonies of #9DB24B
Complementary color
Monochromatic Colors of #9DB24B
Black with #9DB24B
Text Example
Text Example
White with #9DB24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB24B; }
p { color: rgb(157,178,75); }
H1.HeaderClassName
{
color: #9DB24B;
}
.AnyTagClassName
{
color: #9DB24B;
}
</style>
background-color css
<style>
a { background-color: #9DB24B; }
a { background-color: rgb(157,178,75); }
div.DivClassName
{
background-color: #9DB24B;
}
.BgClassName
{
background-color: #9DB24B;
}
</style>
border-color css
<style>
span { border-color: #9DB24B; }
span { border-color: rgb(157,178,75); }
td.TdClassName
{
border-color: #9DB24B;
}
.TagClassName
{
border-color: #9DB24B;
}
</style>