Shades of Chinook #94D9A1
Tints of Chinook #94D9A1
RGB
CMYK
RGB Variations
Color information
#94D9A1 (or 0x94D9A1) is known color: Chinook. HEX triplet: 94, D9 and A1. RGB value is (148,217,161). Sum of RGB (Red+Green+Blue) = 148+217+161=526 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.14% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 161 (63.28% from 255 or 30.61% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9A1 is #6B265E. Grayscale: #BEBEBE. Windows color (decimal): -7022175 or 10606996. OLE color: 10606996.
HSL color Cylindrical-coordinate representation of color #94D9A1: hue angle of 131.3º 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 #94D9A1 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 161 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.15 |
| HSL | 131.3º | 0.48% | 0.72% | - |
| HSV(B) | 131.3º | 0.32% | 0.85% | - |
| XYZ | 43.46 | 58.49 | 42.72 | - |
| YUV | 189.99 | 111.64 | 98.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 161 | 0.32 | 0 | 0.26 | 0.15 | 131.3 | 0.48 | 0.72 |
| Hex | 94 | D9 | A1 | 20 | 0 | 1A | F | 83 | 30 | 48 |
| Octal | 224 | 331 | 241 | 40 | 0 | 32 | 17 | 203 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10100001 | 100000 | 0 | 11010 | 1111 | 10000011 | 110000 | 1001000 |
Color Harmonies of #94D9A1
Complementary color
Monochromatic Colors of #94D9A1
Black with #94D9A1
Text Example
Text Example
White with #94D9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9A1; }
p { color: rgb(148,217,161); }
H1.HeaderClassName
{
color: #94D9A1;
}
.AnyTagClassName
{
color: #94D9A1;
}
</style>
background-color css
<style>
a { background-color: #94D9A1; }
a { background-color: rgb(148,217,161); }
div.DivClassName
{
background-color: #94D9A1;
}
.BgClassName
{
background-color: #94D9A1;
}
</style>
border-color css
<style>
span { border-color: #94D9A1; }
span { border-color: rgb(148,217,161); }
td.TdClassName
{
border-color: #94D9A1;
}
.TagClassName
{
border-color: #94D9A1;
}
</style>