Shades of Chinook #90DF9F
Tints of Chinook #90DF9F
RGB
CMYK
RGB Variations
Color information
#90DF9F (or 0x90DF9F) is known color: Chinook. HEX triplet: 90, DF and 9F. RGB value is (144,223,159). Sum of RGB (Red+Green+Blue) = 144+223+159=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 159 (62.5% from 255 or 30.23% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DF9F is #6F2060. Grayscale: #C0C0C0. Windows color (decimal): -7282785 or 10477456. OLE color: 10477456.
HSL color Cylindrical-coordinate representation of color #90DF9F: hue angle of 131.39º degrees, saturation: 0.55, 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 #90DF9F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 159 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.13 |
| HSL | 131.39º | 0.55% | 0.72% | - |
| HSV(B) | 131.39º | 0.35% | 0.87% | - |
| XYZ | 44.15 | 61.21 | 42.29 | - |
| YUV | 192.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 159 | 0.35 | 0 | 0.29 | 0.13 | 131.39 | 0.55 | 0.72 |
| Hex | 90 | DF | 9F | 23 | 0 | 1D | D | 83 | 37 | 48 |
| Octal | 220 | 337 | 237 | 43 | 0 | 35 | 15 | 203 | 67 | 110 |
| Binary | 10010000 | 11011111 | 10011111 | 100011 | 0 | 11101 | 1101 | 10000011 | 110111 | 1001000 |
Color Harmonies of #90DF9F
Complementary color
Monochromatic Colors of #90DF9F
Black with #90DF9F
Text Example
Text Example
White with #90DF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DF9F; }
p { color: rgb(144,223,159); }
H1.HeaderClassName
{
color: #90DF9F;
}
.AnyTagClassName
{
color: #90DF9F;
}
</style>
background-color css
<style>
a { background-color: #90DF9F; }
a { background-color: rgb(144,223,159); }
div.DivClassName
{
background-color: #90DF9F;
}
.BgClassName
{
background-color: #90DF9F;
}
</style>
border-color css
<style>
span { border-color: #90DF9F; }
span { border-color: rgb(144,223,159); }
td.TdClassName
{
border-color: #90DF9F;
}
.TagClassName
{
border-color: #90DF9F;
}
</style>