Shades of Chinook #8FDD9E
Tints of Chinook #8FDD9E
RGB
CMYK
RGB Variations
Color information
#8FDD9E (or 0x8FDD9E) is known color: Chinook. HEX triplet: 8F, DD and 9E. RGB value is (143,221,158). Sum of RGB (Red+Green+Blue) = 143+221+158=522 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.39% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDD9E is #702261. Grayscale: #BEBEBE. Windows color (decimal): -7348834 or 10411407. OLE color: 10411407.
HSL color Cylindrical-coordinate representation of color #8FDD9E: hue angle of 131.54º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDD9E is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 158 | - |
| CMYK | 0.35 | 0 | 0.29 | 0.13 |
| HSL | 131.54º | 0.53% | 0.71% | - |
| HSV(B) | 131.54º | 0.35% | 0.87% | - |
| XYZ | 43.36 | 60.02 | 41.65 | - |
| YUV | 190.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 158 | 0.35 | 0 | 0.29 | 0.13 | 131.54 | 0.53 | 0.71 |
| Hex | 8F | DD | 9E | 23 | 0 | 1D | D | 84 | 35 | 47 |
| Octal | 217 | 335 | 236 | 43 | 0 | 35 | 15 | 204 | 65 | 107 |
| Binary | 10001111 | 11011101 | 10011110 | 100011 | 0 | 11101 | 1101 | 10000100 | 110101 | 1000111 |
Color Harmonies of #8FDD9E
Complementary color
Monochromatic Colors of #8FDD9E
Black with #8FDD9E
Text Example
Text Example
White with #8FDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD9E; }
p { color: rgb(143,221,158); }
H1.HeaderClassName
{
color: #8FDD9E;
}
.AnyTagClassName
{
color: #8FDD9E;
}
</style>
background-color css
<style>
a { background-color: #8FDD9E; }
a { background-color: rgb(143,221,158); }
div.DivClassName
{
background-color: #8FDD9E;
}
.BgClassName
{
background-color: #8FDD9E;
}
</style>
border-color css
<style>
span { border-color: #8FDD9E; }
span { border-color: rgb(143,221,158); }
td.TdClassName
{
border-color: #8FDD9E;
}
.TagClassName
{
border-color: #8FDD9E;
}
</style>