Shades of Chinook #9DE0AA
Tints of Chinook #9DE0AA
RGB
CMYK
RGB Variations
Color information
#9DE0AA (or 0x9DE0AA) is known color: Chinook. HEX triplet: 9D, E0 and AA. RGB value is (157,224,170). Sum of RGB (Red+Green+Blue) = 157+224+170=551 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.49% from 551); Green value is 224 (87.89% from 255 or 40.65% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE0AA is #621F55. Grayscale: #C5C5C5. Windows color (decimal): -6430550 or 11198621. OLE color: 11198621.
HSL color Cylindrical-coordinate representation of color #9DE0AA: hue angle of 131.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DE0AA is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 170 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.12 |
| HSL | 131.64º | 0.52% | 0.75% | - |
| HSV(B) | 131.64º | 0.3% | 0.88% | - |
| XYZ | 47.82 | 63.38 | 47.74 | - |
| YUV | 197.81 | 112.3 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 170 | 0.30 | 0 | 0.24 | 0.12 | 131.64 | 0.52 | 0.75 |
| Hex | 9D | E0 | AA | 1E | 0 | 18 | C | 84 | 34 | 4B |
| Octal | 235 | 340 | 252 | 36 | 0 | 30 | 14 | 204 | 64 | 113 |
| Binary | 10011101 | 11100000 | 10101010 | 11110 | 0 | 11000 | 1100 | 10000100 | 110100 | 1001011 |
Color Harmonies of #9DE0AA
Complementary color
Monochromatic Colors of #9DE0AA
Black with #9DE0AA
Text Example
Text Example
White with #9DE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0AA; }
p { color: rgb(157,224,170); }
H1.HeaderClassName
{
color: #9DE0AA;
}
.AnyTagClassName
{
color: #9DE0AA;
}
</style>
background-color css
<style>
a { background-color: #9DE0AA; }
a { background-color: rgb(157,224,170); }
div.DivClassName
{
background-color: #9DE0AA;
}
.BgClassName
{
background-color: #9DE0AA;
}
</style>
border-color css
<style>
span { border-color: #9DE0AA; }
span { border-color: rgb(157,224,170); }
td.TdClassName
{
border-color: #9DE0AA;
}
.TagClassName
{
border-color: #9DE0AA;
}
</style>