Shades of Chinook #90DC9F
Tints of Chinook #90DC9F
RGB
CMYK
RGB Variations
Color information
#90DC9F (or 0x90DC9F) is known color: Chinook. HEX triplet: 90, DC and 9F. RGB value is (144,220,159). Sum of RGB (Red+Green+Blue) = 144+220+159=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DC9F is #6F2360. Grayscale: #BEBEBE. Windows color (decimal): -7283553 or 10476688. OLE color: 10476688.
HSL color Cylindrical-coordinate representation of color #90DC9F: hue angle of 131.84º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DC9F is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 159 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.14 |
| HSL | 131.84º | 0.52% | 0.71% | - |
| HSV(B) | 131.84º | 0.35% | 0.86% | - |
| XYZ | 43.35 | 59.62 | 42.02 | - |
| YUV | 190.32 | 110.32 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 159 | 0.35 | 0 | 0.28 | 0.14 | 131.84 | 0.52 | 0.71 |
| Hex | 90 | DC | 9F | 23 | 0 | 1C | E | 84 | 34 | 47 |
| Octal | 220 | 334 | 237 | 43 | 0 | 34 | 16 | 204 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10011111 | 100011 | 0 | 11100 | 1110 | 10000100 | 110100 | 1000111 |
Color Harmonies of #90DC9F
Complementary color
Monochromatic Colors of #90DC9F
Black with #90DC9F
Text Example
Text Example
White with #90DC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC9F; }
p { color: rgb(144,220,159); }
H1.HeaderClassName
{
color: #90DC9F;
}
.AnyTagClassName
{
color: #90DC9F;
}
</style>
background-color css
<style>
a { background-color: #90DC9F; }
a { background-color: rgb(144,220,159); }
div.DivClassName
{
background-color: #90DC9F;
}
.BgClassName
{
background-color: #90DC9F;
}
</style>
border-color css
<style>
span { border-color: #90DC9F; }
span { border-color: rgb(144,220,159); }
td.TdClassName
{
border-color: #90DC9F;
}
.TagClassName
{
border-color: #90DC9F;
}
</style>