Shades of Chinook #94D7A6
Tints of Chinook #94D7A6
RGB
CMYK
RGB Variations
Color information
#94D7A6 (or 0x94D7A6) is known color: Chinook. HEX triplet: 94, D7 and A6. RGB value is (148,215,166). Sum of RGB (Red+Green+Blue) = 148+215+166=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #94D7A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D7A6 is #6B2859. Grayscale: #BDBDBD. Windows color (decimal): -7022682 or 10934164. OLE color: 10934164.
HSL color Cylindrical-coordinate representation of color #94D7A6: hue angle of 136.12º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D7A6 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 215 | 166 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.16 |
| HSL | 136.12º | 0.46% | 0.71% | - |
| HSV(B) | 136.12º | 0.31% | 0.84% | - |
| XYZ | 43.4 | 57.65 | 44.92 | - |
| YUV | 189.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 215 | 166 | 0.31 | 0 | 0.23 | 0.16 | 136.12 | 0.46 | 0.71 |
| Hex | 94 | D7 | A6 | 1F | 0 | 17 | 10 | 88 | 2E | 47 |
| Octal | 224 | 327 | 246 | 37 | 0 | 27 | 20 | 210 | 56 | 107 |
| Binary | 10010100 | 11010111 | 10100110 | 11111 | 0 | 10111 | 10000 | 10001000 | 101110 | 1000111 |
Color Harmonies of #94D7A6
Complementary color
Monochromatic Colors of #94D7A6
Black with #94D7A6
Text Example
Text Example
White with #94D7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D7A6; }
p { color: rgb(148,215,166); }
H1.HeaderClassName
{
color: #94D7A6;
}
.AnyTagClassName
{
color: #94D7A6;
}
</style>
background-color css
<style>
a { background-color: #94D7A6; }
a { background-color: rgb(148,215,166); }
div.DivClassName
{
background-color: #94D7A6;
}
.BgClassName
{
background-color: #94D7A6;
}
</style>
border-color css
<style>
span { border-color: #94D7A6; }
span { border-color: rgb(148,215,166); }
td.TdClassName
{
border-color: #94D7A6;
}
.TagClassName
{
border-color: #94D7A6;
}
</style>