Shades of Chinook #9DD2A5
Tints of Chinook #9DD2A5
RGB
CMYK
RGB Variations
Color information
#9DD2A5 (or 0x9DD2A5) is known color: Chinook. HEX triplet: 9D, D2 and A5. RGB value is (157,210,165). Sum of RGB (Red+Green+Blue) = 157+210+165=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD2A5 is #622D5A. Grayscale: #BDBDBD. Windows color (decimal): -6434139 or 10867357. OLE color: 10867357.
HSL color Cylindrical-coordinate representation of color #9DD2A5: hue angle of 129.06º degrees, saturation: 0.37, 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 #9DD2A5 is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 210 | 165 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.18 |
| HSL | 129.06º | 0.37% | 0.72% | - |
| HSV(B) | 129.06º | 0.25% | 0.82% | - |
| XYZ | 43.74 | 55.98 | 44.1 | - |
| YUV | 189.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 210 | 165 | 0.25 | 0 | 0.21 | 0.18 | 129.06 | 0.37 | 0.72 |
| Hex | 9D | D2 | A5 | 19 | 0 | 15 | 12 | 81 | 25 | 48 |
| Octal | 235 | 322 | 245 | 31 | 0 | 25 | 22 | 201 | 45 | 110 |
| Binary | 10011101 | 11010010 | 10100101 | 11001 | 0 | 10101 | 10010 | 10000001 | 100101 | 1001000 |
Color Harmonies of #9DD2A5
Complementary color
Monochromatic Colors of #9DD2A5
Black with #9DD2A5
Text Example
Text Example
White with #9DD2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD2A5; }
p { color: rgb(157,210,165); }
H1.HeaderClassName
{
color: #9DD2A5;
}
.AnyTagClassName
{
color: #9DD2A5;
}
</style>
background-color css
<style>
a { background-color: #9DD2A5; }
a { background-color: rgb(157,210,165); }
div.DivClassName
{
background-color: #9DD2A5;
}
.BgClassName
{
background-color: #9DD2A5;
}
</style>
border-color css
<style>
span { border-color: #9DD2A5; }
span { border-color: rgb(157,210,165); }
td.TdClassName
{
border-color: #9DD2A5;
}
.TagClassName
{
border-color: #9DD2A5;
}
</style>