Shades of Chinook #94DD9E
Tints of Chinook #94DD9E
RGB
CMYK
RGB Variations
Color information
#94DD9E (or 0x94DD9E) is known color: Chinook. HEX triplet: 94, DD and 9E. RGB value is (148,221,158). Sum of RGB (Red+Green+Blue) = 148+221+158=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 158 (62.11% from 255 or 29.98% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD9E is #6B2261. Grayscale: #C0C0C0. Windows color (decimal): -7021154 or 10411412. OLE color: 10411412.
HSL color Cylindrical-coordinate representation of color #94DD9E: hue angle of 128.22º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DD9E is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 158 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.13 |
| HSL | 128.22º | 0.52% | 0.72% | - |
| HSV(B) | 128.22º | 0.33% | 0.87% | - |
| XYZ | 44.24 | 60.48 | 41.69 | - |
| YUV | 191.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 158 | 0.33 | 0 | 0.29 | 0.13 | 128.22 | 0.52 | 0.72 |
| Hex | 94 | DD | 9E | 21 | 0 | 1D | D | 80 | 34 | 48 |
| Octal | 224 | 335 | 236 | 41 | 0 | 35 | 15 | 200 | 64 | 110 |
| Binary | 10010100 | 11011101 | 10011110 | 100001 | 0 | 11101 | 1101 | 10000000 | 110100 | 1001000 |
Color Harmonies of #94DD9E
Complementary color
Monochromatic Colors of #94DD9E
Black with #94DD9E
Text Example
Text Example
White with #94DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DD9E; }
p { color: rgb(148,221,158); }
H1.HeaderClassName
{
color: #94DD9E;
}
.AnyTagClassName
{
color: #94DD9E;
}
</style>
background-color css
<style>
a { background-color: #94DD9E; }
a { background-color: rgb(148,221,158); }
div.DivClassName
{
background-color: #94DD9E;
}
.BgClassName
{
background-color: #94DD9E;
}
</style>
border-color css
<style>
span { border-color: #94DD9E; }
span { border-color: rgb(148,221,158); }
td.TdClassName
{
border-color: #94DD9E;
}
.TagClassName
{
border-color: #94DD9E;
}
</style>