Shades of Chinook #9DCEA0
Tints of Chinook #9DCEA0
RGB
CMYK
RGB Variations
Color information
#9DCEA0 (or 0x9DCEA0) is known color: Chinook. HEX triplet: 9D, CE and A0. RGB value is (157,206,160). Sum of RGB (Red+Green+Blue) = 157+206+160=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #9DCEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCEA0 is #62315F. Grayscale: #BABABA. Windows color (decimal): -6435168 or 10538653. OLE color: 10538653.
HSL color Cylindrical-coordinate representation of color #9DCEA0: hue angle of 123.67º 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 #9DCEA0 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 160 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.19 |
| HSL | 123.67º | 0.33% | 0.71% | - |
| HSV(B) | 123.67º | 0.24% | 0.81% | - |
| XYZ | 42.32 | 53.85 | 41.42 | - |
| YUV | 186.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 160 | 0.24 | 0 | 0.22 | 0.19 | 123.67 | 0.33 | 0.71 |
| Hex | 9D | CE | A0 | 18 | 0 | 16 | 13 | 7C | 21 | 47 |
| Octal | 235 | 316 | 240 | 30 | 0 | 26 | 23 | 174 | 41 | 107 |
| Binary | 10011101 | 11001110 | 10100000 | 11000 | 0 | 10110 | 10011 | 1111100 | 100001 | 1000111 |
Color Harmonies of #9DCEA0
Complementary color
Monochromatic Colors of #9DCEA0
Black with #9DCEA0
Text Example
Text Example
White with #9DCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCEA0; }
p { color: rgb(157,206,160); }
H1.HeaderClassName
{
color: #9DCEA0;
}
.AnyTagClassName
{
color: #9DCEA0;
}
</style>
background-color css
<style>
a { background-color: #9DCEA0; }
a { background-color: rgb(157,206,160); }
div.DivClassName
{
background-color: #9DCEA0;
}
.BgClassName
{
background-color: #9DCEA0;
}
</style>
border-color css
<style>
span { border-color: #9DCEA0; }
span { border-color: rgb(157,206,160); }
td.TdClassName
{
border-color: #9DCEA0;
}
.TagClassName
{
border-color: #9DCEA0;
}
</style>