Shades of Chinook #8FCD9F
Tints of Chinook #8FCD9F
RGB
CMYK
RGB Variations
Color information
#8FCD9F (or 0x8FCD9F) is known color: Chinook. HEX triplet: 8F, CD and 9F. RGB value is (143,205,159). Sum of RGB (Red+Green+Blue) = 143+205+159=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCD9F is #703260. Grayscale: #B5B5B5. Windows color (decimal): -7352929 or 10472847. OLE color: 10472847.
HSL color Cylindrical-coordinate representation of color #8FCD9F: hue angle of 135.48º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCD9F is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 205 | 159 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.20 |
| HSL | 135.48º | 0.38% | 0.68% | - |
| HSV(B) | 135.48º | 0.3% | 0.8% | - |
| XYZ | 39.42 | 52.01 | 40.76 | - |
| YUV | 181.22 | 115.46 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 205 | 159 | 0.30 | 0 | 0.22 | 0.20 | 135.48 | 0.38 | 0.68 |
| Hex | 8F | CD | 9F | 1E | 0 | 16 | 14 | 87 | 26 | 44 |
| Octal | 217 | 315 | 237 | 36 | 0 | 26 | 24 | 207 | 46 | 104 |
| Binary | 10001111 | 11001101 | 10011111 | 11110 | 0 | 10110 | 10100 | 10000111 | 100110 | 1000100 |
Color Harmonies of #8FCD9F
Complementary color
Monochromatic Colors of #8FCD9F
Black with #8FCD9F
Text Example
Text Example
White with #8FCD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCD9F; }
p { color: rgb(143,205,159); }
H1.HeaderClassName
{
color: #8FCD9F;
}
.AnyTagClassName
{
color: #8FCD9F;
}
</style>
background-color css
<style>
a { background-color: #8FCD9F; }
a { background-color: rgb(143,205,159); }
div.DivClassName
{
background-color: #8FCD9F;
}
.BgClassName
{
background-color: #8FCD9F;
}
</style>
border-color css
<style>
span { border-color: #8FCD9F; }
span { border-color: rgb(143,205,159); }
td.TdClassName
{
border-color: #8FCD9F;
}
.TagClassName
{
border-color: #8FCD9F;
}
</style>