Shades of Chinook #94D9A5
Tints of Chinook #94D9A5
RGB
CMYK
RGB Variations
Color information
#94D9A5 (or 0x94D9A5) is known color: Chinook. HEX triplet: 94, D9 and A5. RGB value is (148,217,165). Sum of RGB (Red+Green+Blue) = 148+217+165=530 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.92% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #94D9A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D9A5 is #6B265A. Grayscale: #BEBEBE. Windows color (decimal): -7022171 or 10869140. OLE color: 10869140.
HSL color Cylindrical-coordinate representation of color #94D9A5: hue angle of 134.78º 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 #94D9A5 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 165 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.15 |
| HSL | 134.78º | 0.48% | 0.72% | - |
| HSV(B) | 134.78º | 0.32% | 0.85% | - |
| XYZ | 43.82 | 58.64 | 44.61 | - |
| YUV | 190.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 165 | 0.32 | 0 | 0.24 | 0.15 | 134.78 | 0.48 | 0.72 |
| Hex | 94 | D9 | A5 | 20 | 0 | 18 | F | 87 | 30 | 48 |
| Octal | 224 | 331 | 245 | 40 | 0 | 30 | 17 | 207 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10100101 | 100000 | 0 | 11000 | 1111 | 10000111 | 110000 | 1001000 |
Color Harmonies of #94D9A5
Complementary color
Monochromatic Colors of #94D9A5
Black with #94D9A5
Text Example
Text Example
White with #94D9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D9A5; }
p { color: rgb(148,217,165); }
H1.HeaderClassName
{
color: #94D9A5;
}
.AnyTagClassName
{
color: #94D9A5;
}
</style>
background-color css
<style>
a { background-color: #94D9A5; }
a { background-color: rgb(148,217,165); }
div.DivClassName
{
background-color: #94D9A5;
}
.BgClassName
{
background-color: #94D9A5;
}
</style>
border-color css
<style>
span { border-color: #94D9A5; }
span { border-color: rgb(148,217,165); }
td.TdClassName
{
border-color: #94D9A5;
}
.TagClassName
{
border-color: #94D9A5;
}
</style>