Shades of Chinook #94DD9B
Tints of Chinook #94DD9B
RGB
CMYK
RGB Variations
Color information
#94DD9B (or 0x94DD9B) is known color: Chinook. HEX triplet: 94, DD and 9B. RGB value is (148,221,155). Sum of RGB (Red+Green+Blue) = 148+221+155=524 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.24% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD9B is #6B2264. Grayscale: #BFBFBF. Windows color (decimal): -7021157 or 10214804. OLE color: 10214804.
HSL color Cylindrical-coordinate representation of color #94DD9B: hue angle of 125.75º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DD9B is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 155 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.13 |
| HSL | 125.75º | 0.52% | 0.72% | - |
| HSV(B) | 125.75º | 0.33% | 0.87% | - |
| XYZ | 43.99 | 60.38 | 40.35 | - |
| YUV | 191.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 155 | 0.33 | 0 | 0.30 | 0.13 | 125.75 | 0.52 | 0.72 |
| Hex | 94 | DD | 9B | 21 | 0 | 1E | D | 7E | 34 | 48 |
| Octal | 224 | 335 | 233 | 41 | 0 | 36 | 15 | 176 | 64 | 110 |
| Binary | 10010100 | 11011101 | 10011011 | 100001 | 0 | 11110 | 1101 | 1111110 | 110100 | 1001000 |
Color Harmonies of #94DD9B
Complementary color
Monochromatic Colors of #94DD9B
Black with #94DD9B
Text Example
Text Example
White with #94DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DD9B; }
p { color: rgb(148,221,155); }
H1.HeaderClassName
{
color: #94DD9B;
}
.AnyTagClassName
{
color: #94DD9B;
}
</style>
background-color css
<style>
a { background-color: #94DD9B; }
a { background-color: rgb(148,221,155); }
div.DivClassName
{
background-color: #94DD9B;
}
.BgClassName
{
background-color: #94DD9B;
}
</style>
border-color css
<style>
span { border-color: #94DD9B; }
span { border-color: rgb(148,221,155); }
td.TdClassName
{
border-color: #94DD9B;
}
.TagClassName
{
border-color: #94DD9B;
}
</style>