Shades of Chinook #9DDFA0
Tints of Chinook #9DDFA0
RGB
CMYK
RGB Variations
Color information
#9DDFA0 (or 0x9DDFA0) is known color: Chinook. HEX triplet: 9D, DF and A0. RGB value is (157,223,160). Sum of RGB (Red+Green+Blue) = 157+223+160=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDFA0 is #62205F. Grayscale: #C4C4C4. Windows color (decimal): -6430816 or 10543005. OLE color: 10543005.
HSL color Cylindrical-coordinate representation of color #9DDFA0: hue angle of 122.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFA0 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 160 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.13 |
| HSL | 122.73º | 0.51% | 0.75% | - |
| HSV(B) | 122.73º | 0.3% | 0.87% | - |
| XYZ | 46.64 | 62.48 | 42.86 | - |
| YUV | 196.08 | 107.63 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 160 | 0.30 | 0 | 0.28 | 0.13 | 122.73 | 0.51 | 0.75 |
| Hex | 9D | DF | A0 | 1E | 0 | 1C | D | 7B | 33 | 4B |
| Octal | 235 | 337 | 240 | 36 | 0 | 34 | 15 | 173 | 63 | 113 |
| Binary | 10011101 | 11011111 | 10100000 | 11110 | 0 | 11100 | 1101 | 1111011 | 110011 | 1001011 |
Color Harmonies of #9DDFA0
Complementary color
Monochromatic Colors of #9DDFA0
Black with #9DDFA0
Text Example
Text Example
White with #9DDFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFA0; }
p { color: rgb(157,223,160); }
H1.HeaderClassName
{
color: #9DDFA0;
}
.AnyTagClassName
{
color: #9DDFA0;
}
</style>
background-color css
<style>
a { background-color: #9DDFA0; }
a { background-color: rgb(157,223,160); }
div.DivClassName
{
background-color: #9DDFA0;
}
.BgClassName
{
background-color: #9DDFA0;
}
</style>
border-color css
<style>
span { border-color: #9DDFA0; }
span { border-color: rgb(157,223,160); }
td.TdClassName
{
border-color: #9DDFA0;
}
.TagClassName
{
border-color: #9DDFA0;
}
</style>