Shades of Chinook #90D19B
Tints of Chinook #90D19B
RGB
CMYK
RGB Variations
Color information
#90D19B (or 0x90D19B) is known color: Chinook. HEX triplet: 90, D1 and 9B. RGB value is (144,209,155). Sum of RGB (Red+Green+Blue) = 144+209+155=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #90D19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D19B is #6F2E64. Grayscale: #B7B7B7. Windows color (decimal): -7286373 or 10211728. OLE color: 10211728.
HSL color Cylindrical-coordinate representation of color #90D19B: hue angle of 130.15º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D19B is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 209 | 155 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.18 |
| HSL | 130.15º | 0.41% | 0.69% | - |
| HSV(B) | 130.15º | 0.31% | 0.82% | - |
| XYZ | 40.22 | 53.9 | 39.29 | - |
| YUV | 183.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 209 | 155 | 0.31 | 0 | 0.26 | 0.18 | 130.15 | 0.41 | 0.69 |
| Hex | 90 | D1 | 9B | 1F | 0 | 1A | 12 | 82 | 29 | 45 |
| Octal | 220 | 321 | 233 | 37 | 0 | 32 | 22 | 202 | 51 | 105 |
| Binary | 10010000 | 11010001 | 10011011 | 11111 | 0 | 11010 | 10010 | 10000010 | 101001 | 1000101 |
Color Harmonies of #90D19B
Complementary color
Monochromatic Colors of #90D19B
Black with #90D19B
Text Example
Text Example
White with #90D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D19B; }
p { color: rgb(144,209,155); }
H1.HeaderClassName
{
color: #90D19B;
}
.AnyTagClassName
{
color: #90D19B;
}
</style>
background-color css
<style>
a { background-color: #90D19B; }
a { background-color: rgb(144,209,155); }
div.DivClassName
{
background-color: #90D19B;
}
.BgClassName
{
background-color: #90D19B;
}
</style>
border-color css
<style>
span { border-color: #90D19B; }
span { border-color: rgb(144,209,155); }
td.TdClassName
{
border-color: #90D19B;
}
.TagClassName
{
border-color: #90D19B;
}
</style>