Shades of Chinook #90DC9D
Tints of Chinook #90DC9D
RGB
CMYK
RGB Variations
Color information
#90DC9D (or 0x90DC9D) is known color: Chinook. HEX triplet: 90, DC and 9D. RGB value is (144,220,157). Sum of RGB (Red+Green+Blue) = 144+220+157=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DC9D is #6F2362. Grayscale: #BEBEBE. Windows color (decimal): -7283555 or 10345616. OLE color: 10345616.
HSL color Cylindrical-coordinate representation of color #90DC9D: hue angle of 130.26º 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 #90DC9D is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 157 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.14 |
| HSL | 130.26º | 0.52% | 0.71% | - |
| HSV(B) | 130.26º | 0.35% | 0.86% | - |
| XYZ | 43.18 | 59.55 | 41.12 | - |
| YUV | 190.09 | 109.32 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 157 | 0.35 | 0 | 0.29 | 0.14 | 130.26 | 0.52 | 0.71 |
| Hex | 90 | DC | 9D | 23 | 0 | 1D | E | 82 | 34 | 47 |
| Octal | 220 | 334 | 235 | 43 | 0 | 35 | 16 | 202 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10011101 | 100011 | 0 | 11101 | 1110 | 10000010 | 110100 | 1000111 |
Color Harmonies of #90DC9D
Complementary color
Monochromatic Colors of #90DC9D
Black with #90DC9D
Text Example
Text Example
White with #90DC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC9D; }
p { color: rgb(144,220,157); }
H1.HeaderClassName
{
color: #90DC9D;
}
.AnyTagClassName
{
color: #90DC9D;
}
</style>
background-color css
<style>
a { background-color: #90DC9D; }
a { background-color: rgb(144,220,157); }
div.DivClassName
{
background-color: #90DC9D;
}
.BgClassName
{
background-color: #90DC9D;
}
</style>
border-color css
<style>
span { border-color: #90DC9D; }
span { border-color: rgb(144,220,157); }
td.TdClassName
{
border-color: #90DC9D;
}
.TagClassName
{
border-color: #90DC9D;
}
</style>