Shades of Chinook #9DCC9D
Tints of Chinook #9DCC9D
RGB
CMYK
RGB Variations
Color information
#9DCC9D (or 0x9DCC9D) is known color: Chinook. HEX triplet: 9D, CC and 9D. RGB value is (157,204,157). Sum of RGB (Red+Green+Blue) = 157+204+157=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCC9D is #623362. Grayscale: #B8B8B8. Windows color (decimal): -6435683 or 10341533. OLE color: 10341533.
HSL color Cylindrical-coordinate representation of color #9DCC9D: hue angle of 120º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DCC9D is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 157 | - |
| CMYK | 0.23 | 0 | 0.23 | 0.2 |
| HSL | 120º | 0.32% | 0.71% | - |
| HSV(B) | 120º | 0.23% | 0.8% | - |
| XYZ | 41.58 | 52.79 | 39.9 | - |
| YUV | 184.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 157 | 0.23 | 0 | 0.23 | 0.2 | 120 | 0.32 | 0.71 |
| Hex | 9D | CC | 9D | 17 | 0 | 17 | 14 | 78 | 20 | 47 |
| Octal | 235 | 314 | 235 | 27 | 0 | 27 | 24 | 170 | 40 | 107 |
| Binary | 10011101 | 11001100 | 10011101 | 10111 | 0 | 10111 | 10100 | 1111000 | 100000 | 1000111 |
Color Harmonies of #9DCC9D
Complementary color
Monochromatic Colors of #9DCC9D
Black with #9DCC9D
Text Example
Text Example
White with #9DCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC9D; }
p { color: rgb(157,204,157); }
H1.HeaderClassName
{
color: #9DCC9D;
}
.AnyTagClassName
{
color: #9DCC9D;
}
</style>
background-color css
<style>
a { background-color: #9DCC9D; }
a { background-color: rgb(157,204,157); }
div.DivClassName
{
background-color: #9DCC9D;
}
.BgClassName
{
background-color: #9DCC9D;
}
</style>
border-color css
<style>
span { border-color: #9DCC9D; }
span { border-color: rgb(157,204,157); }
td.TdClassName
{
border-color: #9DCC9D;
}
.TagClassName
{
border-color: #9DCC9D;
}
</style>