Shades of Chinook #9DCE9E
Tints of Chinook #9DCE9E
RGB
CMYK
RGB Variations
Color information
#9DCE9E (or 0x9DCE9E) is known color: Chinook. HEX triplet: 9D, CE and 9E. RGB value is (157,206,158). Sum of RGB (Red+Green+Blue) = 157+206+158=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCE9E is #623161. Grayscale: #BABABA. Windows color (decimal): -6435170 or 10407581. OLE color: 10407581.
HSL color Cylindrical-coordinate representation of color #9DCE9E: hue angle of 121.22º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCE9E is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 158 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.19 |
| HSL | 121.22º | 0.33% | 0.71% | - |
| HSV(B) | 121.22º | 0.24% | 0.81% | - |
| XYZ | 42.15 | 53.78 | 40.51 | - |
| YUV | 185.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 158 | 0.24 | 0 | 0.23 | 0.19 | 121.22 | 0.33 | 0.71 |
| Hex | 9D | CE | 9E | 18 | 0 | 17 | 13 | 79 | 21 | 47 |
| Octal | 235 | 316 | 236 | 30 | 0 | 27 | 23 | 171 | 41 | 107 |
| Binary | 10011101 | 11001110 | 10011110 | 11000 | 0 | 10111 | 10011 | 1111001 | 100001 | 1000111 |
Color Harmonies of #9DCE9E
Complementary color
Monochromatic Colors of #9DCE9E
Black with #9DCE9E
Text Example
Text Example
White with #9DCE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCE9E; }
p { color: rgb(157,206,158); }
H1.HeaderClassName
{
color: #9DCE9E;
}
.AnyTagClassName
{
color: #9DCE9E;
}
</style>
background-color css
<style>
a { background-color: #9DCE9E; }
a { background-color: rgb(157,206,158); }
div.DivClassName
{
background-color: #9DCE9E;
}
.BgClassName
{
background-color: #9DCE9E;
}
</style>
border-color css
<style>
span { border-color: #9DCE9E; }
span { border-color: rgb(157,206,158); }
td.TdClassName
{
border-color: #9DCE9E;
}
.TagClassName
{
border-color: #9DCE9E;
}
</style>