Shades of Chinook #94E29E
Tints of Chinook #94E29E
RGB
CMYK
RGB Variations
Color information
#94E29E (or 0x94E29E) is known color: Chinook. HEX triplet: 94, E2 and 9E. RGB value is (148,226,158). Sum of RGB (Red+Green+Blue) = 148+226+158=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 226 - color contains mainly: green. Hex color #94E29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E29E is #6B1D61. Grayscale: #C3C3C3. Windows color (decimal): -7019874 or 10412692. OLE color: 10412692.
HSL color Cylindrical-coordinate representation of color #94E29E: hue angle of 127.69º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94E29E is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 226 | 158 | - |
| CMYK | 0.35 | 0 | 0.30 | 0.11 |
| HSL | 127.69º | 0.57% | 0.73% | - |
| HSV(B) | 127.69º | 0.35% | 0.89% | - |
| XYZ | 45.58 | 63.16 | 42.14 | - |
| YUV | 194.93 | 107.16 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 226 | 158 | 0.35 | 0 | 0.30 | 0.11 | 127.69 | 0.57 | 0.73 |
| Hex | 94 | E2 | 9E | 23 | 0 | 1E | B | 80 | 39 | 49 |
| Octal | 224 | 342 | 236 | 43 | 0 | 36 | 13 | 200 | 71 | 111 |
| Binary | 10010100 | 11100010 | 10011110 | 100011 | 0 | 11110 | 1011 | 10000000 | 111001 | 1001001 |
Color Harmonies of #94E29E
Complementary color
Monochromatic Colors of #94E29E
Black with #94E29E
Text Example
Text Example
White with #94E29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E29E; }
p { color: rgb(148,226,158); }
H1.HeaderClassName
{
color: #94E29E;
}
.AnyTagClassName
{
color: #94E29E;
}
</style>
background-color css
<style>
a { background-color: #94E29E; }
a { background-color: rgb(148,226,158); }
div.DivClassName
{
background-color: #94E29E;
}
.BgClassName
{
background-color: #94E29E;
}
</style>
border-color css
<style>
span { border-color: #94E29E; }
span { border-color: rgb(148,226,158); }
td.TdClassName
{
border-color: #94E29E;
}
.TagClassName
{
border-color: #94E29E;
}
</style>