Shades of Chinook #9DD4A8
Tints of Chinook #9DD4A8
RGB
CMYK
RGB Variations
Color information
#9DD4A8 (or 0x9DD4A8) is known color: Chinook. HEX triplet: 9D, D4 and A8. RGB value is (157,212,168). Sum of RGB (Red+Green+Blue) = 157+212+168=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD4A8 is #622B57. Grayscale: #BEBEBE. Windows color (decimal): -6433624 or 11064477. OLE color: 11064477.
HSL color Cylindrical-coordinate representation of color #9DD4A8: hue angle of 132º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DD4A8 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 168 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.17 |
| HSL | 132º | 0.39% | 0.72% | - |
| HSV(B) | 132º | 0.26% | 0.83% | - |
| XYZ | 44.52 | 57.08 | 45.72 | - |
| YUV | 190.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 168 | 0.26 | 0 | 0.21 | 0.17 | 132 | 0.39 | 0.72 |
| Hex | 9D | D4 | A8 | 1A | 0 | 15 | 11 | 84 | 27 | 48 |
| Octal | 235 | 324 | 250 | 32 | 0 | 25 | 21 | 204 | 47 | 110 |
| Binary | 10011101 | 11010100 | 10101000 | 11010 | 0 | 10101 | 10001 | 10000100 | 100111 | 1001000 |
Color Harmonies of #9DD4A8
Complementary color
Monochromatic Colors of #9DD4A8
Black with #9DD4A8
Text Example
Text Example
White with #9DD4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD4A8; }
p { color: rgb(157,212,168); }
H1.HeaderClassName
{
color: #9DD4A8;
}
.AnyTagClassName
{
color: #9DD4A8;
}
</style>
background-color css
<style>
a { background-color: #9DD4A8; }
a { background-color: rgb(157,212,168); }
div.DivClassName
{
background-color: #9DD4A8;
}
.BgClassName
{
background-color: #9DD4A8;
}
</style>
border-color css
<style>
span { border-color: #9DD4A8; }
span { border-color: rgb(157,212,168); }
td.TdClassName
{
border-color: #9DD4A8;
}
.TagClassName
{
border-color: #9DD4A8;
}
</style>