Shades of Chinook #9FD0A7
Tints of Chinook #9FD0A7
RGB
CMYK
RGB Variations
Color information
#9FD0A7 (or 0x9FD0A7) is known color: Chinook. HEX triplet: 9F, D0 and A7. RGB value is (159,208,167). Sum of RGB (Red+Green+Blue) = 159+208+167=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD0A7 is #602F58. Grayscale: #BCBCBC. Windows color (decimal): -6303577 or 10997919. OLE color: 10997919.
HSL color Cylindrical-coordinate representation of color #9FD0A7: hue angle of 129.8º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FD0A7 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 208 | 167 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.18 |
| HSL | 129.8º | 0.34% | 0.72% | - |
| HSV(B) | 129.8º | 0.24% | 0.82% | - |
| XYZ | 43.83 | 55.27 | 44.92 | - |
| YUV | 188.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 208 | 167 | 0.24 | 0 | 0.20 | 0.18 | 129.8 | 0.34 | 0.72 |
| Hex | 9F | D0 | A7 | 18 | 0 | 14 | 12 | 82 | 22 | 48 |
| Octal | 237 | 320 | 247 | 30 | 0 | 24 | 22 | 202 | 42 | 110 |
| Binary | 10011111 | 11010000 | 10100111 | 11000 | 0 | 10100 | 10010 | 10000010 | 100010 | 1001000 |
Color Harmonies of #9FD0A7
Complementary color
Monochromatic Colors of #9FD0A7
Black with #9FD0A7
Text Example
Text Example
White with #9FD0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD0A7; }
p { color: rgb(159,208,167); }
H1.HeaderClassName
{
color: #9FD0A7;
}
.AnyTagClassName
{
color: #9FD0A7;
}
</style>
background-color css
<style>
a { background-color: #9FD0A7; }
a { background-color: rgb(159,208,167); }
div.DivClassName
{
background-color: #9FD0A7;
}
.BgClassName
{
background-color: #9FD0A7;
}
</style>
border-color css
<style>
span { border-color: #9FD0A7; }
span { border-color: rgb(159,208,167); }
td.TdClassName
{
border-color: #9FD0A7;
}
.TagClassName
{
border-color: #9FD0A7;
}
</style>