Shades of Chinook #9FDDA3
Tints of Chinook #9FDDA3
RGB
CMYK
RGB Variations
Color information
#9FDDA3 (or 0x9FDDA3) is known color: Chinook. HEX triplet: 9F, DD and A3. RGB value is (159,221,163). Sum of RGB (Red+Green+Blue) = 159+221+163=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDDA3 is #60225C. Grayscale: #C4C4C4. Windows color (decimal): -6300253 or 10739103. OLE color: 10739103.
HSL color Cylindrical-coordinate representation of color #9FDDA3: hue angle of 123.87º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FDDA3 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 163 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.13 |
| HSL | 123.87º | 0.48% | 0.75% | - |
| HSV(B) | 123.87º | 0.28% | 0.87% | - |
| XYZ | 46.77 | 61.73 | 44.1 | - |
| YUV | 195.85 | 109.46 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 163 | 0.28 | 0 | 0.26 | 0.13 | 123.87 | 0.48 | 0.75 |
| Hex | 9F | DD | A3 | 1C | 0 | 1A | D | 7C | 30 | 4B |
| Octal | 237 | 335 | 243 | 34 | 0 | 32 | 15 | 174 | 60 | 113 |
| Binary | 10011111 | 11011101 | 10100011 | 11100 | 0 | 11010 | 1101 | 1111100 | 110000 | 1001011 |
Color Harmonies of #9FDDA3
Complementary color
Monochromatic Colors of #9FDDA3
Black with #9FDDA3
Text Example
Text Example
White with #9FDDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDDA3; }
p { color: rgb(159,221,163); }
H1.HeaderClassName
{
color: #9FDDA3;
}
.AnyTagClassName
{
color: #9FDDA3;
}
</style>
background-color css
<style>
a { background-color: #9FDDA3; }
a { background-color: rgb(159,221,163); }
div.DivClassName
{
background-color: #9FDDA3;
}
.BgClassName
{
background-color: #9FDDA3;
}
</style>
border-color css
<style>
span { border-color: #9FDDA3; }
span { border-color: rgb(159,221,163); }
td.TdClassName
{
border-color: #9FDDA3;
}
.TagClassName
{
border-color: #9FDDA3;
}
</style>