Shades of Chinook #8FD8A0
Tints of Chinook #8FD8A0
RGB
CMYK
RGB Variations
Color information
#8FD8A0 (or 0x8FD8A0) is known color: Chinook. HEX triplet: 8F, D8 and A0. RGB value is (143,216,160). Sum of RGB (Red+Green+Blue) = 143+216+160=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD8A0 is #70275F. Grayscale: #BBBBBB. Windows color (decimal): -7350112 or 10541199. OLE color: 10541199.
HSL color Cylindrical-coordinate representation of color #8FD8A0: hue angle of 133.97º 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 #8FD8A0 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 160 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.15 |
| HSL | 133.97º | 0.48% | 0.7% | - |
| HSV(B) | 133.97º | 0.34% | 0.85% | - |
| XYZ | 42.23 | 57.49 | 42.13 | - |
| YUV | 187.79 | 112.32 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 160 | 0.34 | 0 | 0.26 | 0.15 | 133.97 | 0.48 | 0.7 |
| Hex | 8F | D8 | A0 | 22 | 0 | 1A | F | 86 | 30 | 46 |
| Octal | 217 | 330 | 240 | 42 | 0 | 32 | 17 | 206 | 60 | 106 |
| Binary | 10001111 | 11011000 | 10100000 | 100010 | 0 | 11010 | 1111 | 10000110 | 110000 | 1000110 |
Color Harmonies of #8FD8A0
Complementary color
Monochromatic Colors of #8FD8A0
Black with #8FD8A0
Text Example
Text Example
White with #8FD8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD8A0; }
p { color: rgb(143,216,160); }
H1.HeaderClassName
{
color: #8FD8A0;
}
.AnyTagClassName
{
color: #8FD8A0;
}
</style>
background-color css
<style>
a { background-color: #8FD8A0; }
a { background-color: rgb(143,216,160); }
div.DivClassName
{
background-color: #8FD8A0;
}
.BgClassName
{
background-color: #8FD8A0;
}
</style>
border-color css
<style>
span { border-color: #8FD8A0; }
span { border-color: rgb(143,216,160); }
td.TdClassName
{
border-color: #8FD8A0;
}
.TagClassName
{
border-color: #8FD8A0;
}
</style>