Shades of Chinook #9DCAA0
Tints of Chinook #9DCAA0
RGB
CMYK
RGB Variations
Color information
#9DCAA0 (or 0x9DCAA0) is known color: Chinook. HEX triplet: 9D, CA and A0. RGB value is (157,202,160). Sum of RGB (Red+Green+Blue) = 157+202+160=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCAA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCAA0 is #62355F. Grayscale: #B7B7B7. Windows color (decimal): -6436192 or 10537629. OLE color: 10537629.
HSL color Cylindrical-coordinate representation of color #9DCAA0: hue angle of 124º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DCAA0 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 157 | 202 | 160 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.21 |
| HSL | 124º | 0.3% | 0.7% | - |
| HSV(B) | 124º | 0.22% | 0.79% | - |
| XYZ | 41.37 | 51.95 | 41.1 | - |
| YUV | 183.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 202 | 160 | 0.22 | 0 | 0.21 | 0.21 | 124 | 0.3 | 0.7 |
| Hex | 9D | CA | A0 | 16 | 0 | 15 | 15 | 7C | 1E | 46 |
| Octal | 235 | 312 | 240 | 26 | 0 | 25 | 25 | 174 | 36 | 106 |
| Binary | 10011101 | 11001010 | 10100000 | 10110 | 0 | 10101 | 10101 | 1111100 | 11110 | 1000110 |
Color Harmonies of #9DCAA0
Complementary color
Monochromatic Colors of #9DCAA0
Black with #9DCAA0
Text Example
Text Example
White with #9DCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCAA0; }
p { color: rgb(157,202,160); }
H1.HeaderClassName
{
color: #9DCAA0;
}
.AnyTagClassName
{
color: #9DCAA0;
}
</style>
background-color css
<style>
a { background-color: #9DCAA0; }
a { background-color: rgb(157,202,160); }
div.DivClassName
{
background-color: #9DCAA0;
}
.BgClassName
{
background-color: #9DCAA0;
}
</style>
border-color css
<style>
span { border-color: #9DCAA0; }
span { border-color: rgb(157,202,160); }
td.TdClassName
{
border-color: #9DCAA0;
}
.TagClassName
{
border-color: #9DCAA0;
}
</style>