Shades of Chinook #8AD19E
Tints of Chinook #8AD19E
RGB
CMYK
RGB Variations
Color information
#8AD19E (or 0x8AD19E) is known color: Chinook. HEX triplet: 8A, D1 and 9E. RGB value is (138,209,158). Sum of RGB (Red+Green+Blue) = 138+209+158=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 158 (62.11% from 255 or 31.29% from 505); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD19E is #752E61. Grayscale: #B6B6B6. Windows color (decimal): -7679586 or 10408330. OLE color: 10408330.
HSL color Cylindrical-coordinate representation of color #8AD19E: hue angle of 136.9º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8AD19E is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 158 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.18 |
| HSL | 136.9º | 0.44% | 0.68% | - |
| HSV(B) | 136.9º | 0.34% | 0.82% | - |
| XYZ | 39.45 | 53.47 | 40.59 | - |
| YUV | 181.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 158 | 0.34 | 0 | 0.24 | 0.18 | 136.9 | 0.44 | 0.68 |
| Hex | 8A | D1 | 9E | 22 | 0 | 18 | 12 | 89 | 2C | 44 |
| Octal | 212 | 321 | 236 | 42 | 0 | 30 | 22 | 211 | 54 | 104 |
| Binary | 10001010 | 11010001 | 10011110 | 100010 | 0 | 11000 | 10010 | 10001001 | 101100 | 1000100 |
Color Harmonies of #8AD19E
Complementary color
Monochromatic Colors of #8AD19E
Black with #8AD19E
Text Example
Text Example
White with #8AD19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD19E; }
p { color: rgb(138,209,158); }
H1.HeaderClassName
{
color: #8AD19E;
}
.AnyTagClassName
{
color: #8AD19E;
}
</style>
background-color css
<style>
a { background-color: #8AD19E; }
a { background-color: rgb(138,209,158); }
div.DivClassName
{
background-color: #8AD19E;
}
.BgClassName
{
background-color: #8AD19E;
}
</style>
border-color css
<style>
span { border-color: #8AD19E; }
span { border-color: rgb(138,209,158); }
td.TdClassName
{
border-color: #8AD19E;
}
.TagClassName
{
border-color: #8AD19E;
}
</style>