Shades of Chinook #94D69A
Tints of Chinook #94D69A
RGB
CMYK
RGB Variations
Color information
#94D69A (or 0x94D69A) is known color: Chinook. HEX triplet: 94, D6 and 9A. RGB value is (148,214,154). Sum of RGB (Red+Green+Blue) = 148+214+154=516 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.68% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 214 - color contains mainly: green. Hex color #94D69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D69A is #6B2965. Grayscale: #BBBBBB. Windows color (decimal): -7022950 or 10147476. OLE color: 10147476.
HSL color Cylindrical-coordinate representation of color #94D69A: hue angle of 125.45º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D69A is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 214 | 154 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.16 |
| HSL | 125.45º | 0.45% | 0.71% | - |
| HSV(B) | 125.45º | 0.31% | 0.84% | - |
| XYZ | 42.09 | 56.72 | 39.3 | - |
| YUV | 187.43 | 109.13 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 214 | 154 | 0.31 | 0 | 0.28 | 0.16 | 125.45 | 0.45 | 0.71 |
| Hex | 94 | D6 | 9A | 1F | 0 | 1C | 10 | 7D | 2D | 47 |
| Octal | 224 | 326 | 232 | 37 | 0 | 34 | 20 | 175 | 55 | 107 |
| Binary | 10010100 | 11010110 | 10011010 | 11111 | 0 | 11100 | 10000 | 1111101 | 101101 | 1000111 |
Color Harmonies of #94D69A
Complementary color
Monochromatic Colors of #94D69A
Black with #94D69A
Text Example
Text Example
White with #94D69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D69A; }
p { color: rgb(148,214,154); }
H1.HeaderClassName
{
color: #94D69A;
}
.AnyTagClassName
{
color: #94D69A;
}
</style>
background-color css
<style>
a { background-color: #94D69A; }
a { background-color: rgb(148,214,154); }
div.DivClassName
{
background-color: #94D69A;
}
.BgClassName
{
background-color: #94D69A;
}
</style>
border-color css
<style>
span { border-color: #94D69A; }
span { border-color: rgb(148,214,154); }
td.TdClassName
{
border-color: #94D69A;
}
.TagClassName
{
border-color: #94D69A;
}
</style>