Shades of Chinook #9DD09D
Tints of Chinook #9DD09D
RGB
CMYK
RGB Variations
Color information
#9DD09D (or 0x9DD09D) is known color: Chinook. HEX triplet: 9D, D0 and 9D. RGB value is (157,208,157). Sum of RGB (Red+Green+Blue) = 157+208+157=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #9DD09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD09D is #622F62. Grayscale: #BBBBBB. Windows color (decimal): -6434659 or 10342557. OLE color: 10342557.
HSL color Cylindrical-coordinate representation of color #9DD09D: 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.25%. Process color model (Four color, CMYK) of #9DD09D is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 208 | 157 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.18 |
| HSL | 120º | 0.35% | 0.72% | - |
| HSV(B) | 120º | 0.25% | 0.82% | - |
| XYZ | 42.55 | 54.71 | 40.22 | - |
| YUV | 186.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 208 | 157 | 0.25 | 0 | 0.25 | 0.18 | 120 | 0.35 | 0.72 |
| Hex | 9D | D0 | 9D | 19 | 0 | 19 | 12 | 78 | 23 | 48 |
| Octal | 235 | 320 | 235 | 31 | 0 | 31 | 22 | 170 | 43 | 110 |
| Binary | 10011101 | 11010000 | 10011101 | 11001 | 0 | 11001 | 10010 | 1111000 | 100011 | 1001000 |
Color Harmonies of #9DD09D
Complementary color
Monochromatic Colors of #9DD09D
Black with #9DD09D
Text Example
Text Example
White with #9DD09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD09D; }
p { color: rgb(157,208,157); }
H1.HeaderClassName
{
color: #9DD09D;
}
.AnyTagClassName
{
color: #9DD09D;
}
</style>
background-color css
<style>
a { background-color: #9DD09D; }
a { background-color: rgb(157,208,157); }
div.DivClassName
{
background-color: #9DD09D;
}
.BgClassName
{
background-color: #9DD09D;
}
</style>
border-color css
<style>
span { border-color: #9DD09D; }
span { border-color: rgb(157,208,157); }
td.TdClassName
{
border-color: #9DD09D;
}
.TagClassName
{
border-color: #9DD09D;
}
</style>