Shades of Chinook #90CD99
Tints of Chinook #90CD99
RGB
CMYK
RGB Variations
Color information
#90CD99 (or 0x90CD99) is known color: Chinook. HEX triplet: 90, CD and 99. RGB value is (144,205,153). Sum of RGB (Red+Green+Blue) = 144+205+153=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CD99 is #6F3266. Grayscale: #B4B4B4. Windows color (decimal): -7287399 or 10079632. OLE color: 10079632.
HSL color Cylindrical-coordinate representation of color #90CD99: hue angle of 128.85º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CD99 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 153 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.20 |
| HSL | 128.85º | 0.38% | 0.68% | - |
| HSV(B) | 128.85º | 0.3% | 0.8% | - |
| XYZ | 39.08 | 51.89 | 38.09 | - |
| YUV | 180.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 153 | 0.30 | 0 | 0.25 | 0.20 | 128.85 | 0.38 | 0.68 |
| Hex | 90 | CD | 99 | 1E | 0 | 19 | 14 | 81 | 26 | 44 |
| Octal | 220 | 315 | 231 | 36 | 0 | 31 | 24 | 201 | 46 | 104 |
| Binary | 10010000 | 11001101 | 10011001 | 11110 | 0 | 11001 | 10100 | 10000001 | 100110 | 1000100 |
Color Harmonies of #90CD99
Complementary color
Monochromatic Colors of #90CD99
Black with #90CD99
Text Example
Text Example
White with #90CD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD99; }
p { color: rgb(144,205,153); }
H1.HeaderClassName
{
color: #90CD99;
}
.AnyTagClassName
{
color: #90CD99;
}
</style>
background-color css
<style>
a { background-color: #90CD99; }
a { background-color: rgb(144,205,153); }
div.DivClassName
{
background-color: #90CD99;
}
.BgClassName
{
background-color: #90CD99;
}
</style>
border-color css
<style>
span { border-color: #90CD99; }
span { border-color: rgb(144,205,153); }
td.TdClassName
{
border-color: #90CD99;
}
.TagClassName
{
border-color: #90CD99;
}
</style>