Shades of Chinook #90DA9A
Tints of Chinook #90DA9A
RGB
CMYK
RGB Variations
Color information
#90DA9A (or 0x90DA9A) is known color: Chinook. HEX triplet: 90, DA and 9A. RGB value is (144,218,154). Sum of RGB (Red+Green+Blue) = 144+218+154=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DA9A is #6F2565. Grayscale: #BCBCBC. Windows color (decimal): -7284070 or 10148496. OLE color: 10148496.
HSL color Cylindrical-coordinate representation of color #90DA9A: hue angle of 128.11º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DA9A is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 154 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.15 |
| HSL | 128.11º | 0.5% | 0.71% | - |
| HSV(B) | 128.11º | 0.34% | 0.85% | - |
| XYZ | 42.41 | 58.41 | 39.61 | - |
| YUV | 188.58 | 108.48 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 154 | 0.34 | 0 | 0.29 | 0.15 | 128.11 | 0.5 | 0.71 |
| Hex | 90 | DA | 9A | 22 | 0 | 1D | F | 80 | 32 | 47 |
| Octal | 220 | 332 | 232 | 42 | 0 | 35 | 17 | 200 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10011010 | 100010 | 0 | 11101 | 1111 | 10000000 | 110010 | 1000111 |
Color Harmonies of #90DA9A
Complementary color
Monochromatic Colors of #90DA9A
Black with #90DA9A
Text Example
Text Example
White with #90DA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA9A; }
p { color: rgb(144,218,154); }
H1.HeaderClassName
{
color: #90DA9A;
}
.AnyTagClassName
{
color: #90DA9A;
}
</style>
background-color css
<style>
a { background-color: #90DA9A; }
a { background-color: rgb(144,218,154); }
div.DivClassName
{
background-color: #90DA9A;
}
.BgClassName
{
background-color: #90DA9A;
}
</style>
border-color css
<style>
span { border-color: #90DA9A; }
span { border-color: rgb(144,218,154); }
td.TdClassName
{
border-color: #90DA9A;
}
.TagClassName
{
border-color: #90DA9A;
}
</style>