Shades of Chinook #90DC9B
Tints of Chinook #90DC9B
RGB
CMYK
RGB Variations
Color information
#90DC9B (or 0x90DC9B) is known color: Chinook. HEX triplet: 90, DC and 9B. RGB value is (144,220,155). Sum of RGB (Red+Green+Blue) = 144+220+155=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DC9B is #6F2364. Grayscale: #BEBEBE. Windows color (decimal): -7283557 or 10214544. OLE color: 10214544.
HSL color Cylindrical-coordinate representation of color #90DC9B: hue angle of 128.68º 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 #90DC9B is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 155 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.14 |
| HSL | 128.68º | 0.52% | 0.71% | - |
| HSV(B) | 128.68º | 0.35% | 0.86% | - |
| XYZ | 43.01 | 59.48 | 40.22 | - |
| YUV | 189.87 | 108.32 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 155 | 0.35 | 0 | 0.30 | 0.14 | 128.68 | 0.52 | 0.71 |
| Hex | 90 | DC | 9B | 23 | 0 | 1E | E | 81 | 34 | 47 |
| Octal | 220 | 334 | 233 | 43 | 0 | 36 | 16 | 201 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10011011 | 100011 | 0 | 11110 | 1110 | 10000001 | 110100 | 1000111 |
Color Harmonies of #90DC9B
Complementary color
Monochromatic Colors of #90DC9B
Black with #90DC9B
Text Example
Text Example
White with #90DC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC9B; }
p { color: rgb(144,220,155); }
H1.HeaderClassName
{
color: #90DC9B;
}
.AnyTagClassName
{
color: #90DC9B;
}
</style>
background-color css
<style>
a { background-color: #90DC9B; }
a { background-color: rgb(144,220,155); }
div.DivClassName
{
background-color: #90DC9B;
}
.BgClassName
{
background-color: #90DC9B;
}
</style>
border-color css
<style>
span { border-color: #90DC9B; }
span { border-color: rgb(144,220,155); }
td.TdClassName
{
border-color: #90DC9B;
}
.TagClassName
{
border-color: #90DC9B;
}
</style>