Shades of Chinook #8ADDA1
Tints of Chinook #8ADDA1
RGB
CMYK
RGB Variations
Color information
#8ADDA1 (or 0x8ADDA1) is known color: Chinook. HEX triplet: 8A, DD and A1. RGB value is (138,221,161). Sum of RGB (Red+Green+Blue) = 138+221+161=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 161 (63.28% from 255 or 30.96% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADDA1 is #75225E. Grayscale: #BDBDBD. Windows color (decimal): -7676511 or 10608010. OLE color: 10608010.
HSL color Cylindrical-coordinate representation of color #8ADDA1: hue angle of 136.63º 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 #8ADDA1 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 161 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.13 |
| HSL | 136.63º | 0.55% | 0.7% | - |
| HSV(B) | 136.63º | 0.38% | 0.87% | - |
| XYZ | 42.77 | 59.69 | 42.99 | - |
| YUV | 189.34 | 112 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 161 | 0.38 | 0 | 0.27 | 0.13 | 136.63 | 0.55 | 0.7 |
| Hex | 8A | DD | A1 | 26 | 0 | 1B | D | 89 | 37 | 46 |
| Octal | 212 | 335 | 241 | 46 | 0 | 33 | 15 | 211 | 67 | 106 |
| Binary | 10001010 | 11011101 | 10100001 | 100110 | 0 | 11011 | 1101 | 10001001 | 110111 | 1000110 |
Color Harmonies of #8ADDA1
Complementary color
Monochromatic Colors of #8ADDA1
Black with #8ADDA1
Text Example
Text Example
White with #8ADDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADDA1; }
p { color: rgb(138,221,161); }
H1.HeaderClassName
{
color: #8ADDA1;
}
.AnyTagClassName
{
color: #8ADDA1;
}
</style>
background-color css
<style>
a { background-color: #8ADDA1; }
a { background-color: rgb(138,221,161); }
div.DivClassName
{
background-color: #8ADDA1;
}
.BgClassName
{
background-color: #8ADDA1;
}
</style>
border-color css
<style>
span { border-color: #8ADDA1; }
span { border-color: rgb(138,221,161); }
td.TdClassName
{
border-color: #8ADDA1;
}
.TagClassName
{
border-color: #8ADDA1;
}
</style>