Shades of Chinook #94D9A2
Tints of Chinook #94D9A2
RGB
CMYK
RGB Variations
Color information
#94D9A2 (or 0x94D9A2) is known color: Chinook. HEX triplet: 94, D9 and A2. RGB value is (148,217,162). Sum of RGB (Red+Green+Blue) = 148+217+162=527 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.08% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9A2 is #6B265D. Grayscale: #BEBEBE. Windows color (decimal): -7022174 or 10672532. OLE color: 10672532.
HSL color Cylindrical-coordinate representation of color #94D9A2: hue angle of 132.17º 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 #94D9A2 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 162 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.15 |
| HSL | 132.17º | 0.48% | 0.72% | - |
| HSV(B) | 132.17º | 0.32% | 0.85% | - |
| XYZ | 43.55 | 58.53 | 43.18 | - |
| YUV | 190.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 162 | 0.32 | 0 | 0.25 | 0.15 | 132.17 | 0.48 | 0.72 |
| Hex | 94 | D9 | A2 | 20 | 0 | 19 | F | 84 | 30 | 48 |
| Octal | 224 | 331 | 242 | 40 | 0 | 31 | 17 | 204 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10100010 | 100000 | 0 | 11001 | 1111 | 10000100 | 110000 | 1001000 |
Color Harmonies of #94D9A2
Complementary color
Monochromatic Colors of #94D9A2
Black with #94D9A2
Text Example
Text Example
White with #94D9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9A2; }
p { color: rgb(148,217,162); }
H1.HeaderClassName
{
color: #94D9A2;
}
.AnyTagClassName
{
color: #94D9A2;
}
</style>
background-color css
<style>
a { background-color: #94D9A2; }
a { background-color: rgb(148,217,162); }
div.DivClassName
{
background-color: #94D9A2;
}
.BgClassName
{
background-color: #94D9A2;
}
</style>
border-color css
<style>
span { border-color: #94D9A2; }
span { border-color: rgb(148,217,162); }
td.TdClassName
{
border-color: #94D9A2;
}
.TagClassName
{
border-color: #94D9A2;
}
</style>