Shades of Chinook #90EDA9
Tints of Chinook #90EDA9
RGB
CMYK
RGB Variations
Color information
#90EDA9 (or 0x90EDA9) is known color: Chinook. HEX triplet: 90, ED and A9. RGB value is (144,237,169). Sum of RGB (Red+Green+Blue) = 144+237+169=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90EDA9 is #6F1256. Grayscale: #C9C9C9. Windows color (decimal): -7279191 or 11136400. OLE color: 11136400.
HSL color Cylindrical-coordinate representation of color #90EDA9: hue angle of 136.13º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EDA9 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 237 | 169 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.07 |
| HSL | 136.13º | 0.72% | 0.75% | - |
| HSV(B) | 136.13º | 0.39% | 0.93% | - |
| XYZ | 48.95 | 69.36 | 48.34 | - |
| YUV | 201.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 237 | 169 | 0.39 | 0 | 0.29 | 0.07 | 136.13 | 0.72 | 0.75 |
| Hex | 90 | ED | A9 | 27 | 0 | 1D | 7 | 88 | 48 | 4B |
| Octal | 220 | 355 | 251 | 47 | 0 | 35 | 7 | 210 | 110 | 113 |
| Binary | 10010000 | 11101101 | 10101001 | 100111 | 0 | 11101 | 111 | 10001000 | 1001000 | 1001011 |
Color Harmonies of #90EDA9
Complementary color
Monochromatic Colors of #90EDA9
Black with #90EDA9
Text Example
Text Example
White with #90EDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EDA9; }
p { color: rgb(144,237,169); }
H1.HeaderClassName
{
color: #90EDA9;
}
.AnyTagClassName
{
color: #90EDA9;
}
</style>
background-color css
<style>
a { background-color: #90EDA9; }
a { background-color: rgb(144,237,169); }
div.DivClassName
{
background-color: #90EDA9;
}
.BgClassName
{
background-color: #90EDA9;
}
</style>
border-color css
<style>
span { border-color: #90EDA9; }
span { border-color: rgb(144,237,169); }
td.TdClassName
{
border-color: #90EDA9;
}
.TagClassName
{
border-color: #90EDA9;
}
</style>