Shades of Chinook #90DC9E
Tints of Chinook #90DC9E
RGB
CMYK
RGB Variations
Color information
#90DC9E (or 0x90DC9E) is known color: Chinook. HEX triplet: 90, DC and 9E. RGB value is (144,220,158). Sum of RGB (Red+Green+Blue) = 144+220+158=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DC9E is #6F2361. Grayscale: #BEBEBE. Windows color (decimal): -7283554 or 10411152. OLE color: 10411152.
HSL color Cylindrical-coordinate representation of color #90DC9E: hue angle of 131.05º 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 #90DC9E is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 158 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.14 |
| HSL | 131.05º | 0.52% | 0.71% | - |
| HSV(B) | 131.05º | 0.35% | 0.86% | - |
| XYZ | 43.27 | 59.58 | 41.57 | - |
| YUV | 190.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 158 | 0.35 | 0 | 0.28 | 0.14 | 131.05 | 0.52 | 0.71 |
| Hex | 90 | DC | 9E | 23 | 0 | 1C | E | 83 | 34 | 47 |
| Octal | 220 | 334 | 236 | 43 | 0 | 34 | 16 | 203 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10011110 | 100011 | 0 | 11100 | 1110 | 10000011 | 110100 | 1000111 |
Color Harmonies of #90DC9E
Complementary color
Monochromatic Colors of #90DC9E
Black with #90DC9E
Text Example
Text Example
White with #90DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC9E; }
p { color: rgb(144,220,158); }
H1.HeaderClassName
{
color: #90DC9E;
}
.AnyTagClassName
{
color: #90DC9E;
}
</style>
background-color css
<style>
a { background-color: #90DC9E; }
a { background-color: rgb(144,220,158); }
div.DivClassName
{
background-color: #90DC9E;
}
.BgClassName
{
background-color: #90DC9E;
}
</style>
border-color css
<style>
span { border-color: #90DC9E; }
span { border-color: rgb(144,220,158); }
td.TdClassName
{
border-color: #90DC9E;
}
.TagClassName
{
border-color: #90DC9E;
}
</style>