Shades of Chinook #8FD89D
Tints of Chinook #8FD89D
RGB
CMYK
RGB Variations
Color information
#8FD89D (or 0x8FD89D) is known color: Chinook. HEX triplet: 8F, D8 and 9D. RGB value is (143,216,157). Sum of RGB (Red+Green+Blue) = 143+216+157=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD89D is #702762. Grayscale: #BBBBBB. Windows color (decimal): -7350115 or 10344591. OLE color: 10344591.
HSL color Cylindrical-coordinate representation of color #8FD89D: hue angle of 131.51º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD89D is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 157 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.15 |
| HSL | 131.51º | 0.48% | 0.7% | - |
| HSV(B) | 131.51º | 0.34% | 0.85% | - |
| XYZ | 41.97 | 57.39 | 40.76 | - |
| YUV | 187.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 157 | 0.34 | 0 | 0.27 | 0.15 | 131.51 | 0.48 | 0.7 |
| Hex | 8F | D8 | 9D | 22 | 0 | 1B | F | 84 | 30 | 46 |
| Octal | 217 | 330 | 235 | 42 | 0 | 33 | 17 | 204 | 60 | 106 |
| Binary | 10001111 | 11011000 | 10011101 | 100010 | 0 | 11011 | 1111 | 10000100 | 110000 | 1000110 |
Color Harmonies of #8FD89D
Complementary color
Monochromatic Colors of #8FD89D
Black with #8FD89D
Text Example
Text Example
White with #8FD89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD89D; }
p { color: rgb(143,216,157); }
H1.HeaderClassName
{
color: #8FD89D;
}
.AnyTagClassName
{
color: #8FD89D;
}
</style>
background-color css
<style>
a { background-color: #8FD89D; }
a { background-color: rgb(143,216,157); }
div.DivClassName
{
background-color: #8FD89D;
}
.BgClassName
{
background-color: #8FD89D;
}
</style>
border-color css
<style>
span { border-color: #8FD89D; }
span { border-color: rgb(143,216,157); }
td.TdClassName
{
border-color: #8FD89D;
}
.TagClassName
{
border-color: #8FD89D;
}
</style>