Shades of Chinook #8ADE9E
Tints of Chinook #8ADE9E
RGB
CMYK
RGB Variations
Color information
#8ADE9E (or 0x8ADE9E) is known color: Chinook. HEX triplet: 8A, DE and 9E. RGB value is (138,222,158). Sum of RGB (Red+Green+Blue) = 138+222+158=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE9E is #752161. Grayscale: #BDBDBD. Windows color (decimal): -7676258 or 10411658. OLE color: 10411658.
HSL color Cylindrical-coordinate representation of color #8ADE9E: hue angle of 134.29º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADE9E is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 158 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.13 |
| HSL | 134.29º | 0.56% | 0.71% | - |
| HSV(B) | 134.29º | 0.38% | 0.87% | - |
| XYZ | 42.77 | 60.11 | 41.7 | - |
| YUV | 189.59 | 110.17 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 158 | 0.38 | 0 | 0.29 | 0.13 | 134.29 | 0.56 | 0.71 |
| Hex | 8A | DE | 9E | 26 | 0 | 1D | D | 86 | 38 | 47 |
| Octal | 212 | 336 | 236 | 46 | 0 | 35 | 15 | 206 | 70 | 107 |
| Binary | 10001010 | 11011110 | 10011110 | 100110 | 0 | 11101 | 1101 | 10000110 | 111000 | 1000111 |
Color Harmonies of #8ADE9E
Complementary color
Monochromatic Colors of #8ADE9E
Black with #8ADE9E
Text Example
Text Example
White with #8ADE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE9E; }
p { color: rgb(138,222,158); }
H1.HeaderClassName
{
color: #8ADE9E;
}
.AnyTagClassName
{
color: #8ADE9E;
}
</style>
background-color css
<style>
a { background-color: #8ADE9E; }
a { background-color: rgb(138,222,158); }
div.DivClassName
{
background-color: #8ADE9E;
}
.BgClassName
{
background-color: #8ADE9E;
}
</style>
border-color css
<style>
span { border-color: #8ADE9E; }
span { border-color: rgb(138,222,158); }
td.TdClassName
{
border-color: #8ADE9E;
}
.TagClassName
{
border-color: #8ADE9E;
}
</style>