Shades of Chinook #8FD89F
Tints of Chinook #8FD89F
RGB
CMYK
RGB Variations
Color information
#8FD89F (or 0x8FD89F) is known color: Chinook. HEX triplet: 8F, D8 and 9F. RGB value is (143,216,159). Sum of RGB (Red+Green+Blue) = 143+216+159=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD89F is #702760. Grayscale: #BBBBBB. Windows color (decimal): -7350113 or 10475663. OLE color: 10475663.
HSL color Cylindrical-coordinate representation of color #8FD89F: hue angle of 133.15º 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 #8FD89F is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 159 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.15 |
| HSL | 133.15º | 0.48% | 0.7% | - |
| HSV(B) | 133.15º | 0.34% | 0.85% | - |
| XYZ | 42.14 | 57.45 | 41.67 | - |
| YUV | 187.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 159 | 0.34 | 0 | 0.26 | 0.15 | 133.15 | 0.48 | 0.7 |
| Hex | 8F | D8 | 9F | 22 | 0 | 1A | F | 85 | 30 | 46 |
| Octal | 217 | 330 | 237 | 42 | 0 | 32 | 17 | 205 | 60 | 106 |
| Binary | 10001111 | 11011000 | 10011111 | 100010 | 0 | 11010 | 1111 | 10000101 | 110000 | 1000110 |
Color Harmonies of #8FD89F
Complementary color
Monochromatic Colors of #8FD89F
Black with #8FD89F
Text Example
Text Example
White with #8FD89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD89F; }
p { color: rgb(143,216,159); }
H1.HeaderClassName
{
color: #8FD89F;
}
.AnyTagClassName
{
color: #8FD89F;
}
</style>
background-color css
<style>
a { background-color: #8FD89F; }
a { background-color: rgb(143,216,159); }
div.DivClassName
{
background-color: #8FD89F;
}
.BgClassName
{
background-color: #8FD89F;
}
</style>
border-color css
<style>
span { border-color: #8FD89F; }
span { border-color: rgb(143,216,159); }
td.TdClassName
{
border-color: #8FD89F;
}
.TagClassName
{
border-color: #8FD89F;
}
</style>