Shades of Chinook #9ED09E
Tints of Chinook #9ED09E
RGB
CMYK
RGB Variations
Color information
#9ED09E (or 0x9ED09E) is known color: Chinook. HEX triplet: 9E, D0 and 9E. RGB value is (158,208,158). Sum of RGB (Red+Green+Blue) = 158+208+158=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED09E is #612F61. Grayscale: #BBBBBB. Windows color (decimal): -6369122 or 10408094. OLE color: 10408094.
HSL color Cylindrical-coordinate representation of color #9ED09E: hue angle of 120º 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 #9ED09E is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 208 | 158 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.18 |
| HSL | 120º | 0.35% | 0.72% | - |
| HSV(B) | 120º | 0.24% | 0.82% | - |
| XYZ | 42.83 | 54.85 | 40.68 | - |
| YUV | 187.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 208 | 158 | 0.24 | 0 | 0.24 | 0.18 | 120 | 0.35 | 0.72 |
| Hex | 9E | D0 | 9E | 18 | 0 | 18 | 12 | 78 | 23 | 48 |
| Octal | 236 | 320 | 236 | 30 | 0 | 30 | 22 | 170 | 43 | 110 |
| Binary | 10011110 | 11010000 | 10011110 | 11000 | 0 | 11000 | 10010 | 1111000 | 100011 | 1001000 |
Color Harmonies of #9ED09E
Complementary color
Monochromatic Colors of #9ED09E
Black with #9ED09E
Text Example
Text Example
White with #9ED09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED09E; }
p { color: rgb(158,208,158); }
H1.HeaderClassName
{
color: #9ED09E;
}
.AnyTagClassName
{
color: #9ED09E;
}
</style>
background-color css
<style>
a { background-color: #9ED09E; }
a { background-color: rgb(158,208,158); }
div.DivClassName
{
background-color: #9ED09E;
}
.BgClassName
{
background-color: #9ED09E;
}
</style>
border-color css
<style>
span { border-color: #9ED09E; }
span { border-color: rgb(158,208,158); }
td.TdClassName
{
border-color: #9ED09E;
}
.TagClassName
{
border-color: #9ED09E;
}
</style>