Shades of Chinook #90DA9F
Tints of Chinook #90DA9F
RGB
CMYK
RGB Variations
Color information
#90DA9F (or 0x90DA9F) is known color: Chinook. HEX triplet: 90, DA and 9F. RGB value is (144,218,159). Sum of RGB (Red+Green+Blue) = 144+218+159=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DA9F is #6F2560. Grayscale: #BDBDBD. Windows color (decimal): -7284065 or 10476176. OLE color: 10476176.
HSL color Cylindrical-coordinate representation of color #90DA9F: hue angle of 132.16º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DA9F is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 159 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.15 |
| HSL | 132.16º | 0.5% | 0.71% | - |
| HSV(B) | 132.16º | 0.34% | 0.85% | - |
| XYZ | 42.83 | 58.58 | 41.85 | - |
| YUV | 189.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 159 | 0.34 | 0 | 0.27 | 0.15 | 132.16 | 0.5 | 0.71 |
| Hex | 90 | DA | 9F | 22 | 0 | 1B | F | 84 | 32 | 47 |
| Octal | 220 | 332 | 237 | 42 | 0 | 33 | 17 | 204 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10011111 | 100010 | 0 | 11011 | 1111 | 10000100 | 110010 | 1000111 |
Color Harmonies of #90DA9F
Complementary color
Monochromatic Colors of #90DA9F
Black with #90DA9F
Text Example
Text Example
White with #90DA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA9F; }
p { color: rgb(144,218,159); }
H1.HeaderClassName
{
color: #90DA9F;
}
.AnyTagClassName
{
color: #90DA9F;
}
</style>
background-color css
<style>
a { background-color: #90DA9F; }
a { background-color: rgb(144,218,159); }
div.DivClassName
{
background-color: #90DA9F;
}
.BgClassName
{
background-color: #90DA9F;
}
</style>
border-color css
<style>
span { border-color: #90DA9F; }
span { border-color: rgb(144,218,159); }
td.TdClassName
{
border-color: #90DA9F;
}
.TagClassName
{
border-color: #90DA9F;
}
</style>