Shades of Chinook #8ADD9C
Tints of Chinook #8ADD9C
RGB
CMYK
RGB Variations
Color information
#8ADD9C (or 0x8ADD9C) is known color: Chinook. HEX triplet: 8A, DD and 9C. RGB value is (138,221,156). Sum of RGB (Red+Green+Blue) = 138+221+156=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD9C is #752263. Grayscale: #BCBCBC. Windows color (decimal): -7676516 or 10280330. OLE color: 10280330.
HSL color Cylindrical-coordinate representation of color #8ADD9C: hue angle of 133.01º 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 #8ADD9C is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 156 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.13 |
| HSL | 133.01º | 0.55% | 0.7% | - |
| HSV(B) | 133.01º | 0.38% | 0.87% | - |
| XYZ | 42.34 | 59.52 | 40.71 | - |
| YUV | 188.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 156 | 0.38 | 0 | 0.29 | 0.13 | 133.01 | 0.55 | 0.7 |
| Hex | 8A | DD | 9C | 26 | 0 | 1D | D | 85 | 37 | 46 |
| Octal | 212 | 335 | 234 | 46 | 0 | 35 | 15 | 205 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10011100 | 100110 | 0 | 11101 | 1101 | 10000101 | 110111 | 1000110 |
Color Harmonies of #8ADD9C
Complementary color
Monochromatic Colors of #8ADD9C
Black with #8ADD9C
Text Example
Text Example
White with #8ADD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD9C; }
p { color: rgb(138,221,156); }
H1.HeaderClassName
{
color: #8ADD9C;
}
.AnyTagClassName
{
color: #8ADD9C;
}
</style>
background-color css
<style>
a { background-color: #8ADD9C; }
a { background-color: rgb(138,221,156); }
div.DivClassName
{
background-color: #8ADD9C;
}
.BgClassName
{
background-color: #8ADD9C;
}
</style>
border-color css
<style>
span { border-color: #8ADD9C; }
span { border-color: rgb(138,221,156); }
td.TdClassName
{
border-color: #8ADD9C;
}
.TagClassName
{
border-color: #8ADD9C;
}
</style>