Shades of Chinook #94D1A0
Tints of Chinook #94D1A0
RGB
CMYK
RGB Variations
Color information
#94D1A0 (or 0x94D1A0) is known color: Chinook. HEX triplet: 94, D1 and A0. RGB value is (148,209,160). Sum of RGB (Red+Green+Blue) = 148+209+160=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 209 (82.03% from 255 or 40.43% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 209 - color contains mainly: green. Hex color #94D1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D1A0 is #6B2E5F. Grayscale: #B9B9B9. Windows color (decimal): -7024224 or 10539412. OLE color: 10539412.
HSL color Cylindrical-coordinate representation of color #94D1A0: hue angle of 131.8º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94D1A0 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 209 | 160 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.18 |
| HSL | 131.8º | 0.4% | 0.7% | - |
| HSV(B) | 131.8º | 0.29% | 0.82% | - |
| XYZ | 41.36 | 54.43 | 41.58 | - |
| YUV | 185.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 209 | 160 | 0.29 | 0 | 0.23 | 0.18 | 131.8 | 0.4 | 0.7 |
| Hex | 94 | D1 | A0 | 1D | 0 | 17 | 12 | 84 | 28 | 46 |
| Octal | 224 | 321 | 240 | 35 | 0 | 27 | 22 | 204 | 50 | 106 |
| Binary | 10010100 | 11010001 | 10100000 | 11101 | 0 | 10111 | 10010 | 10000100 | 101000 | 1000110 |
Color Harmonies of #94D1A0
Complementary color
Monochromatic Colors of #94D1A0
Black with #94D1A0
Text Example
Text Example
White with #94D1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D1A0; }
p { color: rgb(148,209,160); }
H1.HeaderClassName
{
color: #94D1A0;
}
.AnyTagClassName
{
color: #94D1A0;
}
</style>
background-color css
<style>
a { background-color: #94D1A0; }
a { background-color: rgb(148,209,160); }
div.DivClassName
{
background-color: #94D1A0;
}
.BgClassName
{
background-color: #94D1A0;
}
</style>
border-color css
<style>
span { border-color: #94D1A0; }
span { border-color: rgb(148,209,160); }
td.TdClassName
{
border-color: #94D1A0;
}
.TagClassName
{
border-color: #94D1A0;
}
</style>