Shades of Chinook #9ED39F
Tints of Chinook #9ED39F
RGB
CMYK
RGB Variations
Color information
#9ED39F (or 0x9ED39F) is known color: Chinook. HEX triplet: 9E, D3 and 9F. RGB value is (158,211,159). Sum of RGB (Red+Green+Blue) = 158+211+159=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED39F is #612C60. Grayscale: #BDBDBD. Windows color (decimal): -6368353 or 10474398. OLE color: 10474398.
HSL color Cylindrical-coordinate representation of color #9ED39F: hue angle of 121.13º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED39F is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 158 | 211 | 159 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.17 |
| HSL | 121.13º | 0.38% | 0.72% | - |
| HSV(B) | 121.13º | 0.25% | 0.83% | - |
| XYZ | 43.65 | 56.36 | 41.38 | - |
| YUV | 189.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 211 | 159 | 0.25 | 0 | 0.25 | 0.17 | 121.13 | 0.38 | 0.72 |
| Hex | 9E | D3 | 9F | 19 | 0 | 19 | 11 | 79 | 26 | 48 |
| Octal | 236 | 323 | 237 | 31 | 0 | 31 | 21 | 171 | 46 | 110 |
| Binary | 10011110 | 11010011 | 10011111 | 11001 | 0 | 11001 | 10001 | 1111001 | 100110 | 1001000 |
Color Harmonies of #9ED39F
Complementary color
Monochromatic Colors of #9ED39F
Black with #9ED39F
Text Example
Text Example
White with #9ED39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED39F; }
p { color: rgb(158,211,159); }
H1.HeaderClassName
{
color: #9ED39F;
}
.AnyTagClassName
{
color: #9ED39F;
}
</style>
background-color css
<style>
a { background-color: #9ED39F; }
a { background-color: rgb(158,211,159); }
div.DivClassName
{
background-color: #9ED39F;
}
.BgClassName
{
background-color: #9ED39F;
}
</style>
border-color css
<style>
span { border-color: #9ED39F; }
span { border-color: rgb(158,211,159); }
td.TdClassName
{
border-color: #9ED39F;
}
.TagClassName
{
border-color: #9ED39F;
}
</style>