Shades of Chinook #94CC9E
Tints of Chinook #94CC9E
RGB
CMYK
RGB Variations
Color information
#94CC9E (or 0x94CC9E) is known color: Chinook. HEX triplet: 94, CC and 9E. RGB value is (148,204,158). Sum of RGB (Red+Green+Blue) = 148+204+158=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 204 (80.08% from 255 or 40% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC9E is #6B3361. Grayscale: #B6B6B6. Windows color (decimal): -7025506 or 10407060. OLE color: 10407060.
HSL color Cylindrical-coordinate representation of color #94CC9E: hue angle of 130.71º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CC9E is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 204 | 158 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.2 |
| HSL | 130.71º | 0.35% | 0.69% | - |
| HSV(B) | 130.71º | 0.27% | 0.8% | - |
| XYZ | 39.98 | 51.95 | 40.27 | - |
| YUV | 182.01 | 114.45 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 204 | 158 | 0.27 | 0 | 0.23 | 0.2 | 130.71 | 0.35 | 0.69 |
| Hex | 94 | CC | 9E | 1B | 0 | 17 | 14 | 83 | 23 | 45 |
| Octal | 224 | 314 | 236 | 33 | 0 | 27 | 24 | 203 | 43 | 105 |
| Binary | 10010100 | 11001100 | 10011110 | 11011 | 0 | 10111 | 10100 | 10000011 | 100011 | 1000101 |
Color Harmonies of #94CC9E
Complementary color
Monochromatic Colors of #94CC9E
Black with #94CC9E
Text Example
Text Example
White with #94CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CC9E; }
p { color: rgb(148,204,158); }
H1.HeaderClassName
{
color: #94CC9E;
}
.AnyTagClassName
{
color: #94CC9E;
}
</style>
background-color css
<style>
a { background-color: #94CC9E; }
a { background-color: rgb(148,204,158); }
div.DivClassName
{
background-color: #94CC9E;
}
.BgClassName
{
background-color: #94CC9E;
}
</style>
border-color css
<style>
span { border-color: #94CC9E; }
span { border-color: rgb(148,204,158); }
td.TdClassName
{
border-color: #94CC9E;
}
.TagClassName
{
border-color: #94CC9E;
}
</style>