Shades of Chinook #9EDBA0
Tints of Chinook #9EDBA0
RGB
CMYK
RGB Variations
Color information
#9EDBA0 (or 0x9EDBA0) is known color: Chinook. HEX triplet: 9E, DB and A0. RGB value is (158,219,160). Sum of RGB (Red+Green+Blue) = 158+219+160=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBA0 is #61245F. Grayscale: #C2C2C2. Windows color (decimal): -6366304 or 10541982. OLE color: 10541982.
HSL color Cylindrical-coordinate representation of color #9EDBA0: hue angle of 121.97º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9EDBA0 is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 160 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.14 |
| HSL | 121.97º | 0.46% | 0.74% | - |
| HSV(B) | 121.97º | 0.28% | 0.86% | - |
| XYZ | 45.78 | 60.47 | 42.52 | - |
| YUV | 194.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 160 | 0.28 | 0 | 0.27 | 0.14 | 121.97 | 0.46 | 0.74 |
| Hex | 9E | DB | A0 | 1C | 0 | 1B | E | 7A | 2E | 4A |
| Octal | 236 | 333 | 240 | 34 | 0 | 33 | 16 | 172 | 56 | 112 |
| Binary | 10011110 | 11011011 | 10100000 | 11100 | 0 | 11011 | 1110 | 1111010 | 101110 | 1001010 |
Color Harmonies of #9EDBA0
Complementary color
Monochromatic Colors of #9EDBA0
Black with #9EDBA0
Text Example
Text Example
White with #9EDBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBA0; }
p { color: rgb(158,219,160); }
H1.HeaderClassName
{
color: #9EDBA0;
}
.AnyTagClassName
{
color: #9EDBA0;
}
</style>
background-color css
<style>
a { background-color: #9EDBA0; }
a { background-color: rgb(158,219,160); }
div.DivClassName
{
background-color: #9EDBA0;
}
.BgClassName
{
background-color: #9EDBA0;
}
</style>
border-color css
<style>
span { border-color: #9EDBA0; }
span { border-color: rgb(158,219,160); }
td.TdClassName
{
border-color: #9EDBA0;
}
.TagClassName
{
border-color: #9EDBA0;
}
</style>