Shades of Chinook #9DD6A2
Tints of Chinook #9DD6A2
RGB
CMYK
RGB Variations
Color information
#9DD6A2 (or 0x9DD6A2) is known color: Chinook. HEX triplet: 9D, D6 and A2. RGB value is (157,214,162). Sum of RGB (Red+Green+Blue) = 157+214+162=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 162 (63.67% from 255 or 30.39% from 533); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD6A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD6A2 is #62295D. Grayscale: #BFBFBF. Windows color (decimal): -6433118 or 10671773. OLE color: 10671773.
HSL color Cylindrical-coordinate representation of color #9DD6A2: hue angle of 125.26º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DD6A2 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 214 | 162 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.16 |
| HSL | 125.26º | 0.41% | 0.73% | - |
| HSV(B) | 125.26º | 0.27% | 0.84% | - |
| XYZ | 44.47 | 57.87 | 43.01 | - |
| YUV | 191.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 214 | 162 | 0.27 | 0 | 0.24 | 0.16 | 125.26 | 0.41 | 0.73 |
| Hex | 9D | D6 | A2 | 1B | 0 | 18 | 10 | 7D | 29 | 49 |
| Octal | 235 | 326 | 242 | 33 | 0 | 30 | 20 | 175 | 51 | 111 |
| Binary | 10011101 | 11010110 | 10100010 | 11011 | 0 | 11000 | 10000 | 1111101 | 101001 | 1001001 |
Color Harmonies of #9DD6A2
Complementary color
Monochromatic Colors of #9DD6A2
Black with #9DD6A2
Text Example
Text Example
White with #9DD6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD6A2; }
p { color: rgb(157,214,162); }
H1.HeaderClassName
{
color: #9DD6A2;
}
.AnyTagClassName
{
color: #9DD6A2;
}
</style>
background-color css
<style>
a { background-color: #9DD6A2; }
a { background-color: rgb(157,214,162); }
div.DivClassName
{
background-color: #9DD6A2;
}
.BgClassName
{
background-color: #9DD6A2;
}
</style>
border-color css
<style>
span { border-color: #9DD6A2; }
span { border-color: rgb(157,214,162); }
td.TdClassName
{
border-color: #9DD6A2;
}
.TagClassName
{
border-color: #9DD6A2;
}
</style>