Shades of Chinook #9ED0A5
Tints of Chinook #9ED0A5
RGB
CMYK
RGB Variations
Color information
#9ED0A5 (or 0x9ED0A5) is known color: Chinook. HEX triplet: 9E, D0 and A5. RGB value is (158,208,165). Sum of RGB (Red+Green+Blue) = 158+208+165=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED0A5 is #612F5A. Grayscale: #BCBCBC. Windows color (decimal): -6369115 or 10866846. OLE color: 10866846.
HSL color Cylindrical-coordinate representation of color #9ED0A5: hue angle of 128.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9ED0A5 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 165 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.18 |
| HSL | 128.4º | 0.35% | 0.72% | - |
| HSV(B) | 128.4º | 0.24% | 0.82% | - |
| XYZ | 43.45 | 55.1 | 43.94 | - |
| YUV | 188.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 165 | 0.24 | 0 | 0.21 | 0.18 | 128.4 | 0.35 | 0.72 |
| Hex | 9E | D0 | A5 | 18 | 0 | 15 | 12 | 80 | 23 | 48 |
| Octal | 236 | 320 | 245 | 30 | 0 | 25 | 22 | 200 | 43 | 110 |
| Binary | 10011110 | 11010000 | 10100101 | 11000 | 0 | 10101 | 10010 | 10000000 | 100011 | 1001000 |
Color Harmonies of #9ED0A5
Complementary color
Monochromatic Colors of #9ED0A5
Black with #9ED0A5
Text Example
Text Example
White with #9ED0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED0A5; }
p { color: rgb(158,208,165); }
H1.HeaderClassName
{
color: #9ED0A5;
}
.AnyTagClassName
{
color: #9ED0A5;
}
</style>
background-color css
<style>
a { background-color: #9ED0A5; }
a { background-color: rgb(158,208,165); }
div.DivClassName
{
background-color: #9ED0A5;
}
.BgClassName
{
background-color: #9ED0A5;
}
</style>
border-color css
<style>
span { border-color: #9ED0A5; }
span { border-color: rgb(158,208,165); }
td.TdClassName
{
border-color: #9ED0A5;
}
.TagClassName
{
border-color: #9ED0A5;
}
</style>