Shades of Chinook #90D69F
Tints of Chinook #90D69F
RGB
CMYK
RGB Variations
Color information
#90D69F (or 0x90D69F) is known color: Chinook. HEX triplet: 90, D6 and 9F. RGB value is (144,214,159). Sum of RGB (Red+Green+Blue) = 144+214+159=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #90D69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D69F is #6F2960. Grayscale: #BABABA. Windows color (decimal): -7285089 or 10475152. OLE color: 10475152.
HSL color Cylindrical-coordinate representation of color #90D69F: hue angle of 132.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D69F is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 159 | - |
| CMYK | 0.33 | 0 | 0.26 | 0.16 |
| HSL | 132.86º | 0.46% | 0.7% | - |
| HSV(B) | 132.86º | 0.33% | 0.84% | - |
| XYZ | 41.81 | 56.53 | 41.51 | - |
| YUV | 186.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 159 | 0.33 | 0 | 0.26 | 0.16 | 132.86 | 0.46 | 0.7 |
| Hex | 90 | D6 | 9F | 21 | 0 | 1A | 10 | 85 | 2E | 46 |
| Octal | 220 | 326 | 237 | 41 | 0 | 32 | 20 | 205 | 56 | 106 |
| Binary | 10010000 | 11010110 | 10011111 | 100001 | 0 | 11010 | 10000 | 10000101 | 101110 | 1000110 |
Color Harmonies of #90D69F
Complementary color
Monochromatic Colors of #90D69F
Black with #90D69F
Text Example
Text Example
White with #90D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D69F; }
p { color: rgb(144,214,159); }
H1.HeaderClassName
{
color: #90D69F;
}
.AnyTagClassName
{
color: #90D69F;
}
</style>
background-color css
<style>
a { background-color: #90D69F; }
a { background-color: rgb(144,214,159); }
div.DivClassName
{
background-color: #90D69F;
}
.BgClassName
{
background-color: #90D69F;
}
</style>
border-color css
<style>
span { border-color: #90D69F; }
span { border-color: rgb(144,214,159); }
td.TdClassName
{
border-color: #90D69F;
}
.TagClassName
{
border-color: #90D69F;
}
</style>