Shades of Chinook #8ADDA0
Tints of Chinook #8ADDA0
RGB
CMYK
RGB Variations
Color information
#8ADDA0 (or 0x8ADDA0) is known color: Chinook. HEX triplet: 8A, DD and A0. RGB value is (138,221,160). Sum of RGB (Red+Green+Blue) = 138+221+160=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDA0 is #75225F. Grayscale: #BDBDBD. Windows color (decimal): -7676512 or 10542474. OLE color: 10542474.
HSL color Cylindrical-coordinate representation of color #8ADDA0: hue angle of 135.9º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADDA0 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 160 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.13 |
| HSL | 135.9º | 0.55% | 0.7% | - |
| HSV(B) | 135.9º | 0.38% | 0.87% | - |
| XYZ | 42.68 | 59.65 | 42.52 | - |
| YUV | 189.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 160 | 0.38 | 0 | 0.28 | 0.13 | 135.9 | 0.55 | 0.7 |
| Hex | 8A | DD | A0 | 26 | 0 | 1C | D | 88 | 37 | 46 |
| Octal | 212 | 335 | 240 | 46 | 0 | 34 | 15 | 210 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10100000 | 100110 | 0 | 11100 | 1101 | 10001000 | 110111 | 1000110 |
Color Harmonies of #8ADDA0
Complementary color
Monochromatic Colors of #8ADDA0
Black with #8ADDA0
Text Example
Text Example
White with #8ADDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDA0; }
p { color: rgb(138,221,160); }
H1.HeaderClassName
{
color: #8ADDA0;
}
.AnyTagClassName
{
color: #8ADDA0;
}
</style>
background-color css
<style>
a { background-color: #8ADDA0; }
a { background-color: rgb(138,221,160); }
div.DivClassName
{
background-color: #8ADDA0;
}
.BgClassName
{
background-color: #8ADDA0;
}
</style>
border-color css
<style>
span { border-color: #8ADDA0; }
span { border-color: rgb(138,221,160); }
td.TdClassName
{
border-color: #8ADDA0;
}
.TagClassName
{
border-color: #8ADDA0;
}
</style>