Shades of Chinook #9DC99F
Tints of Chinook #9DC99F
RGB
CMYK
RGB Variations
Color information
#9DC99F (or 0x9DC99F) is known color: Chinook. HEX triplet: 9D, C9 and 9F. RGB value is (157,201,159). Sum of RGB (Red+Green+Blue) = 157+201+159=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC99F is #623660. Grayscale: #B7B7B7. Windows color (decimal): -6436449 or 10471837. OLE color: 10471837.
HSL color Cylindrical-coordinate representation of color #9DC99F: hue angle of 122.73º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC99F is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 159 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.21 |
| HSL | 122.73º | 0.29% | 0.7% | - |
| HSV(B) | 122.73º | 0.22% | 0.79% | - |
| XYZ | 41.05 | 51.44 | 40.57 | - |
| YUV | 183.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 159 | 0.22 | 0 | 0.21 | 0.21 | 122.73 | 0.29 | 0.7 |
| Hex | 9D | C9 | 9F | 16 | 0 | 15 | 15 | 7B | 1D | 46 |
| Octal | 235 | 311 | 237 | 26 | 0 | 25 | 25 | 173 | 35 | 106 |
| Binary | 10011101 | 11001001 | 10011111 | 10110 | 0 | 10101 | 10101 | 1111011 | 11101 | 1000110 |
Color Harmonies of #9DC99F
Complementary color
Monochromatic Colors of #9DC99F
Black with #9DC99F
Text Example
Text Example
White with #9DC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC99F; }
p { color: rgb(157,201,159); }
H1.HeaderClassName
{
color: #9DC99F;
}
.AnyTagClassName
{
color: #9DC99F;
}
</style>
background-color css
<style>
a { background-color: #9DC99F; }
a { background-color: rgb(157,201,159); }
div.DivClassName
{
background-color: #9DC99F;
}
.BgClassName
{
background-color: #9DC99F;
}
</style>
border-color css
<style>
span { border-color: #9DC99F; }
span { border-color: rgb(157,201,159); }
td.TdClassName
{
border-color: #9DC99F;
}
.TagClassName
{
border-color: #9DC99F;
}
</style>