Shades of Chinook #9DD99F
Tints of Chinook #9DD99F
RGB
CMYK
RGB Variations
Color information
#9DD99F (or 0x9DD99F) is known color: Chinook. HEX triplet: 9D, D9 and 9F. RGB value is (157,217,159). Sum of RGB (Red+Green+Blue) = 157+217+159=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 159 (62.5% from 255 or 29.83% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD99F is #622660. Grayscale: #C0C0C0. Windows color (decimal): -6432353 or 10475933. OLE color: 10475933.
HSL color Cylindrical-coordinate representation of color #9DD99F: hue angle of 122º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DD99F is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 159 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.15 |
| HSL | 122º | 0.44% | 0.73% | - |
| HSV(B) | 122º | 0.28% | 0.85% | - |
| XYZ | 44.98 | 59.3 | 41.88 | - |
| YUV | 192.45 | 109.12 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 159 | 0.28 | 0 | 0.27 | 0.15 | 122 | 0.44 | 0.73 |
| Hex | 9D | D9 | 9F | 1C | 0 | 1B | F | 7A | 2C | 49 |
| Octal | 235 | 331 | 237 | 34 | 0 | 33 | 17 | 172 | 54 | 111 |
| Binary | 10011101 | 11011001 | 10011111 | 11100 | 0 | 11011 | 1111 | 1111010 | 101100 | 1001001 |
Color Harmonies of #9DD99F
Complementary color
Monochromatic Colors of #9DD99F
Black with #9DD99F
Text Example
Text Example
White with #9DD99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD99F; }
p { color: rgb(157,217,159); }
H1.HeaderClassName
{
color: #9DD99F;
}
.AnyTagClassName
{
color: #9DD99F;
}
</style>
background-color css
<style>
a { background-color: #9DD99F; }
a { background-color: rgb(157,217,159); }
div.DivClassName
{
background-color: #9DD99F;
}
.BgClassName
{
background-color: #9DD99F;
}
</style>
border-color css
<style>
span { border-color: #9DD99F; }
span { border-color: rgb(157,217,159); }
td.TdClassName
{
border-color: #9DD99F;
}
.TagClassName
{
border-color: #9DD99F;
}
</style>