Shades of Chinook #8ADB9D
Tints of Chinook #8ADB9D
RGB
CMYK
RGB Variations
Color information
#8ADB9D (or 0x8ADB9D) is known color: Chinook. HEX triplet: 8A, DB and 9D. RGB value is (138,219,157). Sum of RGB (Red+Green+Blue) = 138+219+157=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADB9D is #752462. Grayscale: #BBBBBB. Windows color (decimal): -7677027 or 10345354. OLE color: 10345354.
HSL color Cylindrical-coordinate representation of color #8ADB9D: hue angle of 134.07º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ADB9D is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 157 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.14 |
| HSL | 134.07º | 0.53% | 0.7% | - |
| HSV(B) | 134.07º | 0.37% | 0.86% | - |
| XYZ | 41.9 | 58.5 | 40.98 | - |
| YUV | 187.71 | 110.66 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 157 | 0.37 | 0 | 0.28 | 0.14 | 134.07 | 0.53 | 0.7 |
| Hex | 8A | DB | 9D | 25 | 0 | 1C | E | 86 | 35 | 46 |
| Octal | 212 | 333 | 235 | 45 | 0 | 34 | 16 | 206 | 65 | 106 |
| Binary | 10001010 | 11011011 | 10011101 | 100101 | 0 | 11100 | 1110 | 10000110 | 110101 | 1000110 |
Color Harmonies of #8ADB9D
Complementary color
Monochromatic Colors of #8ADB9D
Black with #8ADB9D
Text Example
Text Example
White with #8ADB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB9D; }
p { color: rgb(138,219,157); }
H1.HeaderClassName
{
color: #8ADB9D;
}
.AnyTagClassName
{
color: #8ADB9D;
}
</style>
background-color css
<style>
a { background-color: #8ADB9D; }
a { background-color: rgb(138,219,157); }
div.DivClassName
{
background-color: #8ADB9D;
}
.BgClassName
{
background-color: #8ADB9D;
}
</style>
border-color css
<style>
span { border-color: #8ADB9D; }
span { border-color: rgb(138,219,157); }
td.TdClassName
{
border-color: #8ADB9D;
}
.TagClassName
{
border-color: #8ADB9D;
}
</style>