Shades of Chinook #90D9A2
Tints of Chinook #90D9A2
RGB
CMYK
RGB Variations
Color information
#90D9A2 (or 0x90D9A2) is known color: Chinook. HEX triplet: 90, D9 and A2. RGB value is (144,217,162). Sum of RGB (Red+Green+Blue) = 144+217+162=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #90D9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D9A2 is #6F265D. Grayscale: #BDBDBD. Windows color (decimal): -7284318 or 10672528. OLE color: 10672528.
HSL color Cylindrical-coordinate representation of color #90D9A2: hue angle of 134.79º degrees, saturation: 0.49, 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 #90D9A2 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 217 | 162 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.15 |
| HSL | 134.79º | 0.49% | 0.71% | - |
| HSV(B) | 134.79º | 0.34% | 0.85% | - |
| XYZ | 42.84 | 58.16 | 43.15 | - |
| YUV | 188.9 | 112.82 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 217 | 162 | 0.34 | 0 | 0.25 | 0.15 | 134.79 | 0.49 | 0.71 |
| Hex | 90 | D9 | A2 | 22 | 0 | 19 | F | 87 | 31 | 47 |
| Octal | 220 | 331 | 242 | 42 | 0 | 31 | 17 | 207 | 61 | 107 |
| Binary | 10010000 | 11011001 | 10100010 | 100010 | 0 | 11001 | 1111 | 10000111 | 110001 | 1000111 |
Color Harmonies of #90D9A2
Complementary color
Monochromatic Colors of #90D9A2
Black with #90D9A2
Text Example
Text Example
White with #90D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D9A2; }
p { color: rgb(144,217,162); }
H1.HeaderClassName
{
color: #90D9A2;
}
.AnyTagClassName
{
color: #90D9A2;
}
</style>
background-color css
<style>
a { background-color: #90D9A2; }
a { background-color: rgb(144,217,162); }
div.DivClassName
{
background-color: #90D9A2;
}
.BgClassName
{
background-color: #90D9A2;
}
</style>
border-color css
<style>
span { border-color: #90D9A2; }
span { border-color: rgb(144,217,162); }
td.TdClassName
{
border-color: #90D9A2;
}
.TagClassName
{
border-color: #90D9A2;
}
</style>