Shades of Chinook #90D3A2
Tints of Chinook #90D3A2
RGB
CMYK
RGB Variations
Color information
#90D3A2 (or 0x90D3A2) is known color: Chinook. HEX triplet: 90, D3 and A2. RGB value is (144,211,162). Sum of RGB (Red+Green+Blue) = 144+211+162=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 211 (82.81% from 255 or 40.81% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 211 - color contains mainly: green. Hex color #90D3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D3A2 is #6F2C5D. Grayscale: #B9B9B9. Windows color (decimal): -7285854 or 10670992. OLE color: 10670992.
HSL color Cylindrical-coordinate representation of color #90D3A2: hue angle of 136.12º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #90D3A2 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 211 | 162 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.17 |
| HSL | 136.12º | 0.43% | 0.7% | - |
| HSV(B) | 136.12º | 0.32% | 0.83% | - |
| XYZ | 41.32 | 55.13 | 42.65 | - |
| YUV | 185.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 211 | 162 | 0.32 | 0 | 0.23 | 0.17 | 136.12 | 0.43 | 0.7 |
| Hex | 90 | D3 | A2 | 20 | 0 | 17 | 11 | 88 | 2B | 46 |
| Octal | 220 | 323 | 242 | 40 | 0 | 27 | 21 | 210 | 53 | 106 |
| Binary | 10010000 | 11010011 | 10100010 | 100000 | 0 | 10111 | 10001 | 10001000 | 101011 | 1000110 |
Color Harmonies of #90D3A2
Complementary color
Monochromatic Colors of #90D3A2
Black with #90D3A2
Text Example
Text Example
White with #90D3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D3A2; }
p { color: rgb(144,211,162); }
H1.HeaderClassName
{
color: #90D3A2;
}
.AnyTagClassName
{
color: #90D3A2;
}
</style>
background-color css
<style>
a { background-color: #90D3A2; }
a { background-color: rgb(144,211,162); }
div.DivClassName
{
background-color: #90D3A2;
}
.BgClassName
{
background-color: #90D3A2;
}
</style>
border-color css
<style>
span { border-color: #90D3A2; }
span { border-color: rgb(144,211,162); }
td.TdClassName
{
border-color: #90D3A2;
}
.TagClassName
{
border-color: #90D3A2;
}
</style>