Shades of Chinook #9DD19E
Tints of Chinook #9DD19E
RGB
CMYK
RGB Variations
Color information
#9DD19E (or 0x9DD19E) is known color: Chinook. HEX triplet: 9D, D1 and 9E. RGB value is (157,209,158). Sum of RGB (Red+Green+Blue) = 157+209+158=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD19E is #622E61. Grayscale: #BBBBBB. Windows color (decimal): -6434402 or 10408349. OLE color: 10408349.
HSL color Cylindrical-coordinate representation of color #9DD19E: hue angle of 121.15º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DD19E is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 158 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.18 |
| HSL | 121.15º | 0.36% | 0.72% | - |
| HSV(B) | 121.15º | 0.25% | 0.82% | - |
| XYZ | 42.88 | 55.24 | 40.75 | - |
| YUV | 187.64 | 111.27 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 158 | 0.25 | 0 | 0.24 | 0.18 | 121.15 | 0.36 | 0.72 |
| Hex | 9D | D1 | 9E | 19 | 0 | 18 | 12 | 79 | 24 | 48 |
| Octal | 235 | 321 | 236 | 31 | 0 | 30 | 22 | 171 | 44 | 110 |
| Binary | 10011101 | 11010001 | 10011110 | 11001 | 0 | 11000 | 10010 | 1111001 | 100100 | 1001000 |
Color Harmonies of #9DD19E
Complementary color
Monochromatic Colors of #9DD19E
Black with #9DD19E
Text Example
Text Example
White with #9DD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD19E; }
p { color: rgb(157,209,158); }
H1.HeaderClassName
{
color: #9DD19E;
}
.AnyTagClassName
{
color: #9DD19E;
}
</style>
background-color css
<style>
a { background-color: #9DD19E; }
a { background-color: rgb(157,209,158); }
div.DivClassName
{
background-color: #9DD19E;
}
.BgClassName
{
background-color: #9DD19E;
}
</style>
border-color css
<style>
span { border-color: #9DD19E; }
span { border-color: rgb(157,209,158); }
td.TdClassName
{
border-color: #9DD19E;
}
.TagClassName
{
border-color: #9DD19E;
}
</style>