Shades of Chinook #8ADC9F
Tints of Chinook #8ADC9F
RGB
CMYK
RGB Variations
Color information
#8ADC9F (or 0x8ADC9F) is known color: Chinook. HEX triplet: 8A, DC and 9F. RGB value is (138,220,159). Sum of RGB (Red+Green+Blue) = 138+220+159=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC9F is #752360. Grayscale: #BCBCBC. Windows color (decimal): -7676769 or 10476682. OLE color: 10476682.
HSL color Cylindrical-coordinate representation of color #8ADC9F: hue angle of 135.37º degrees, saturation: 0.54, 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 #8ADC9F is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 159 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.14 |
| HSL | 135.37º | 0.54% | 0.7% | - |
| HSV(B) | 135.37º | 0.37% | 0.86% | - |
| XYZ | 42.33 | 59.09 | 41.98 | - |
| YUV | 188.53 | 111.33 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 159 | 0.37 | 0 | 0.28 | 0.14 | 135.37 | 0.54 | 0.7 |
| Hex | 8A | DC | 9F | 25 | 0 | 1C | E | 87 | 36 | 46 |
| Octal | 212 | 334 | 237 | 45 | 0 | 34 | 16 | 207 | 66 | 106 |
| Binary | 10001010 | 11011100 | 10011111 | 100101 | 0 | 11100 | 1110 | 10000111 | 110110 | 1000110 |
Color Harmonies of #8ADC9F
Complementary color
Monochromatic Colors of #8ADC9F
Black with #8ADC9F
Text Example
Text Example
White with #8ADC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC9F; }
p { color: rgb(138,220,159); }
H1.HeaderClassName
{
color: #8ADC9F;
}
.AnyTagClassName
{
color: #8ADC9F;
}
</style>
background-color css
<style>
a { background-color: #8ADC9F; }
a { background-color: rgb(138,220,159); }
div.DivClassName
{
background-color: #8ADC9F;
}
.BgClassName
{
background-color: #8ADC9F;
}
</style>
border-color css
<style>
span { border-color: #8ADC9F; }
span { border-color: rgb(138,220,159); }
td.TdClassName
{
border-color: #8ADC9F;
}
.TagClassName
{
border-color: #8ADC9F;
}
</style>