Shades of Chinook #9ED9AF
Tints of Chinook #9ED9AF
RGB
CMYK
RGB Variations
Color information
#9ED9AF (or 0x9ED9AF) is known color: Chinook. HEX triplet: 9E, D9 and AF. RGB value is (158,217,175). Sum of RGB (Red+Green+Blue) = 158+217+175=550 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.73% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED9AF is #612650. Grayscale: #C2C2C2. Windows color (decimal): -6366801 or 11524510. OLE color: 11524510.
HSL color Cylindrical-coordinate representation of color #9ED9AF: hue angle of 137.29º 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 #9ED9AF is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 175 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.15 |
| HSL | 137.29º | 0.44% | 0.74% | - |
| HSV(B) | 137.29º | 0.27% | 0.85% | - |
| XYZ | 46.65 | 59.99 | 49.68 | - |
| YUV | 194.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 175 | 0.27 | 0 | 0.19 | 0.15 | 137.29 | 0.44 | 0.74 |
| Hex | 9E | D9 | AF | 1B | 0 | 13 | F | 89 | 2C | 4A |
| Octal | 236 | 331 | 257 | 33 | 0 | 23 | 17 | 211 | 54 | 112 |
| Binary | 10011110 | 11011001 | 10101111 | 11011 | 0 | 10011 | 1111 | 10001001 | 101100 | 1001010 |
Color Harmonies of #9ED9AF
Complementary color
Monochromatic Colors of #9ED9AF
Black with #9ED9AF
Text Example
Text Example
White with #9ED9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED9AF; }
p { color: rgb(158,217,175); }
H1.HeaderClassName
{
color: #9ED9AF;
}
.AnyTagClassName
{
color: #9ED9AF;
}
</style>
background-color css
<style>
a { background-color: #9ED9AF; }
a { background-color: rgb(158,217,175); }
div.DivClassName
{
background-color: #9ED9AF;
}
.BgClassName
{
background-color: #9ED9AF;
}
</style>
border-color css
<style>
span { border-color: #9ED9AF; }
span { border-color: rgb(158,217,175); }
td.TdClassName
{
border-color: #9ED9AF;
}
.TagClassName
{
border-color: #9ED9AF;
}
</style>