Shades of Chinook #9EDBA1
Tints of Chinook #9EDBA1
RGB
CMYK
RGB Variations
Color information
#9EDBA1 (or 0x9EDBA1) is known color: Chinook. HEX triplet: 9E, DB and A1. RGB value is (158,219,161). Sum of RGB (Red+Green+Blue) = 158+219+161=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 161 (63.28% from 255 or 29.93% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDBA1 is #61245E. Grayscale: #C2C2C2. Windows color (decimal): -6366303 or 10607518. OLE color: 10607518.
HSL color Cylindrical-coordinate representation of color #9EDBA1: hue angle of 122.95º 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 #9EDBA1 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 161 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.14 |
| HSL | 122.95º | 0.46% | 0.74% | - |
| HSV(B) | 122.95º | 0.28% | 0.86% | - |
| XYZ | 45.87 | 60.51 | 42.98 | - |
| YUV | 194.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 161 | 0.28 | 0 | 0.26 | 0.14 | 122.95 | 0.46 | 0.74 |
| Hex | 9E | DB | A1 | 1C | 0 | 1A | E | 7B | 2E | 4A |
| Octal | 236 | 333 | 241 | 34 | 0 | 32 | 16 | 173 | 56 | 112 |
| Binary | 10011110 | 11011011 | 10100001 | 11100 | 0 | 11010 | 1110 | 1111011 | 101110 | 1001010 |
Color Harmonies of #9EDBA1
Complementary color
Monochromatic Colors of #9EDBA1
Black with #9EDBA1
Text Example
Text Example
White with #9EDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDBA1; }
p { color: rgb(158,219,161); }
H1.HeaderClassName
{
color: #9EDBA1;
}
.AnyTagClassName
{
color: #9EDBA1;
}
</style>
background-color css
<style>
a { background-color: #9EDBA1; }
a { background-color: rgb(158,219,161); }
div.DivClassName
{
background-color: #9EDBA1;
}
.BgClassName
{
background-color: #9EDBA1;
}
</style>
border-color css
<style>
span { border-color: #9EDBA1; }
span { border-color: rgb(158,219,161); }
td.TdClassName
{
border-color: #9EDBA1;
}
.TagClassName
{
border-color: #9EDBA1;
}
</style>