Shades of Chinook #9DD09F
Tints of Chinook #9DD09F
RGB
CMYK
RGB Variations
Color information
#9DD09F (or 0x9DD09F) is known color: Chinook. HEX triplet: 9D, D0 and 9F. RGB value is (157,208,159). Sum of RGB (Red+Green+Blue) = 157+208+159=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD09F is #622F60. Grayscale: #BBBBBB. Windows color (decimal): -6434657 or 10473629. OLE color: 10473629.
HSL color Cylindrical-coordinate representation of color #9DD09F: hue angle of 122.35º degrees, saturation: 0.35, 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 #9DD09F is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 159 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.18 |
| HSL | 122.35º | 0.35% | 0.72% | - |
| HSV(B) | 122.35º | 0.25% | 0.82% | - |
| XYZ | 42.72 | 54.78 | 41.12 | - |
| YUV | 187.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 159 | 0.25 | 0 | 0.24 | 0.18 | 122.35 | 0.35 | 0.72 |
| Hex | 9D | D0 | 9F | 19 | 0 | 18 | 12 | 7A | 23 | 48 |
| Octal | 235 | 320 | 237 | 31 | 0 | 30 | 22 | 172 | 43 | 110 |
| Binary | 10011101 | 11010000 | 10011111 | 11001 | 0 | 11000 | 10010 | 1111010 | 100011 | 1001000 |
Color Harmonies of #9DD09F
Complementary color
Monochromatic Colors of #9DD09F
Black with #9DD09F
Text Example
Text Example
White with #9DD09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD09F; }
p { color: rgb(157,208,159); }
H1.HeaderClassName
{
color: #9DD09F;
}
.AnyTagClassName
{
color: #9DD09F;
}
</style>
background-color css
<style>
a { background-color: #9DD09F; }
a { background-color: rgb(157,208,159); }
div.DivClassName
{
background-color: #9DD09F;
}
.BgClassName
{
background-color: #9DD09F;
}
</style>
border-color css
<style>
span { border-color: #9DD09F; }
span { border-color: rgb(157,208,159); }
td.TdClassName
{
border-color: #9DD09F;
}
.TagClassName
{
border-color: #9DD09F;
}
</style>