Shades of Chinook #94D2A0
Tints of Chinook #94D2A0
RGB
CMYK
RGB Variations
Color information
#94D2A0 (or 0x94D2A0) is known color: Chinook. HEX triplet: 94, D2 and A0. RGB value is (148,210,160). Sum of RGB (Red+Green+Blue) = 148+210+160=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 210 - color contains mainly: green. Hex color #94D2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D2A0 is #6B2D5F. Grayscale: #B9B9B9. Windows color (decimal): -7023968 or 10539668. OLE color: 10539668.
HSL color Cylindrical-coordinate representation of color #94D2A0: hue angle of 131.61º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94D2A0 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 160 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.18 |
| HSL | 131.61º | 0.41% | 0.7% | - |
| HSV(B) | 131.61º | 0.3% | 0.82% | - |
| XYZ | 41.6 | 54.93 | 41.67 | - |
| YUV | 185.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 160 | 0.30 | 0 | 0.24 | 0.18 | 131.61 | 0.41 | 0.7 |
| Hex | 94 | D2 | A0 | 1E | 0 | 18 | 12 | 84 | 29 | 46 |
| Octal | 224 | 322 | 240 | 36 | 0 | 30 | 22 | 204 | 51 | 106 |
| Binary | 10010100 | 11010010 | 10100000 | 11110 | 0 | 11000 | 10010 | 10000100 | 101001 | 1000110 |
Color Harmonies of #94D2A0
Complementary color
Monochromatic Colors of #94D2A0
Black with #94D2A0
Text Example
Text Example
White with #94D2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D2A0; }
p { color: rgb(148,210,160); }
H1.HeaderClassName
{
color: #94D2A0;
}
.AnyTagClassName
{
color: #94D2A0;
}
</style>
background-color css
<style>
a { background-color: #94D2A0; }
a { background-color: rgb(148,210,160); }
div.DivClassName
{
background-color: #94D2A0;
}
.BgClassName
{
background-color: #94D2A0;
}
</style>
border-color css
<style>
span { border-color: #94D2A0; }
span { border-color: rgb(148,210,160); }
td.TdClassName
{
border-color: #94D2A0;
}
.TagClassName
{
border-color: #94D2A0;
}
</style>