Shades of Chinook #94DC9C
Tints of Chinook #94DC9C
RGB
CMYK
RGB Variations
Color information
#94DC9C (or 0x94DC9C) is known color: Chinook. HEX triplet: 94, DC and 9C. RGB value is (148,220,156). Sum of RGB (Red+Green+Blue) = 148+220+156=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DC9C is #6B2363. Grayscale: #BFBFBF. Windows color (decimal): -7021412 or 10280084. OLE color: 10280084.
HSL color Cylindrical-coordinate representation of color #94DC9C: hue angle of 126.67º 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 #94DC9C is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 220 | 156 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.14 |
| HSL | 126.67º | 0.51% | 0.72% | - |
| HSV(B) | 126.67º | 0.33% | 0.86% | - |
| XYZ | 43.81 | 59.88 | 40.7 | - |
| YUV | 191.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 220 | 156 | 0.33 | 0 | 0.29 | 0.14 | 126.67 | 0.51 | 0.72 |
| Hex | 94 | DC | 9C | 21 | 0 | 1D | E | 7F | 33 | 48 |
| Octal | 224 | 334 | 234 | 41 | 0 | 35 | 16 | 177 | 63 | 110 |
| Binary | 10010100 | 11011100 | 10011100 | 100001 | 0 | 11101 | 1110 | 1111111 | 110011 | 1001000 |
Color Harmonies of #94DC9C
Complementary color
Monochromatic Colors of #94DC9C
Black with #94DC9C
Text Example
Text Example
White with #94DC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DC9C; }
p { color: rgb(148,220,156); }
H1.HeaderClassName
{
color: #94DC9C;
}
.AnyTagClassName
{
color: #94DC9C;
}
</style>
background-color css
<style>
a { background-color: #94DC9C; }
a { background-color: rgb(148,220,156); }
div.DivClassName
{
background-color: #94DC9C;
}
.BgClassName
{
background-color: #94DC9C;
}
</style>
border-color css
<style>
span { border-color: #94DC9C; }
span { border-color: rgb(148,220,156); }
td.TdClassName
{
border-color: #94DC9C;
}
.TagClassName
{
border-color: #94DC9C;
}
</style>