Shades of Chinook #94D99A
Tints of Chinook #94D99A
RGB
CMYK
RGB Variations
Color information
#94D99A (or 0x94D99A) is known color: Chinook. HEX triplet: 94, D9 and 9A. RGB value is (148,217,154). Sum of RGB (Red+Green+Blue) = 148+217+154=519 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.52% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #94D99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D99A is #6B2665. Grayscale: #BDBDBD. Windows color (decimal): -7022182 or 10148244. OLE color: 10148244.
HSL color Cylindrical-coordinate representation of color #94D99A: hue angle of 125.22º 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 #94D99A is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 154 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.15 |
| HSL | 125.22º | 0.48% | 0.72% | - |
| HSV(B) | 125.22º | 0.32% | 0.85% | - |
| XYZ | 42.86 | 58.25 | 39.56 | - |
| YUV | 189.19 | 108.14 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 154 | 0.32 | 0 | 0.29 | 0.15 | 125.22 | 0.48 | 0.72 |
| Hex | 94 | D9 | 9A | 20 | 0 | 1D | F | 7D | 30 | 48 |
| Octal | 224 | 331 | 232 | 40 | 0 | 35 | 17 | 175 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10011010 | 100000 | 0 | 11101 | 1111 | 1111101 | 110000 | 1001000 |
Color Harmonies of #94D99A
Complementary color
Monochromatic Colors of #94D99A
Black with #94D99A
Text Example
Text Example
White with #94D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D99A; }
p { color: rgb(148,217,154); }
H1.HeaderClassName
{
color: #94D99A;
}
.AnyTagClassName
{
color: #94D99A;
}
</style>
background-color css
<style>
a { background-color: #94D99A; }
a { background-color: rgb(148,217,154); }
div.DivClassName
{
background-color: #94D99A;
}
.BgClassName
{
background-color: #94D99A;
}
</style>
border-color css
<style>
span { border-color: #94D99A; }
span { border-color: rgb(148,217,154); }
td.TdClassName
{
border-color: #94D99A;
}
.TagClassName
{
border-color: #94D99A;
}
</style>