Shades of Chinook #94DDA0
Tints of Chinook #94DDA0
RGB
CMYK
RGB Variations
Color information
#94DDA0 (or 0x94DDA0) is known color: Chinook. HEX triplet: 94, DD and A0. RGB value is (148,221,160). Sum of RGB (Red+Green+Blue) = 148+221+160=529 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.98% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #94DDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DDA0 is #6B225F. Grayscale: #C0C0C0. Windows color (decimal): -7021152 or 10542484. OLE color: 10542484.
HSL color Cylindrical-coordinate representation of color #94DDA0: hue angle of 129.86º 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 #94DDA0 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 160 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.13 |
| HSL | 129.86º | 0.52% | 0.72% | - |
| HSV(B) | 129.86º | 0.33% | 0.87% | - |
| XYZ | 44.41 | 60.55 | 42.6 | - |
| YUV | 192.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 160 | 0.33 | 0 | 0.28 | 0.13 | 129.86 | 0.52 | 0.72 |
| Hex | 94 | DD | A0 | 21 | 0 | 1C | D | 82 | 34 | 48 |
| Octal | 224 | 335 | 240 | 41 | 0 | 34 | 15 | 202 | 64 | 110 |
| Binary | 10010100 | 11011101 | 10100000 | 100001 | 0 | 11100 | 1101 | 10000010 | 110100 | 1001000 |
Color Harmonies of #94DDA0
Complementary color
Monochromatic Colors of #94DDA0
Black with #94DDA0
Text Example
Text Example
White with #94DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DDA0; }
p { color: rgb(148,221,160); }
H1.HeaderClassName
{
color: #94DDA0;
}
.AnyTagClassName
{
color: #94DDA0;
}
</style>
background-color css
<style>
a { background-color: #94DDA0; }
a { background-color: rgb(148,221,160); }
div.DivClassName
{
background-color: #94DDA0;
}
.BgClassName
{
background-color: #94DDA0;
}
</style>
border-color css
<style>
span { border-color: #94DDA0; }
span { border-color: rgb(148,221,160); }
td.TdClassName
{
border-color: #94DDA0;
}
.TagClassName
{
border-color: #94DDA0;
}
</style>