Shades of Chinook #9DC99E
Tints of Chinook #9DC99E
RGB
CMYK
RGB Variations
Color information
#9DC99E (or 0x9DC99E) is known color: Chinook. HEX triplet: 9D, C9 and 9E. RGB value is (157,201,158). Sum of RGB (Red+Green+Blue) = 157+201+158=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC99E is #623661. Grayscale: #B7B7B7. Windows color (decimal): -6436450 or 10406301. OLE color: 10406301.
HSL color Cylindrical-coordinate representation of color #9DC99E: hue angle of 121.36º 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 #9DC99E is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 201 | 158 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.21 |
| HSL | 121.36º | 0.29% | 0.7% | - |
| HSV(B) | 121.36º | 0.22% | 0.79% | - |
| XYZ | 40.96 | 51.41 | 40.11 | - |
| YUV | 182.94 | 113.92 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 201 | 158 | 0.22 | 0 | 0.21 | 0.21 | 121.36 | 0.29 | 0.7 |
| Hex | 9D | C9 | 9E | 16 | 0 | 15 | 15 | 79 | 1D | 46 |
| Octal | 235 | 311 | 236 | 26 | 0 | 25 | 25 | 171 | 35 | 106 |
| Binary | 10011101 | 11001001 | 10011110 | 10110 | 0 | 10101 | 10101 | 1111001 | 11101 | 1000110 |
Color Harmonies of #9DC99E
Complementary color
Monochromatic Colors of #9DC99E
Black with #9DC99E
Text Example
Text Example
White with #9DC99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC99E; }
p { color: rgb(157,201,158); }
H1.HeaderClassName
{
color: #9DC99E;
}
.AnyTagClassName
{
color: #9DC99E;
}
</style>
background-color css
<style>
a { background-color: #9DC99E; }
a { background-color: rgb(157,201,158); }
div.DivClassName
{
background-color: #9DC99E;
}
.BgClassName
{
background-color: #9DC99E;
}
</style>
border-color css
<style>
span { border-color: #9DC99E; }
span { border-color: rgb(157,201,158); }
td.TdClassName
{
border-color: #9DC99E;
}
.TagClassName
{
border-color: #9DC99E;
}
</style>