Shades of Chinook #8DCE99
Tints of Chinook #8DCE99
RGB
CMYK
RGB Variations
Color information
#8DCE99 (or 0x8DCE99) is known color: Chinook. HEX triplet: 8D, CE and 99. RGB value is (141,206,153). Sum of RGB (Red+Green+Blue) = 141+206+153=500 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.2% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE99 is #723166. Grayscale: #B4B4B4. Windows color (decimal): -7483751 or 10079885. OLE color: 10079885.
HSL color Cylindrical-coordinate representation of color #8DCE99: hue angle of 131.08º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCE99 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 153 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.19 |
| HSL | 131.08º | 0.4% | 0.68% | - |
| HSV(B) | 131.08º | 0.32% | 0.81% | - |
| XYZ | 38.81 | 52.11 | 38.15 | - |
| YUV | 180.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 153 | 0.32 | 0 | 0.26 | 0.19 | 131.08 | 0.4 | 0.68 |
| Hex | 8D | CE | 99 | 20 | 0 | 1A | 13 | 83 | 28 | 44 |
| Octal | 215 | 316 | 231 | 40 | 0 | 32 | 23 | 203 | 50 | 104 |
| Binary | 10001101 | 11001110 | 10011001 | 100000 | 0 | 11010 | 10011 | 10000011 | 101000 | 1000100 |
Color Harmonies of #8DCE99
Complementary color
Monochromatic Colors of #8DCE99
Black with #8DCE99
Text Example
Text Example
White with #8DCE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE99; }
p { color: rgb(141,206,153); }
H1.HeaderClassName
{
color: #8DCE99;
}
.AnyTagClassName
{
color: #8DCE99;
}
</style>
background-color css
<style>
a { background-color: #8DCE99; }
a { background-color: rgb(141,206,153); }
div.DivClassName
{
background-color: #8DCE99;
}
.BgClassName
{
background-color: #8DCE99;
}
</style>
border-color css
<style>
span { border-color: #8DCE99; }
span { border-color: rgb(141,206,153); }
td.TdClassName
{
border-color: #8DCE99;
}
.TagClassName
{
border-color: #8DCE99;
}
</style>