Shades of Chinook #90DA99
Tints of Chinook #90DA99
RGB
CMYK
RGB Variations
Color information
#90DA99 (or 0x90DA99) is known color: Chinook. HEX triplet: 90, DA and 99. RGB value is (144,218,153). Sum of RGB (Red+Green+Blue) = 144+218+153=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 153 (60.16% from 255 or 29.71% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DA99 is #6F2566. Grayscale: #BCBCBC. Windows color (decimal): -7284071 or 10082960. OLE color: 10082960.
HSL color Cylindrical-coordinate representation of color #90DA99: hue angle of 127.3º 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 #90DA99 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 153 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.15 |
| HSL | 127.3º | 0.5% | 0.71% | - |
| HSV(B) | 127.3º | 0.34% | 0.85% | - |
| XYZ | 42.32 | 58.37 | 39.17 | - |
| YUV | 188.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 153 | 0.34 | 0 | 0.30 | 0.15 | 127.3 | 0.5 | 0.71 |
| Hex | 90 | DA | 99 | 22 | 0 | 1E | F | 7F | 32 | 47 |
| Octal | 220 | 332 | 231 | 42 | 0 | 36 | 17 | 177 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10011001 | 100010 | 0 | 11110 | 1111 | 1111111 | 110010 | 1000111 |
Color Harmonies of #90DA99
Complementary color
Monochromatic Colors of #90DA99
Black with #90DA99
Text Example
Text Example
White with #90DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA99; }
p { color: rgb(144,218,153); }
H1.HeaderClassName
{
color: #90DA99;
}
.AnyTagClassName
{
color: #90DA99;
}
</style>
background-color css
<style>
a { background-color: #90DA99; }
a { background-color: rgb(144,218,153); }
div.DivClassName
{
background-color: #90DA99;
}
.BgClassName
{
background-color: #90DA99;
}
</style>
border-color css
<style>
span { border-color: #90DA99; }
span { border-color: rgb(144,218,153); }
td.TdClassName
{
border-color: #90DA99;
}
.TagClassName
{
border-color: #90DA99;
}
</style>