Shades of Chinook #90D09D
Tints of Chinook #90D09D
RGB
CMYK
RGB Variations
Color information
#90D09D (or 0x90D09D) is known color: Chinook. HEX triplet: 90, D0 and 9D. RGB value is (144,208,157). Sum of RGB (Red+Green+Blue) = 144+208+157=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #90D09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D09D is #6F2F62. Grayscale: #B7B7B7. Windows color (decimal): -7286627 or 10342544. OLE color: 10342544.
HSL color Cylindrical-coordinate representation of color #90D09D: hue angle of 132.19º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D09D is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 157 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.18 |
| HSL | 132.19º | 0.41% | 0.69% | - |
| HSV(B) | 132.19º | 0.31% | 0.82% | - |
| XYZ | 40.14 | 53.48 | 40.1 | - |
| YUV | 183.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 157 | 0.31 | 0 | 0.25 | 0.18 | 132.19 | 0.41 | 0.69 |
| Hex | 90 | D0 | 9D | 1F | 0 | 19 | 12 | 84 | 29 | 45 |
| Octal | 220 | 320 | 235 | 37 | 0 | 31 | 22 | 204 | 51 | 105 |
| Binary | 10010000 | 11010000 | 10011101 | 11111 | 0 | 11001 | 10010 | 10000100 | 101001 | 1000101 |
Color Harmonies of #90D09D
Complementary color
Monochromatic Colors of #90D09D
Black with #90D09D
Text Example
Text Example
White with #90D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D09D; }
p { color: rgb(144,208,157); }
H1.HeaderClassName
{
color: #90D09D;
}
.AnyTagClassName
{
color: #90D09D;
}
</style>
background-color css
<style>
a { background-color: #90D09D; }
a { background-color: rgb(144,208,157); }
div.DivClassName
{
background-color: #90D09D;
}
.BgClassName
{
background-color: #90D09D;
}
</style>
border-color css
<style>
span { border-color: #90D09D; }
span { border-color: rgb(144,208,157); }
td.TdClassName
{
border-color: #90D09D;
}
.TagClassName
{
border-color: #90D09D;
}
</style>