Shades of Chinook #9ED5A6
Tints of Chinook #9ED5A6
RGB
CMYK
RGB Variations
Color information
#9ED5A6 (or 0x9ED5A6) is known color: Chinook. HEX triplet: 9E, D5 and A6. RGB value is (158,213,166). Sum of RGB (Red+Green+Blue) = 158+213+166=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 166 (65.23% from 255 or 30.91% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED5A6 is #612A59. Grayscale: #BFBFBF. Windows color (decimal): -6367834 or 10933662. OLE color: 10933662.
HSL color Cylindrical-coordinate representation of color #9ED5A6: hue angle of 128.73º 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 #9ED5A6 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 213 | 166 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.16 |
| HSL | 128.73º | 0.4% | 0.73% | - |
| HSV(B) | 128.73º | 0.26% | 0.84% | - |
| XYZ | 44.78 | 57.61 | 44.84 | - |
| YUV | 191.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 213 | 166 | 0.26 | 0 | 0.22 | 0.16 | 128.73 | 0.4 | 0.73 |
| Hex | 9E | D5 | A6 | 1A | 0 | 16 | 10 | 81 | 28 | 49 |
| Octal | 236 | 325 | 246 | 32 | 0 | 26 | 20 | 201 | 50 | 111 |
| Binary | 10011110 | 11010101 | 10100110 | 11010 | 0 | 10110 | 10000 | 10000001 | 101000 | 1001001 |
Color Harmonies of #9ED5A6
Complementary color
Monochromatic Colors of #9ED5A6
Black with #9ED5A6
Text Example
Text Example
White with #9ED5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED5A6; }
p { color: rgb(158,213,166); }
H1.HeaderClassName
{
color: #9ED5A6;
}
.AnyTagClassName
{
color: #9ED5A6;
}
</style>
background-color css
<style>
a { background-color: #9ED5A6; }
a { background-color: rgb(158,213,166); }
div.DivClassName
{
background-color: #9ED5A6;
}
.BgClassName
{
background-color: #9ED5A6;
}
</style>
border-color css
<style>
span { border-color: #9ED5A6; }
span { border-color: rgb(158,213,166); }
td.TdClassName
{
border-color: #9ED5A6;
}
.TagClassName
{
border-color: #9ED5A6;
}
</style>