Shades of Chinook #90DDA7
Tints of Chinook #90DDA7
RGB
CMYK
RGB Variations
Color information
#90DDA7 (or 0x90DDA7) is known color: Chinook. HEX triplet: 90, DD and A7. RGB value is (144,221,167). Sum of RGB (Red+Green+Blue) = 144+221+167=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DDA7 is #6F2258. Grayscale: #BFBFBF. Windows color (decimal): -7283289 or 11001232. OLE color: 11001232.
HSL color Cylindrical-coordinate representation of color #90DDA7: hue angle of 137.92º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DDA7 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 167 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.13 |
| HSL | 137.92º | 0.53% | 0.72% | - |
| HSV(B) | 137.92º | 0.35% | 0.87% | - |
| XYZ | 44.33 | 60.43 | 45.89 | - |
| YUV | 191.82 | 113.99 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 167 | 0.35 | 0 | 0.24 | 0.13 | 137.92 | 0.53 | 0.72 |
| Hex | 90 | DD | A7 | 23 | 0 | 18 | D | 8A | 35 | 48 |
| Octal | 220 | 335 | 247 | 43 | 0 | 30 | 15 | 212 | 65 | 110 |
| Binary | 10010000 | 11011101 | 10100111 | 100011 | 0 | 11000 | 1101 | 10001010 | 110101 | 1001000 |
Color Harmonies of #90DDA7
Complementary color
Monochromatic Colors of #90DDA7
Black with #90DDA7
Text Example
Text Example
White with #90DDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDA7; }
p { color: rgb(144,221,167); }
H1.HeaderClassName
{
color: #90DDA7;
}
.AnyTagClassName
{
color: #90DDA7;
}
</style>
background-color css
<style>
a { background-color: #90DDA7; }
a { background-color: rgb(144,221,167); }
div.DivClassName
{
background-color: #90DDA7;
}
.BgClassName
{
background-color: #90DDA7;
}
</style>
border-color css
<style>
span { border-color: #90DDA7; }
span { border-color: rgb(144,221,167); }
td.TdClassName
{
border-color: #90DDA7;
}
.TagClassName
{
border-color: #90DDA7;
}
</style>