Shades of Chinook #94DE9D
Tints of Chinook #94DE9D
RGB
CMYK
RGB Variations
Color information
#94DE9D (or 0x94DE9D) is known color: Chinook. HEX triplet: 94, DE and 9D. RGB value is (148,222,157). Sum of RGB (Red+Green+Blue) = 148+222+157=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DE9D is #6B2162. Grayscale: #C0C0C0. Windows color (decimal): -7020899 or 10346132. OLE color: 10346132.
HSL color Cylindrical-coordinate representation of color #94DE9D: hue angle of 127.3º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DE9D is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 222 | 157 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.13 |
| HSL | 127.3º | 0.53% | 0.73% | - |
| HSV(B) | 127.3º | 0.33% | 0.87% | - |
| XYZ | 44.42 | 60.97 | 41.33 | - |
| YUV | 192.46 | 107.98 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 222 | 157 | 0.33 | 0 | 0.29 | 0.13 | 127.3 | 0.53 | 0.73 |
| Hex | 94 | DE | 9D | 21 | 0 | 1D | D | 7F | 35 | 49 |
| Octal | 224 | 336 | 235 | 41 | 0 | 35 | 15 | 177 | 65 | 111 |
| Binary | 10010100 | 11011110 | 10011101 | 100001 | 0 | 11101 | 1101 | 1111111 | 110101 | 1001001 |
Color Harmonies of #94DE9D
Complementary color
Monochromatic Colors of #94DE9D
Black with #94DE9D
Text Example
Text Example
White with #94DE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DE9D; }
p { color: rgb(148,222,157); }
H1.HeaderClassName
{
color: #94DE9D;
}
.AnyTagClassName
{
color: #94DE9D;
}
</style>
background-color css
<style>
a { background-color: #94DE9D; }
a { background-color: rgb(148,222,157); }
div.DivClassName
{
background-color: #94DE9D;
}
.BgClassName
{
background-color: #94DE9D;
}
</style>
border-color css
<style>
span { border-color: #94DE9D; }
span { border-color: rgb(148,222,157); }
td.TdClassName
{
border-color: #94DE9D;
}
.TagClassName
{
border-color: #94DE9D;
}
</style>