Shades of Chinook #9FDAA3
Tints of Chinook #9FDAA3
RGB
CMYK
RGB Variations
Color information
#9FDAA3 (or 0x9FDAA3) is known color: Chinook. HEX triplet: 9F, DA and A3. RGB value is (159,218,163). Sum of RGB (Red+Green+Blue) = 159+218+163=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 218 (85.55% from 255 or 40.37% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDAA3 is #60255C. Grayscale: #C2C2C2. Windows color (decimal): -6301021 or 10738335. OLE color: 10738335.
HSL color Cylindrical-coordinate representation of color #9FDAA3: hue angle of 124.07º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FDAA3 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 163 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.15 |
| HSL | 124.07º | 0.44% | 0.74% | - |
| HSV(B) | 124.07º | 0.27% | 0.85% | - |
| XYZ | 45.98 | 60.16 | 43.84 | - |
| YUV | 194.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 163 | 0.27 | 0 | 0.25 | 0.15 | 124.07 | 0.44 | 0.74 |
| Hex | 9F | DA | A3 | 1B | 0 | 19 | F | 7C | 2C | 4A |
| Octal | 237 | 332 | 243 | 33 | 0 | 31 | 17 | 174 | 54 | 112 |
| Binary | 10011111 | 11011010 | 10100011 | 11011 | 0 | 11001 | 1111 | 1111100 | 101100 | 1001010 |
Color Harmonies of #9FDAA3
Complementary color
Monochromatic Colors of #9FDAA3
Black with #9FDAA3
Text Example
Text Example
White with #9FDAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDAA3; }
p { color: rgb(159,218,163); }
H1.HeaderClassName
{
color: #9FDAA3;
}
.AnyTagClassName
{
color: #9FDAA3;
}
</style>
background-color css
<style>
a { background-color: #9FDAA3; }
a { background-color: rgb(159,218,163); }
div.DivClassName
{
background-color: #9FDAA3;
}
.BgClassName
{
background-color: #9FDAA3;
}
</style>
border-color css
<style>
span { border-color: #9FDAA3; }
span { border-color: rgb(159,218,163); }
td.TdClassName
{
border-color: #9FDAA3;
}
.TagClassName
{
border-color: #9FDAA3;
}
</style>