Shades of Chinook #9FD3A7
Tints of Chinook #9FD3A7
RGB
CMYK
RGB Variations
Color information
#9FD3A7 (or 0x9FD3A7) is known color: Chinook. HEX triplet: 9F, D3 and A7. RGB value is (159,211,167). Sum of RGB (Red+Green+Blue) = 159+211+167=537 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.61% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #9FD3A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD3A7 is #602C58. Grayscale: #BEBEBE. Windows color (decimal): -6302809 or 10998687. OLE color: 10998687.
HSL color Cylindrical-coordinate representation of color #9FD3A7: hue angle of 129.23º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD3A7 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 211 | 167 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.17 |
| HSL | 129.23º | 0.37% | 0.73% | - |
| HSV(B) | 129.23º | 0.25% | 0.83% | - |
| XYZ | 44.57 | 56.75 | 45.16 | - |
| YUV | 190.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 211 | 167 | 0.25 | 0 | 0.21 | 0.17 | 129.23 | 0.37 | 0.73 |
| Hex | 9F | D3 | A7 | 19 | 0 | 15 | 11 | 81 | 25 | 49 |
| Octal | 237 | 323 | 247 | 31 | 0 | 25 | 21 | 201 | 45 | 111 |
| Binary | 10011111 | 11010011 | 10100111 | 11001 | 0 | 10101 | 10001 | 10000001 | 100101 | 1001001 |
Color Harmonies of #9FD3A7
Complementary color
Monochromatic Colors of #9FD3A7
Black with #9FD3A7
Text Example
Text Example
White with #9FD3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD3A7; }
p { color: rgb(159,211,167); }
H1.HeaderClassName
{
color: #9FD3A7;
}
.AnyTagClassName
{
color: #9FD3A7;
}
</style>
background-color css
<style>
a { background-color: #9FD3A7; }
a { background-color: rgb(159,211,167); }
div.DivClassName
{
background-color: #9FD3A7;
}
.BgClassName
{
background-color: #9FD3A7;
}
</style>
border-color css
<style>
span { border-color: #9FD3A7; }
span { border-color: rgb(159,211,167); }
td.TdClassName
{
border-color: #9FD3A7;
}
.TagClassName
{
border-color: #9FD3A7;
}
</style>