Shades of Chinook #9ED7AA
Tints of Chinook #9ED7AA
RGB
CMYK
RGB Variations
Color information
#9ED7AA (or 0x9ED7AA) is known color: Chinook. HEX triplet: 9E, D7 and AA. RGB value is (158,215,170). Sum of RGB (Red+Green+Blue) = 158+215+170=543 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.10% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 170 (66.80% from 255 or 31.31% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED7AA is #612855. Grayscale: #C0C0C0. Windows color (decimal): -6367318 or 11196318. OLE color: 11196318.
HSL color Cylindrical-coordinate representation of color #9ED7AA: hue angle of 132.63º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ED7AA is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 215 | 170 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.16 |
| HSL | 132.63º | 0.42% | 0.73% | - |
| HSV(B) | 132.63º | 0.27% | 0.84% | - |
| XYZ | 45.66 | 58.77 | 46.97 | - |
| YUV | 192.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 215 | 170 | 0.27 | 0 | 0.21 | 0.16 | 132.63 | 0.42 | 0.73 |
| Hex | 9E | D7 | AA | 1B | 0 | 15 | 10 | 85 | 2A | 49 |
| Octal | 236 | 327 | 252 | 33 | 0 | 25 | 20 | 205 | 52 | 111 |
| Binary | 10011110 | 11010111 | 10101010 | 11011 | 0 | 10101 | 10000 | 10000101 | 101010 | 1001001 |
Color Harmonies of #9ED7AA
Complementary color
Monochromatic Colors of #9ED7AA
Black with #9ED7AA
Text Example
Text Example
White with #9ED7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED7AA; }
p { color: rgb(158,215,170); }
H1.HeaderClassName
{
color: #9ED7AA;
}
.AnyTagClassName
{
color: #9ED7AA;
}
</style>
background-color css
<style>
a { background-color: #9ED7AA; }
a { background-color: rgb(158,215,170); }
div.DivClassName
{
background-color: #9ED7AA;
}
.BgClassName
{
background-color: #9ED7AA;
}
</style>
border-color css
<style>
span { border-color: #9ED7AA; }
span { border-color: rgb(158,215,170); }
td.TdClassName
{
border-color: #9ED7AA;
}
.TagClassName
{
border-color: #9ED7AA;
}
</style>