Shades of Chinook #9ED9AB
Tints of Chinook #9ED9AB
RGB
CMYK
RGB Variations
Color information
#9ED9AB (or 0x9ED9AB) is known color: Chinook. HEX triplet: 9E, D9 and AB. RGB value is (158,217,171). Sum of RGB (Red+Green+Blue) = 158+217+171=546 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.94% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED9AB is #612654. Grayscale: #C2C2C2. Windows color (decimal): -6366805 or 11262366. OLE color: 11262366.
HSL color Cylindrical-coordinate representation of color #9ED9AB: hue angle of 133.22º 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 #9ED9AB is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 171 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.15 |
| HSL | 133.22º | 0.44% | 0.74% | - |
| HSV(B) | 133.22º | 0.27% | 0.85% | - |
| XYZ | 46.26 | 59.84 | 47.64 | - |
| YUV | 194.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 171 | 0.27 | 0 | 0.21 | 0.15 | 133.22 | 0.44 | 0.74 |
| Hex | 9E | D9 | AB | 1B | 0 | 15 | F | 85 | 2C | 4A |
| Octal | 236 | 331 | 253 | 33 | 0 | 25 | 17 | 205 | 54 | 112 |
| Binary | 10011110 | 11011001 | 10101011 | 11011 | 0 | 10101 | 1111 | 10000101 | 101100 | 1001010 |
Color Harmonies of #9ED9AB
Complementary color
Monochromatic Colors of #9ED9AB
Black with #9ED9AB
Text Example
Text Example
White with #9ED9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED9AB; }
p { color: rgb(158,217,171); }
H1.HeaderClassName
{
color: #9ED9AB;
}
.AnyTagClassName
{
color: #9ED9AB;
}
</style>
background-color css
<style>
a { background-color: #9ED9AB; }
a { background-color: rgb(158,217,171); }
div.DivClassName
{
background-color: #9ED9AB;
}
.BgClassName
{
background-color: #9ED9AB;
}
</style>
border-color css
<style>
span { border-color: #9ED9AB; }
span { border-color: rgb(158,217,171); }
td.TdClassName
{
border-color: #9ED9AB;
}
.TagClassName
{
border-color: #9ED9AB;
}
</style>