Shades of Chinook #9DCF9E
Tints of Chinook #9DCF9E
RGB
CMYK
RGB Variations
Color information
#9DCF9E (or 0x9DCF9E) is known color: Chinook. HEX triplet: 9D, CF and 9E. RGB value is (157,207,158). Sum of RGB (Red+Green+Blue) = 157+207+158=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCF9E is #623061. Grayscale: #BABABA. Windows color (decimal): -6434914 or 10407837. OLE color: 10407837.
HSL color Cylindrical-coordinate representation of color #9DCF9E: hue angle of 121.2º degrees, saturation: 0.34, 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 #9DCF9E is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 158 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.19 |
| HSL | 121.2º | 0.34% | 0.71% | - |
| HSV(B) | 121.2º | 0.24% | 0.81% | - |
| XYZ | 42.39 | 54.26 | 40.59 | - |
| YUV | 186.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 158 | 0.24 | 0 | 0.24 | 0.19 | 121.2 | 0.34 | 0.71 |
| Hex | 9D | CF | 9E | 18 | 0 | 18 | 13 | 79 | 22 | 47 |
| Octal | 235 | 317 | 236 | 30 | 0 | 30 | 23 | 171 | 42 | 107 |
| Binary | 10011101 | 11001111 | 10011110 | 11000 | 0 | 11000 | 10011 | 1111001 | 100010 | 1000111 |
Color Harmonies of #9DCF9E
Complementary color
Monochromatic Colors of #9DCF9E
Black with #9DCF9E
Text Example
Text Example
White with #9DCF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCF9E; }
p { color: rgb(157,207,158); }
H1.HeaderClassName
{
color: #9DCF9E;
}
.AnyTagClassName
{
color: #9DCF9E;
}
</style>
background-color css
<style>
a { background-color: #9DCF9E; }
a { background-color: rgb(157,207,158); }
div.DivClassName
{
background-color: #9DCF9E;
}
.BgClassName
{
background-color: #9DCF9E;
}
</style>
border-color css
<style>
span { border-color: #9DCF9E; }
span { border-color: rgb(157,207,158); }
td.TdClassName
{
border-color: #9DCF9E;
}
.TagClassName
{
border-color: #9DCF9E;
}
</style>