Shades of Chinook #94D59D
Tints of Chinook #94D59D
RGB
CMYK
RGB Variations
Color information
#94D59D (or 0x94D59D) is known color: Chinook. HEX triplet: 94, D5 and 9D. RGB value is (148,213,157). Sum of RGB (Red+Green+Blue) = 148+213+157=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #94D59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D59D is #6B2A62. Grayscale: #BBBBBB. Windows color (decimal): -7023203 or 10343828. OLE color: 10343828.
HSL color Cylindrical-coordinate representation of color #94D59D: hue angle of 128.31º degrees, saturation: 0.44, 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 #94D59D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 157 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.16 |
| HSL | 128.31º | 0.44% | 0.71% | - |
| HSV(B) | 128.31º | 0.31% | 0.84% | - |
| XYZ | 42.09 | 56.32 | 40.55 | - |
| YUV | 187.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 157 | 0.31 | 0 | 0.26 | 0.16 | 128.31 | 0.44 | 0.71 |
| Hex | 94 | D5 | 9D | 1F | 0 | 1A | 10 | 80 | 2C | 47 |
| Octal | 224 | 325 | 235 | 37 | 0 | 32 | 20 | 200 | 54 | 107 |
| Binary | 10010100 | 11010101 | 10011101 | 11111 | 0 | 11010 | 10000 | 10000000 | 101100 | 1000111 |
Color Harmonies of #94D59D
Complementary color
Monochromatic Colors of #94D59D
Black with #94D59D
Text Example
Text Example
White with #94D59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D59D; }
p { color: rgb(148,213,157); }
H1.HeaderClassName
{
color: #94D59D;
}
.AnyTagClassName
{
color: #94D59D;
}
</style>
background-color css
<style>
a { background-color: #94D59D; }
a { background-color: rgb(148,213,157); }
div.DivClassName
{
background-color: #94D59D;
}
.BgClassName
{
background-color: #94D59D;
}
</style>
border-color css
<style>
span { border-color: #94D59D; }
span { border-color: rgb(148,213,157); }
td.TdClassName
{
border-color: #94D59D;
}
.TagClassName
{
border-color: #94D59D;
}
</style>