Shades of Chinook #8DD2A0
Tints of Chinook #8DD2A0
RGB
CMYK
RGB Variations
Color information
#8DD2A0 (or 0x8DD2A0) is known color: Chinook. HEX triplet: 8D, D2 and A0. RGB value is (141,210,160). Sum of RGB (Red+Green+Blue) = 141+210+160=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD2A0 is #722D5F. Grayscale: #B7B7B7. Windows color (decimal): -7482720 or 10539661. OLE color: 10539661.
HSL color Cylindrical-coordinate representation of color #8DD2A0: hue angle of 136.52º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD2A0 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 160 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.18 |
| HSL | 136.52º | 0.43% | 0.69% | - |
| HSV(B) | 136.52º | 0.33% | 0.82% | - |
| XYZ | 40.38 | 54.29 | 41.61 | - |
| YUV | 183.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 160 | 0.33 | 0 | 0.24 | 0.18 | 136.52 | 0.43 | 0.69 |
| Hex | 8D | D2 | A0 | 21 | 0 | 18 | 12 | 89 | 2B | 45 |
| Octal | 215 | 322 | 240 | 41 | 0 | 30 | 22 | 211 | 53 | 105 |
| Binary | 10001101 | 11010010 | 10100000 | 100001 | 0 | 11000 | 10010 | 10001001 | 101011 | 1000101 |
Color Harmonies of #8DD2A0
Complementary color
Monochromatic Colors of #8DD2A0
Black with #8DD2A0
Text Example
Text Example
White with #8DD2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD2A0; }
p { color: rgb(141,210,160); }
H1.HeaderClassName
{
color: #8DD2A0;
}
.AnyTagClassName
{
color: #8DD2A0;
}
</style>
background-color css
<style>
a { background-color: #8DD2A0; }
a { background-color: rgb(141,210,160); }
div.DivClassName
{
background-color: #8DD2A0;
}
.BgClassName
{
background-color: #8DD2A0;
}
</style>
border-color css
<style>
span { border-color: #8DD2A0; }
span { border-color: rgb(141,210,160); }
td.TdClassName
{
border-color: #8DD2A0;
}
.TagClassName
{
border-color: #8DD2A0;
}
</style>