Shades of Chinook #8FCF9C
Tints of Chinook #8FCF9C
RGB
CMYK
RGB Variations
Color information
#8FCF9C (or 0x8FCF9C) is known color: Chinook. HEX triplet: 8F, CF and 9C. RGB value is (143,207,156). Sum of RGB (Red+Green+Blue) = 143+207+156=506 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.26% from 506); Green value is 207 (81.25% from 255 or 40.91% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCF9C is #703063. Grayscale: #B6B6B6. Windows color (decimal): -7352420 or 10276751. OLE color: 10276751.
HSL color Cylindrical-coordinate representation of color #8FCF9C: hue angle of 132.19º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCF9C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 156 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.19 |
| HSL | 132.19º | 0.4% | 0.69% | - |
| HSV(B) | 132.19º | 0.31% | 0.81% | - |
| XYZ | 39.64 | 52.87 | 39.57 | - |
| YUV | 182.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 156 | 0.31 | 0 | 0.25 | 0.19 | 132.19 | 0.4 | 0.69 |
| Hex | 8F | CF | 9C | 1F | 0 | 19 | 13 | 84 | 28 | 45 |
| Octal | 217 | 317 | 234 | 37 | 0 | 31 | 23 | 204 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10011100 | 11111 | 0 | 11001 | 10011 | 10000100 | 101000 | 1000101 |
Color Harmonies of #8FCF9C
Complementary color
Monochromatic Colors of #8FCF9C
Black with #8FCF9C
Text Example
Text Example
White with #8FCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCF9C; }
p { color: rgb(143,207,156); }
H1.HeaderClassName
{
color: #8FCF9C;
}
.AnyTagClassName
{
color: #8FCF9C;
}
</style>
background-color css
<style>
a { background-color: #8FCF9C; }
a { background-color: rgb(143,207,156); }
div.DivClassName
{
background-color: #8FCF9C;
}
.BgClassName
{
background-color: #8FCF9C;
}
</style>
border-color css
<style>
span { border-color: #8FCF9C; }
span { border-color: rgb(143,207,156); }
td.TdClassName
{
border-color: #8FCF9C;
}
.TagClassName
{
border-color: #8FCF9C;
}
</style>