Shades of Chinook #90DA98
Tints of Chinook #90DA98
RGB
CMYK
RGB Variations
Color information
#90DA98 (or 0x90DA98) is known color: Chinook. HEX triplet: 90, DA and 98. RGB value is (144,218,152). Sum of RGB (Red+Green+Blue) = 144+218+152=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DA98 is #6F2567. Grayscale: #BCBCBC. Windows color (decimal): -7284072 or 10017424. OLE color: 10017424.
HSL color Cylindrical-coordinate representation of color #90DA98: hue angle of 126.49º 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 #90DA98 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 152 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.15 |
| HSL | 126.49º | 0.5% | 0.71% | - |
| HSV(B) | 126.49º | 0.34% | 0.85% | - |
| XYZ | 42.24 | 58.34 | 38.74 | - |
| YUV | 188.35 | 107.48 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 152 | 0.34 | 0 | 0.30 | 0.15 | 126.49 | 0.5 | 0.71 |
| Hex | 90 | DA | 98 | 22 | 0 | 1E | F | 7E | 32 | 47 |
| Octal | 220 | 332 | 230 | 42 | 0 | 36 | 17 | 176 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10011000 | 100010 | 0 | 11110 | 1111 | 1111110 | 110010 | 1000111 |
Color Harmonies of #90DA98
Complementary color
Monochromatic Colors of #90DA98
Black with #90DA98
Text Example
Text Example
White with #90DA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA98; }
p { color: rgb(144,218,152); }
H1.HeaderClassName
{
color: #90DA98;
}
.AnyTagClassName
{
color: #90DA98;
}
</style>
background-color css
<style>
a { background-color: #90DA98; }
a { background-color: rgb(144,218,152); }
div.DivClassName
{
background-color: #90DA98;
}
.BgClassName
{
background-color: #90DA98;
}
</style>
border-color css
<style>
span { border-color: #90DA98; }
span { border-color: rgb(144,218,152); }
td.TdClassName
{
border-color: #90DA98;
}
.TagClassName
{
border-color: #90DA98;
}
</style>