Shades of Chinook #8FC99C
Tints of Chinook #8FC99C
RGB
CMYK
RGB Variations
Color information
#8FC99C (or 0x8FC99C) is known color: Chinook. HEX triplet: 8F, C9 and 9C. RGB value is (143,201,156). Sum of RGB (Red+Green+Blue) = 143+201+156=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC99C is #703663. Grayscale: #B2B2B2. Windows color (decimal): -7353956 or 10275215. OLE color: 10275215.
HSL color Cylindrical-coordinate representation of color #8FC99C: hue angle of 133.45º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FC99C is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 201 | 156 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.21 |
| HSL | 133.45º | 0.35% | 0.67% | - |
| HSV(B) | 133.45º | 0.29% | 0.79% | - |
| XYZ | 38.22 | 50.01 | 39.09 | - |
| YUV | 178.53 | 115.28 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 201 | 156 | 0.29 | 0 | 0.22 | 0.21 | 133.45 | 0.35 | 0.67 |
| Hex | 8F | C9 | 9C | 1D | 0 | 16 | 15 | 85 | 23 | 43 |
| Octal | 217 | 311 | 234 | 35 | 0 | 26 | 25 | 205 | 43 | 103 |
| Binary | 10001111 | 11001001 | 10011100 | 11101 | 0 | 10110 | 10101 | 10000101 | 100011 | 1000011 |
Color Harmonies of #8FC99C
Complementary color
Monochromatic Colors of #8FC99C
Black with #8FC99C
Text Example
Text Example
White with #8FC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FC99C; }
p { color: rgb(143,201,156); }
H1.HeaderClassName
{
color: #8FC99C;
}
.AnyTagClassName
{
color: #8FC99C;
}
</style>
background-color css
<style>
a { background-color: #8FC99C; }
a { background-color: rgb(143,201,156); }
div.DivClassName
{
background-color: #8FC99C;
}
.BgClassName
{
background-color: #8FC99C;
}
</style>
border-color css
<style>
span { border-color: #8FC99C; }
span { border-color: rgb(143,201,156); }
td.TdClassName
{
border-color: #8FC99C;
}
.TagClassName
{
border-color: #8FC99C;
}
</style>