Shades of Chinook #94DC9E
Tints of Chinook #94DC9E
RGB
CMYK
RGB Variations
Color information
#94DC9E (or 0x94DC9E) is known color: Chinook. HEX triplet: 94, DC and 9E. RGB value is (148,220,158). Sum of RGB (Red+Green+Blue) = 148+220+158=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC9E is #6B2361. Grayscale: #BFBFBF. Windows color (decimal): -7021410 or 10411156. OLE color: 10411156.
HSL color Cylindrical-coordinate representation of color #94DC9E: hue angle of 128.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DC9E is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 158 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.14 |
| HSL | 128.33º | 0.51% | 0.72% | - |
| HSV(B) | 128.33º | 0.33% | 0.86% | - |
| XYZ | 43.98 | 59.95 | 41.6 | - |
| YUV | 191.4 | 109.15 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 158 | 0.33 | 0 | 0.28 | 0.14 | 128.33 | 0.51 | 0.72 |
| Hex | 94 | DC | 9E | 21 | 0 | 1C | E | 80 | 33 | 48 |
| Octal | 224 | 334 | 236 | 41 | 0 | 34 | 16 | 200 | 63 | 110 |
| Binary | 10010100 | 11011100 | 10011110 | 100001 | 0 | 11100 | 1110 | 10000000 | 110011 | 1001000 |
Color Harmonies of #94DC9E
Complementary color
Monochromatic Colors of #94DC9E
Black with #94DC9E
Text Example
Text Example
White with #94DC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC9E; }
p { color: rgb(148,220,158); }
H1.HeaderClassName
{
color: #94DC9E;
}
.AnyTagClassName
{
color: #94DC9E;
}
</style>
background-color css
<style>
a { background-color: #94DC9E; }
a { background-color: rgb(148,220,158); }
div.DivClassName
{
background-color: #94DC9E;
}
.BgClassName
{
background-color: #94DC9E;
}
</style>
border-color css
<style>
span { border-color: #94DC9E; }
span { border-color: rgb(148,220,158); }
td.TdClassName
{
border-color: #94DC9E;
}
.TagClassName
{
border-color: #94DC9E;
}
</style>