Shades of Chinook #8ADD9D
Tints of Chinook #8ADD9D
RGB
CMYK
RGB Variations
Color information
#8ADD9D (or 0x8ADD9D) is known color: Chinook. HEX triplet: 8A, DD and 9D. RGB value is (138,221,157). Sum of RGB (Red+Green+Blue) = 138+221+157=516 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.74% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD9D is #752262. Grayscale: #BDBDBD. Windows color (decimal): -7676515 or 10345866. OLE color: 10345866.
HSL color Cylindrical-coordinate representation of color #8ADD9D: hue angle of 133.73º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADD9D is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 157 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.13 |
| HSL | 133.73º | 0.55% | 0.7% | - |
| HSV(B) | 133.73º | 0.38% | 0.87% | - |
| XYZ | 42.42 | 59.55 | 41.16 | - |
| YUV | 188.89 | 110 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 157 | 0.38 | 0 | 0.29 | 0.13 | 133.73 | 0.55 | 0.7 |
| Hex | 8A | DD | 9D | 26 | 0 | 1D | D | 86 | 37 | 46 |
| Octal | 212 | 335 | 235 | 46 | 0 | 35 | 15 | 206 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10011101 | 100110 | 0 | 11101 | 1101 | 10000110 | 110111 | 1000110 |
Color Harmonies of #8ADD9D
Complementary color
Monochromatic Colors of #8ADD9D
Black with #8ADD9D
Text Example
Text Example
White with #8ADD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD9D; }
p { color: rgb(138,221,157); }
H1.HeaderClassName
{
color: #8ADD9D;
}
.AnyTagClassName
{
color: #8ADD9D;
}
</style>
background-color css
<style>
a { background-color: #8ADD9D; }
a { background-color: rgb(138,221,157); }
div.DivClassName
{
background-color: #8ADD9D;
}
.BgClassName
{
background-color: #8ADD9D;
}
</style>
border-color css
<style>
span { border-color: #8ADD9D; }
span { border-color: rgb(138,221,157); }
td.TdClassName
{
border-color: #8ADD9D;
}
.TagClassName
{
border-color: #8ADD9D;
}
</style>