Shades of Chinook #9ED5AA
Tints of Chinook #9ED5AA
RGB
CMYK
RGB Variations
Color information
#9ED5AA (or 0x9ED5AA) is known color: Chinook. HEX triplet: 9E, D5 and AA. RGB value is (158,213,170). Sum of RGB (Red+Green+Blue) = 158+213+170=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 213 (83.59% from 255 or 39.37% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED5AA is #612A55. Grayscale: #BFBFBF. Windows color (decimal): -6367830 or 11195806. OLE color: 11195806.
HSL color Cylindrical-coordinate representation of color #9ED5AA: hue angle of 133.09º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9ED5AA is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 170 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.16 |
| HSL | 133.09º | 0.4% | 0.73% | - |
| HSV(B) | 133.09º | 0.26% | 0.84% | - |
| XYZ | 45.15 | 57.76 | 46.8 | - |
| YUV | 191.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 170 | 0.26 | 0 | 0.20 | 0.16 | 133.09 | 0.4 | 0.73 |
| Hex | 9E | D5 | AA | 1A | 0 | 14 | 10 | 85 | 28 | 49 |
| Octal | 236 | 325 | 252 | 32 | 0 | 24 | 20 | 205 | 50 | 111 |
| Binary | 10011110 | 11010101 | 10101010 | 11010 | 0 | 10100 | 10000 | 10000101 | 101000 | 1001001 |
Color Harmonies of #9ED5AA
Complementary color
Monochromatic Colors of #9ED5AA
Black with #9ED5AA
Text Example
Text Example
White with #9ED5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED5AA; }
p { color: rgb(158,213,170); }
H1.HeaderClassName
{
color: #9ED5AA;
}
.AnyTagClassName
{
color: #9ED5AA;
}
</style>
background-color css
<style>
a { background-color: #9ED5AA; }
a { background-color: rgb(158,213,170); }
div.DivClassName
{
background-color: #9ED5AA;
}
.BgClassName
{
background-color: #9ED5AA;
}
</style>
border-color css
<style>
span { border-color: #9ED5AA; }
span { border-color: rgb(158,213,170); }
td.TdClassName
{
border-color: #9ED5AA;
}
.TagClassName
{
border-color: #9ED5AA;
}
</style>