Shades of Chinook #8ADB9A
Tints of Chinook #8ADB9A
RGB
CMYK
RGB Variations
Color information
#8ADB9A (or 0x8ADB9A) is known color: Chinook. HEX triplet: 8A, DB and 9A. RGB value is (138,219,154). Sum of RGB (Red+Green+Blue) = 138+219+154=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADB9A is #752465. Grayscale: #BBBBBB. Windows color (decimal): -7677030 or 10148746. OLE color: 10148746.
HSL color Cylindrical-coordinate representation of color #8ADB9A: hue angle of 131.85º 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 #8ADB9A is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 154 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.14 |
| HSL | 131.85º | 0.53% | 0.7% | - |
| HSV(B) | 131.85º | 0.37% | 0.86% | - |
| XYZ | 41.65 | 58.4 | 39.65 | - |
| YUV | 187.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 154 | 0.37 | 0 | 0.30 | 0.14 | 131.85 | 0.53 | 0.7 |
| Hex | 8A | DB | 9A | 25 | 0 | 1E | E | 84 | 35 | 46 |
| Octal | 212 | 333 | 232 | 45 | 0 | 36 | 16 | 204 | 65 | 106 |
| Binary | 10001010 | 11011011 | 10011010 | 100101 | 0 | 11110 | 1110 | 10000100 | 110101 | 1000110 |
Color Harmonies of #8ADB9A
Complementary color
Monochromatic Colors of #8ADB9A
Black with #8ADB9A
Text Example
Text Example
White with #8ADB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB9A; }
p { color: rgb(138,219,154); }
H1.HeaderClassName
{
color: #8ADB9A;
}
.AnyTagClassName
{
color: #8ADB9A;
}
</style>
background-color css
<style>
a { background-color: #8ADB9A; }
a { background-color: rgb(138,219,154); }
div.DivClassName
{
background-color: #8ADB9A;
}
.BgClassName
{
background-color: #8ADB9A;
}
</style>
border-color css
<style>
span { border-color: #8ADB9A; }
span { border-color: rgb(138,219,154); }
td.TdClassName
{
border-color: #8ADB9A;
}
.TagClassName
{
border-color: #8ADB9A;
}
</style>