Shades of Chinook #8ADC9B
Tints of Chinook #8ADC9B
RGB
CMYK
RGB Variations
Color information
#8ADC9B (or 0x8ADC9B) is known color: Chinook. HEX triplet: 8A, DC and 9B. RGB value is (138,220,155). Sum of RGB (Red+Green+Blue) = 138+220+155=513 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.90% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC9B is #752364. Grayscale: #BCBCBC. Windows color (decimal): -7676773 or 10214538. OLE color: 10214538.
HSL color Cylindrical-coordinate representation of color #8ADC9B: hue angle of 132.44º 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 #8ADC9B is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 155 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.14 |
| HSL | 132.44º | 0.54% | 0.7% | - |
| HSV(B) | 132.44º | 0.37% | 0.86% | - |
| XYZ | 41.99 | 58.96 | 40.18 | - |
| YUV | 188.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 155 | 0.37 | 0 | 0.30 | 0.14 | 132.44 | 0.54 | 0.7 |
| Hex | 8A | DC | 9B | 25 | 0 | 1E | E | 84 | 36 | 46 |
| Octal | 212 | 334 | 233 | 45 | 0 | 36 | 16 | 204 | 66 | 106 |
| Binary | 10001010 | 11011100 | 10011011 | 100101 | 0 | 11110 | 1110 | 10000100 | 110110 | 1000110 |
Color Harmonies of #8ADC9B
Complementary color
Monochromatic Colors of #8ADC9B
Black with #8ADC9B
Text Example
Text Example
White with #8ADC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC9B; }
p { color: rgb(138,220,155); }
H1.HeaderClassName
{
color: #8ADC9B;
}
.AnyTagClassName
{
color: #8ADC9B;
}
</style>
background-color css
<style>
a { background-color: #8ADC9B; }
a { background-color: rgb(138,220,155); }
div.DivClassName
{
background-color: #8ADC9B;
}
.BgClassName
{
background-color: #8ADC9B;
}
</style>
border-color css
<style>
span { border-color: #8ADC9B; }
span { border-color: rgb(138,220,155); }
td.TdClassName
{
border-color: #8ADC9B;
}
.TagClassName
{
border-color: #8ADC9B;
}
</style>