Shades of Chinook #9DDEA7
Tints of Chinook #9DDEA7
RGB
CMYK
RGB Variations
Color information
#9DDEA7 (or 0x9DDEA7) is known color: Chinook. HEX triplet: 9D, DE and A7. RGB value is (157,222,167). Sum of RGB (Red+Green+Blue) = 157+222+167=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 222 - color contains mainly: green. Hex color #9DDEA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDEA7 is #622158. Grayscale: #C4C4C4. Windows color (decimal): -6431065 or 11001501. OLE color: 11001501.
HSL color Cylindrical-coordinate representation of color #9DDEA7: hue angle of 129.23º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DDEA7 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 222 | 167 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.13 |
| HSL | 129.23º | 0.5% | 0.74% | - |
| HSV(B) | 129.23º | 0.29% | 0.87% | - |
| XYZ | 47 | 62.2 | 46.09 | - |
| YUV | 196.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 222 | 167 | 0.29 | 0 | 0.25 | 0.13 | 129.23 | 0.5 | 0.74 |
| Hex | 9D | DE | A7 | 1D | 0 | 19 | D | 81 | 32 | 4A |
| Octal | 235 | 336 | 247 | 35 | 0 | 31 | 15 | 201 | 62 | 112 |
| Binary | 10011101 | 11011110 | 10100111 | 11101 | 0 | 11001 | 1101 | 10000001 | 110010 | 1001010 |
Color Harmonies of #9DDEA7
Complementary color
Monochromatic Colors of #9DDEA7
Black with #9DDEA7
Text Example
Text Example
White with #9DDEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDEA7; }
p { color: rgb(157,222,167); }
H1.HeaderClassName
{
color: #9DDEA7;
}
.AnyTagClassName
{
color: #9DDEA7;
}
</style>
background-color css
<style>
a { background-color: #9DDEA7; }
a { background-color: rgb(157,222,167); }
div.DivClassName
{
background-color: #9DDEA7;
}
.BgClassName
{
background-color: #9DDEA7;
}
</style>
border-color css
<style>
span { border-color: #9DDEA7; }
span { border-color: rgb(157,222,167); }
td.TdClassName
{
border-color: #9DDEA7;
}
.TagClassName
{
border-color: #9DDEA7;
}
</style>