Shades of Chinook #94D59F
Tints of Chinook #94D59F
RGB
CMYK
RGB Variations
Color information
#94D59F (or 0x94D59F) is known color: Chinook. HEX triplet: 94, D5 and 9F. RGB value is (148,213,159). Sum of RGB (Red+Green+Blue) = 148+213+159=520 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.46% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 213 - color contains mainly: green. Hex color #94D59F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D59F is #6B2A60. Grayscale: #BBBBBB. Windows color (decimal): -7023201 or 10474900. OLE color: 10474900.
HSL color Cylindrical-coordinate representation of color #94D59F: hue angle of 130.15º 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 #94D59F is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 159 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.16 |
| HSL | 130.15º | 0.44% | 0.71% | - |
| HSV(B) | 130.15º | 0.31% | 0.84% | - |
| XYZ | 42.27 | 56.39 | 41.46 | - |
| YUV | 187.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 159 | 0.31 | 0 | 0.25 | 0.16 | 130.15 | 0.44 | 0.71 |
| Hex | 94 | D5 | 9F | 1F | 0 | 19 | 10 | 82 | 2C | 47 |
| Octal | 224 | 325 | 237 | 37 | 0 | 31 | 20 | 202 | 54 | 107 |
| Binary | 10010100 | 11010101 | 10011111 | 11111 | 0 | 11001 | 10000 | 10000010 | 101100 | 1000111 |
Color Harmonies of #94D59F
Complementary color
Monochromatic Colors of #94D59F
Black with #94D59F
Text Example
Text Example
White with #94D59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D59F; }
p { color: rgb(148,213,159); }
H1.HeaderClassName
{
color: #94D59F;
}
.AnyTagClassName
{
color: #94D59F;
}
</style>
background-color css
<style>
a { background-color: #94D59F; }
a { background-color: rgb(148,213,159); }
div.DivClassName
{
background-color: #94D59F;
}
.BgClassName
{
background-color: #94D59F;
}
</style>
border-color css
<style>
span { border-color: #94D59F; }
span { border-color: rgb(148,213,159); }
td.TdClassName
{
border-color: #94D59F;
}
.TagClassName
{
border-color: #94D59F;
}
</style>