Shades of Chinook #9FD5AD
Tints of Chinook #9FD5AD
RGB
CMYK
RGB Variations
Color information
#9FD5AD (or 0x9FD5AD) is known color: Chinook. HEX triplet: 9F, D5 and AD. RGB value is (159,213,173). Sum of RGB (Red+Green+Blue) = 159+213+173=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD5AD is #602A52. Grayscale: #C0C0C0. Windows color (decimal): -6302291 or 11392415. OLE color: 11392415.
HSL color Cylindrical-coordinate representation of color #9FD5AD: hue angle of 135.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9FD5AD is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 213 | 173 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.16 |
| HSL | 135.56º | 0.39% | 0.73% | - |
| HSV(B) | 135.56º | 0.25% | 0.84% | - |
| XYZ | 45.64 | 57.98 | 48.32 | - |
| YUV | 192.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 213 | 173 | 0.25 | 0 | 0.19 | 0.16 | 135.56 | 0.39 | 0.73 |
| Hex | 9F | D5 | AD | 19 | 0 | 13 | 10 | 88 | 27 | 49 |
| Octal | 237 | 325 | 255 | 31 | 0 | 23 | 20 | 210 | 47 | 111 |
| Binary | 10011111 | 11010101 | 10101101 | 11001 | 0 | 10011 | 10000 | 10001000 | 100111 | 1001001 |
Color Harmonies of #9FD5AD
Complementary color
Monochromatic Colors of #9FD5AD
Black with #9FD5AD
Text Example
Text Example
White with #9FD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD5AD; }
p { color: rgb(159,213,173); }
H1.HeaderClassName
{
color: #9FD5AD;
}
.AnyTagClassName
{
color: #9FD5AD;
}
</style>
background-color css
<style>
a { background-color: #9FD5AD; }
a { background-color: rgb(159,213,173); }
div.DivClassName
{
background-color: #9FD5AD;
}
.BgClassName
{
background-color: #9FD5AD;
}
</style>
border-color css
<style>
span { border-color: #9FD5AD; }
span { border-color: rgb(159,213,173); }
td.TdClassName
{
border-color: #9FD5AD;
}
.TagClassName
{
border-color: #9FD5AD;
}
</style>