Shades of Chinook #90D09C
Tints of Chinook #90D09C
RGB
CMYK
RGB Variations
Color information
#90D09C (or 0x90D09C) is known color: Chinook. HEX triplet: 90, D0 and 9C. RGB value is (144,208,156). Sum of RGB (Red+Green+Blue) = 144+208+156=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #90D09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D09C is #6F2F63. Grayscale: #B7B7B7. Windows color (decimal): -7286628 or 10277008. OLE color: 10277008.
HSL color Cylindrical-coordinate representation of color #90D09C: hue angle of 131.25º 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 #90D09C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 156 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.18 |
| HSL | 131.25º | 0.41% | 0.69% | - |
| HSV(B) | 131.25º | 0.31% | 0.82% | - |
| XYZ | 40.06 | 53.44 | 39.66 | - |
| YUV | 182.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 156 | 0.31 | 0 | 0.25 | 0.18 | 131.25 | 0.41 | 0.69 |
| Hex | 90 | D0 | 9C | 1F | 0 | 19 | 12 | 83 | 29 | 45 |
| Octal | 220 | 320 | 234 | 37 | 0 | 31 | 22 | 203 | 51 | 105 |
| Binary | 10010000 | 11010000 | 10011100 | 11111 | 0 | 11001 | 10010 | 10000011 | 101001 | 1000101 |
Color Harmonies of #90D09C
Complementary color
Monochromatic Colors of #90D09C
Black with #90D09C
Text Example
Text Example
White with #90D09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D09C; }
p { color: rgb(144,208,156); }
H1.HeaderClassName
{
color: #90D09C;
}
.AnyTagClassName
{
color: #90D09C;
}
</style>
background-color css
<style>
a { background-color: #90D09C; }
a { background-color: rgb(144,208,156); }
div.DivClassName
{
background-color: #90D09C;
}
.BgClassName
{
background-color: #90D09C;
}
</style>
border-color css
<style>
span { border-color: #90D09C; }
span { border-color: rgb(144,208,156); }
td.TdClassName
{
border-color: #90D09C;
}
.TagClassName
{
border-color: #90D09C;
}
</style>