Shades of Chinook #90DD9C
Tints of Chinook #90DD9C
RGB
CMYK
RGB Variations
Color information
#90DD9C (or 0x90DD9C) is known color: Chinook. HEX triplet: 90, DD and 9C. RGB value is (144,221,156). Sum of RGB (Red+Green+Blue) = 144+221+156=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DD9C is #6F2263. Grayscale: #BEBEBE. Windows color (decimal): -7283300 or 10280336. OLE color: 10280336.
HSL color Cylindrical-coordinate representation of color #90DD9C: hue angle of 129.35º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DD9C is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 156 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.13 |
| HSL | 129.35º | 0.53% | 0.72% | - |
| HSV(B) | 129.35º | 0.35% | 0.87% | - |
| XYZ | 43.36 | 60.04 | 40.76 | - |
| YUV | 190.57 | 108.49 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 156 | 0.35 | 0 | 0.29 | 0.13 | 129.35 | 0.53 | 0.72 |
| Hex | 90 | DD | 9C | 23 | 0 | 1D | D | 81 | 35 | 48 |
| Octal | 220 | 335 | 234 | 43 | 0 | 35 | 15 | 201 | 65 | 110 |
| Binary | 10010000 | 11011101 | 10011100 | 100011 | 0 | 11101 | 1101 | 10000001 | 110101 | 1001000 |
Color Harmonies of #90DD9C
Complementary color
Monochromatic Colors of #90DD9C
Black with #90DD9C
Text Example
Text Example
White with #90DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD9C; }
p { color: rgb(144,221,156); }
H1.HeaderClassName
{
color: #90DD9C;
}
.AnyTagClassName
{
color: #90DD9C;
}
</style>
background-color css
<style>
a { background-color: #90DD9C; }
a { background-color: rgb(144,221,156); }
div.DivClassName
{
background-color: #90DD9C;
}
.BgClassName
{
background-color: #90DD9C;
}
</style>
border-color css
<style>
span { border-color: #90DD9C; }
span { border-color: rgb(144,221,156); }
td.TdClassName
{
border-color: #90DD9C;
}
.TagClassName
{
border-color: #90DD9C;
}
</style>