Shades of Chinook #8CCC9F
Tints of Chinook #8CCC9F
RGB
CMYK
RGB Variations
Color information
#8CCC9F (or 0x8CCC9F) is known color: Chinook. HEX triplet: 8C, CC and 9F. RGB value is (140,204,159). Sum of RGB (Red+Green+Blue) = 140+204+159=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCC9F is #733360. Grayscale: #B3B3B3. Windows color (decimal): -7549793 or 10472588. OLE color: 10472588.
HSL color Cylindrical-coordinate representation of color #8CCC9F: hue angle of 137.81º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCC9F is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 159 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.2 |
| HSL | 137.81º | 0.39% | 0.67% | - |
| HSV(B) | 137.81º | 0.31% | 0.8% | - |
| XYZ | 38.67 | 51.26 | 40.66 | - |
| YUV | 179.73 | 116.3 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 159 | 0.31 | 0 | 0.22 | 0.2 | 137.81 | 0.39 | 0.67 |
| Hex | 8C | CC | 9F | 1F | 0 | 16 | 14 | 8A | 27 | 43 |
| Octal | 214 | 314 | 237 | 37 | 0 | 26 | 24 | 212 | 47 | 103 |
| Binary | 10001100 | 11001100 | 10011111 | 11111 | 0 | 10110 | 10100 | 10001010 | 100111 | 1000011 |
Color Harmonies of #8CCC9F
Complementary color
Monochromatic Colors of #8CCC9F
Black with #8CCC9F
Text Example
Text Example
White with #8CCC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC9F; }
p { color: rgb(140,204,159); }
H1.HeaderClassName
{
color: #8CCC9F;
}
.AnyTagClassName
{
color: #8CCC9F;
}
</style>
background-color css
<style>
a { background-color: #8CCC9F; }
a { background-color: rgb(140,204,159); }
div.DivClassName
{
background-color: #8CCC9F;
}
.BgClassName
{
background-color: #8CCC9F;
}
</style>
border-color css
<style>
span { border-color: #8CCC9F; }
span { border-color: rgb(140,204,159); }
td.TdClassName
{
border-color: #8CCC9F;
}
.TagClassName
{
border-color: #8CCC9F;
}
</style>