Shades of Chinook #94D99C
Tints of Chinook #94D99C
RGB
CMYK
RGB Variations
Color information
#94D99C (or 0x94D99C) is known color: Chinook. HEX triplet: 94, D9 and 9C. RGB value is (148,217,156). Sum of RGB (Red+Green+Blue) = 148+217+156=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #94D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D99C is #6B2663. Grayscale: #BDBDBD. Windows color (decimal): -7022180 or 10279316. OLE color: 10279316.
HSL color Cylindrical-coordinate representation of color #94D99C: hue angle of 126.96º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D99C is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 156 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.15 |
| HSL | 126.96º | 0.48% | 0.72% | - |
| HSV(B) | 126.96º | 0.32% | 0.85% | - |
| XYZ | 43.03 | 58.32 | 40.44 | - |
| YUV | 189.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 156 | 0.32 | 0 | 0.28 | 0.15 | 126.96 | 0.48 | 0.72 |
| Hex | 94 | D9 | 9C | 20 | 0 | 1C | F | 7F | 30 | 48 |
| Octal | 224 | 331 | 234 | 40 | 0 | 34 | 17 | 177 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10011100 | 100000 | 0 | 11100 | 1111 | 1111111 | 110000 | 1001000 |
Color Harmonies of #94D99C
Complementary color
Monochromatic Colors of #94D99C
Black with #94D99C
Text Example
Text Example
White with #94D99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D99C; }
p { color: rgb(148,217,156); }
H1.HeaderClassName
{
color: #94D99C;
}
.AnyTagClassName
{
color: #94D99C;
}
</style>
background-color css
<style>
a { background-color: #94D99C; }
a { background-color: rgb(148,217,156); }
div.DivClassName
{
background-color: #94D99C;
}
.BgClassName
{
background-color: #94D99C;
}
</style>
border-color css
<style>
span { border-color: #94D99C; }
span { border-color: rgb(148,217,156); }
td.TdClassName
{
border-color: #94D99C;
}
.TagClassName
{
border-color: #94D99C;
}
</style>