Shades of Chinook #9DCFA8
Tints of Chinook #9DCFA8
RGB
CMYK
RGB Variations
Color information
#9DCFA8 (or 0x9DCFA8) is known color: Chinook. HEX triplet: 9D, CF and A8. RGB value is (157,207,168). Sum of RGB (Red+Green+Blue) = 157+207+168=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 207 (81.25% from 255 or 38.91% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCFA8 is #623057. Grayscale: #BBBBBB. Windows color (decimal): -6434904 or 11063197. OLE color: 11063197.
HSL color Cylindrical-coordinate representation of color #9DCFA8: hue angle of 133.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 #9DCFA8 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 168 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.19 |
| HSL | 133.2º | 0.34% | 0.71% | - |
| HSV(B) | 133.2º | 0.24% | 0.81% | - |
| XYZ | 43.29 | 54.62 | 45.31 | - |
| YUV | 187.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 168 | 0.24 | 0 | 0.19 | 0.19 | 133.2 | 0.34 | 0.71 |
| Hex | 9D | CF | A8 | 18 | 0 | 13 | 13 | 85 | 22 | 47 |
| Octal | 235 | 317 | 250 | 30 | 0 | 23 | 23 | 205 | 42 | 107 |
| Binary | 10011101 | 11001111 | 10101000 | 11000 | 0 | 10011 | 10011 | 10000101 | 100010 | 1000111 |
Color Harmonies of #9DCFA8
Complementary color
Monochromatic Colors of #9DCFA8
Black with #9DCFA8
Text Example
Text Example
White with #9DCFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCFA8; }
p { color: rgb(157,207,168); }
H1.HeaderClassName
{
color: #9DCFA8;
}
.AnyTagClassName
{
color: #9DCFA8;
}
</style>
background-color css
<style>
a { background-color: #9DCFA8; }
a { background-color: rgb(157,207,168); }
div.DivClassName
{
background-color: #9DCFA8;
}
.BgClassName
{
background-color: #9DCFA8;
}
</style>
border-color css
<style>
span { border-color: #9DCFA8; }
span { border-color: rgb(157,207,168); }
td.TdClassName
{
border-color: #9DCFA8;
}
.TagClassName
{
border-color: #9DCFA8;
}
</style>