Shades of Chinook #90DA9C
Tints of Chinook #90DA9C
RGB
CMYK
RGB Variations
Color information
#90DA9C (or 0x90DA9C) is known color: Chinook. HEX triplet: 90, DA and 9C. RGB value is (144,218,156). Sum of RGB (Red+Green+Blue) = 144+218+156=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DA9C is #6F2563. Grayscale: #BCBCBC. Windows color (decimal): -7284068 or 10279568. OLE color: 10279568.
HSL color Cylindrical-coordinate representation of color #90DA9C: hue angle of 129.73º 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 #90DA9C is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 156 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.15 |
| HSL | 129.73º | 0.5% | 0.71% | - |
| HSV(B) | 129.73º | 0.34% | 0.85% | - |
| XYZ | 42.57 | 58.47 | 40.49 | - |
| YUV | 188.81 | 109.48 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 156 | 0.34 | 0 | 0.28 | 0.15 | 129.73 | 0.5 | 0.71 |
| Hex | 90 | DA | 9C | 22 | 0 | 1C | F | 82 | 32 | 47 |
| Octal | 220 | 332 | 234 | 42 | 0 | 34 | 17 | 202 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10011100 | 100010 | 0 | 11100 | 1111 | 10000010 | 110010 | 1000111 |
Color Harmonies of #90DA9C
Complementary color
Monochromatic Colors of #90DA9C
Black with #90DA9C
Text Example
Text Example
White with #90DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA9C; }
p { color: rgb(144,218,156); }
H1.HeaderClassName
{
color: #90DA9C;
}
.AnyTagClassName
{
color: #90DA9C;
}
</style>
background-color css
<style>
a { background-color: #90DA9C; }
a { background-color: rgb(144,218,156); }
div.DivClassName
{
background-color: #90DA9C;
}
.BgClassName
{
background-color: #90DA9C;
}
</style>
border-color css
<style>
span { border-color: #90DA9C; }
span { border-color: rgb(144,218,156); }
td.TdClassName
{
border-color: #90DA9C;
}
.TagClassName
{
border-color: #90DA9C;
}
</style>