Shades of Chinook #9FD2AF
Tints of Chinook #9FD2AF
RGB
CMYK
RGB Variations
Color information
#9FD2AF (or 0x9FD2AF) is known color: Chinook. HEX triplet: 9F, D2 and AF. RGB value is (159,210,175). Sum of RGB (Red+Green+Blue) = 159+210+175=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD2AF is #602D50. Grayscale: #BEBEBE. Windows color (decimal): -6303057 or 11522719. OLE color: 11522719.
HSL color Cylindrical-coordinate representation of color #9FD2AF: hue angle of 138.82º degrees, saturation: 0.36, 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 #9FD2AF is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 175 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.18 |
| HSL | 138.82º | 0.36% | 0.72% | - |
| HSV(B) | 138.82º | 0.24% | 0.82% | - |
| XYZ | 45.08 | 56.56 | 49.1 | - |
| YUV | 190.76 | 119.1 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 175 | 0.24 | 0 | 0.17 | 0.18 | 138.82 | 0.36 | 0.72 |
| Hex | 9F | D2 | AF | 18 | 0 | 11 | 12 | 8B | 24 | 48 |
| Octal | 237 | 322 | 257 | 30 | 0 | 21 | 22 | 213 | 44 | 110 |
| Binary | 10011111 | 11010010 | 10101111 | 11000 | 0 | 10001 | 10010 | 10001011 | 100100 | 1001000 |
Color Harmonies of #9FD2AF
Complementary color
Monochromatic Colors of #9FD2AF
Black with #9FD2AF
Text Example
Text Example
White with #9FD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD2AF; }
p { color: rgb(159,210,175); }
H1.HeaderClassName
{
color: #9FD2AF;
}
.AnyTagClassName
{
color: #9FD2AF;
}
</style>
background-color css
<style>
a { background-color: #9FD2AF; }
a { background-color: rgb(159,210,175); }
div.DivClassName
{
background-color: #9FD2AF;
}
.BgClassName
{
background-color: #9FD2AF;
}
</style>
border-color css
<style>
span { border-color: #9FD2AF; }
span { border-color: rgb(159,210,175); }
td.TdClassName
{
border-color: #9FD2AF;
}
.TagClassName
{
border-color: #9FD2AF;
}
</style>