Shades of Chinook #9DDB9F
Tints of Chinook #9DDB9F
RGB
CMYK
RGB Variations
Color information
#9DDB9F (or 0x9DDB9F) is known color: Chinook. HEX triplet: 9D, DB and 9F. RGB value is (157,219,159). Sum of RGB (Red+Green+Blue) = 157+219+159=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 159 (62.5% from 255 or 29.72% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB9F is #622460. Grayscale: #C1C1C1. Windows color (decimal): -6431841 or 10476445. OLE color: 10476445.
HSL color Cylindrical-coordinate representation of color #9DDB9F: hue angle of 121.94º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDB9F is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 219 | 159 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.14 |
| HSL | 121.94º | 0.46% | 0.74% | - |
| HSV(B) | 121.94º | 0.28% | 0.86% | - |
| XYZ | 45.49 | 60.33 | 42.05 | - |
| YUV | 193.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 219 | 159 | 0.28 | 0 | 0.27 | 0.14 | 121.94 | 0.46 | 0.74 |
| Hex | 9D | DB | 9F | 1C | 0 | 1B | E | 7A | 2E | 4A |
| Octal | 235 | 333 | 237 | 34 | 0 | 33 | 16 | 172 | 56 | 112 |
| Binary | 10011101 | 11011011 | 10011111 | 11100 | 0 | 11011 | 1110 | 1111010 | 101110 | 1001010 |
Color Harmonies of #9DDB9F
Complementary color
Monochromatic Colors of #9DDB9F
Black with #9DDB9F
Text Example
Text Example
White with #9DDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDB9F; }
p { color: rgb(157,219,159); }
H1.HeaderClassName
{
color: #9DDB9F;
}
.AnyTagClassName
{
color: #9DDB9F;
}
</style>
background-color css
<style>
a { background-color: #9DDB9F; }
a { background-color: rgb(157,219,159); }
div.DivClassName
{
background-color: #9DDB9F;
}
.BgClassName
{
background-color: #9DDB9F;
}
</style>
border-color css
<style>
span { border-color: #9DDB9F; }
span { border-color: rgb(157,219,159); }
td.TdClassName
{
border-color: #9DDB9F;
}
.TagClassName
{
border-color: #9DDB9F;
}
</style>