Shades of Chinook #8FCC9F
Tints of Chinook #8FCC9F
RGB
CMYK
RGB Variations
Color information
#8FCC9F (or 0x8FCC9F) is known color: Chinook. HEX triplet: 8F, CC and 9F. RGB value is (143,204,159). Sum of RGB (Red+Green+Blue) = 143+204+159=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #8FCC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCC9F is #703360. Grayscale: #B4B4B4. Windows color (decimal): -7353185 or 10472591. OLE color: 10472591.
HSL color Cylindrical-coordinate representation of color #8FCC9F: hue angle of 135.74º degrees, saturation: 0.37, 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 #8FCC9F is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 204 | 159 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.2 |
| HSL | 135.74º | 0.37% | 0.68% | - |
| HSV(B) | 135.74º | 0.3% | 0.8% | - |
| XYZ | 39.18 | 51.53 | 40.68 | - |
| YUV | 180.63 | 115.79 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 204 | 159 | 0.30 | 0 | 0.22 | 0.2 | 135.74 | 0.37 | 0.68 |
| Hex | 8F | CC | 9F | 1E | 0 | 16 | 14 | 88 | 25 | 44 |
| Octal | 217 | 314 | 237 | 36 | 0 | 26 | 24 | 210 | 45 | 104 |
| Binary | 10001111 | 11001100 | 10011111 | 11110 | 0 | 10110 | 10100 | 10001000 | 100101 | 1000100 |
Color Harmonies of #8FCC9F
Complementary color
Monochromatic Colors of #8FCC9F
Black with #8FCC9F
Text Example
Text Example
White with #8FCC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCC9F; }
p { color: rgb(143,204,159); }
H1.HeaderClassName
{
color: #8FCC9F;
}
.AnyTagClassName
{
color: #8FCC9F;
}
</style>
background-color css
<style>
a { background-color: #8FCC9F; }
a { background-color: rgb(143,204,159); }
div.DivClassName
{
background-color: #8FCC9F;
}
.BgClassName
{
background-color: #8FCC9F;
}
</style>
border-color css
<style>
span { border-color: #8FCC9F; }
span { border-color: rgb(143,204,159); }
td.TdClassName
{
border-color: #8FCC9F;
}
.TagClassName
{
border-color: #8FCC9F;
}
</style>