Shades of Chinook #8ADE9F
Tints of Chinook #8ADE9F
RGB
CMYK
RGB Variations
Color information
#8ADE9F (or 0x8ADE9F) is known color: Chinook. HEX triplet: 8A, DE and 9F. RGB value is (138,222,159). Sum of RGB (Red+Green+Blue) = 138+222+159=519 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.59% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADE9F is #752160. Grayscale: #BDBDBD. Windows color (decimal): -7676257 or 10477194. OLE color: 10477194.
HSL color Cylindrical-coordinate representation of color #8ADE9F: hue angle of 135º 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 #8ADE9F is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 159 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.13 |
| HSL | 135º | 0.56% | 0.71% | - |
| HSV(B) | 135º | 0.38% | 0.87% | - |
| XYZ | 42.86 | 60.15 | 42.15 | - |
| YUV | 189.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 159 | 0.38 | 0 | 0.28 | 0.13 | 135 | 0.56 | 0.71 |
| Hex | 8A | DE | 9F | 26 | 0 | 1C | D | 87 | 38 | 47 |
| Octal | 212 | 336 | 237 | 46 | 0 | 34 | 15 | 207 | 70 | 107 |
| Binary | 10001010 | 11011110 | 10011111 | 100110 | 0 | 11100 | 1101 | 10000111 | 111000 | 1000111 |
Color Harmonies of #8ADE9F
Complementary color
Monochromatic Colors of #8ADE9F
Black with #8ADE9F
Text Example
Text Example
White with #8ADE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE9F; }
p { color: rgb(138,222,159); }
H1.HeaderClassName
{
color: #8ADE9F;
}
.AnyTagClassName
{
color: #8ADE9F;
}
</style>
background-color css
<style>
a { background-color: #8ADE9F; }
a { background-color: rgb(138,222,159); }
div.DivClassName
{
background-color: #8ADE9F;
}
.BgClassName
{
background-color: #8ADE9F;
}
</style>
border-color css
<style>
span { border-color: #8ADE9F; }
span { border-color: rgb(138,222,159); }
td.TdClassName
{
border-color: #8ADE9F;
}
.TagClassName
{
border-color: #8ADE9F;
}
</style>