Shades of Chinook #8DD09F
Tints of Chinook #8DD09F
RGB
CMYK
RGB Variations
Color information
#8DD09F (or 0x8DD09F) is known color: Chinook. HEX triplet: 8D, D0 and 9F. RGB value is (141,208,159). Sum of RGB (Red+Green+Blue) = 141+208+159=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD09F is #722F60. Grayscale: #B6B6B6. Windows color (decimal): -7483233 or 10473613. OLE color: 10473613.
HSL color Cylindrical-coordinate representation of color #8DD09F: hue angle of 136.12º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD09F is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 159 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.18 |
| HSL | 136.12º | 0.42% | 0.68% | - |
| HSV(B) | 136.12º | 0.32% | 0.82% | - |
| XYZ | 39.8 | 53.28 | 40.99 | - |
| YUV | 182.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 159 | 0.32 | 0 | 0.24 | 0.18 | 136.12 | 0.42 | 0.68 |
| Hex | 8D | D0 | 9F | 20 | 0 | 18 | 12 | 88 | 2A | 44 |
| Octal | 215 | 320 | 237 | 40 | 0 | 30 | 22 | 210 | 52 | 104 |
| Binary | 10001101 | 11010000 | 10011111 | 100000 | 0 | 11000 | 10010 | 10001000 | 101010 | 1000100 |
Color Harmonies of #8DD09F
Complementary color
Monochromatic Colors of #8DD09F
Black with #8DD09F
Text Example
Text Example
White with #8DD09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD09F; }
p { color: rgb(141,208,159); }
H1.HeaderClassName
{
color: #8DD09F;
}
.AnyTagClassName
{
color: #8DD09F;
}
</style>
background-color css
<style>
a { background-color: #8DD09F; }
a { background-color: rgb(141,208,159); }
div.DivClassName
{
background-color: #8DD09F;
}
.BgClassName
{
background-color: #8DD09F;
}
</style>
border-color css
<style>
span { border-color: #8DD09F; }
span { border-color: rgb(141,208,159); }
td.TdClassName
{
border-color: #8DD09F;
}
.TagClassName
{
border-color: #8DD09F;
}
</style>