Shades of Chinook #90D99F
Tints of Chinook #90D99F
RGB
CMYK
RGB Variations
Color information
#90D99F (or 0x90D99F) is known color: Chinook. HEX triplet: 90, D9 and 9F. RGB value is (144,217,159). Sum of RGB (Red+Green+Blue) = 144+217+159=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #90D99F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D99F is #6F2660. Grayscale: #BCBCBC. Windows color (decimal): -7284321 or 10475920. OLE color: 10475920.
HSL color Cylindrical-coordinate representation of color #90D99F: hue angle of 132.33º degrees, saturation: 0.49, 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 #90D99F is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 217 | 159 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.15 |
| HSL | 132.33º | 0.49% | 0.71% | - |
| HSV(B) | 132.33º | 0.34% | 0.85% | - |
| XYZ | 42.57 | 58.06 | 41.76 | - |
| YUV | 188.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 217 | 159 | 0.34 | 0 | 0.27 | 0.15 | 132.33 | 0.49 | 0.71 |
| Hex | 90 | D9 | 9F | 22 | 0 | 1B | F | 84 | 31 | 47 |
| Octal | 220 | 331 | 237 | 42 | 0 | 33 | 17 | 204 | 61 | 107 |
| Binary | 10010000 | 11011001 | 10011111 | 100010 | 0 | 11011 | 1111 | 10000100 | 110001 | 1000111 |
Color Harmonies of #90D99F
Complementary color
Monochromatic Colors of #90D99F
Black with #90D99F
Text Example
Text Example
White with #90D99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D99F; }
p { color: rgb(144,217,159); }
H1.HeaderClassName
{
color: #90D99F;
}
.AnyTagClassName
{
color: #90D99F;
}
</style>
background-color css
<style>
a { background-color: #90D99F; }
a { background-color: rgb(144,217,159); }
div.DivClassName
{
background-color: #90D99F;
}
.BgClassName
{
background-color: #90D99F;
}
</style>
border-color css
<style>
span { border-color: #90D99F; }
span { border-color: rgb(144,217,159); }
td.TdClassName
{
border-color: #90D99F;
}
.TagClassName
{
border-color: #90D99F;
}
</style>