Shades of Chinook #8ADF9C
Tints of Chinook #8ADF9C
RGB
CMYK
RGB Variations
Color information
#8ADF9C (or 0x8ADF9C) is known color: Chinook. HEX triplet: 8A, DF and 9C. RGB value is (138,223,156). Sum of RGB (Red+Green+Blue) = 138+223+156=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 156 (61.33% from 255 or 30.17% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADF9C is #752063. Grayscale: #BEBEBE. Windows color (decimal): -7676004 or 10280842. OLE color: 10280842.
HSL color Cylindrical-coordinate representation of color #8ADF9C: hue angle of 132.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ADF9C is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 156 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.13 |
| HSL | 132.71º | 0.57% | 0.71% | - |
| HSV(B) | 132.71º | 0.38% | 0.87% | - |
| XYZ | 42.87 | 60.58 | 40.89 | - |
| YUV | 189.95 | 108.84 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 156 | 0.38 | 0 | 0.30 | 0.13 | 132.71 | 0.57 | 0.71 |
| Hex | 8A | DF | 9C | 26 | 0 | 1E | D | 85 | 39 | 47 |
| Octal | 212 | 337 | 234 | 46 | 0 | 36 | 15 | 205 | 71 | 107 |
| Binary | 10001010 | 11011111 | 10011100 | 100110 | 0 | 11110 | 1101 | 10000101 | 111001 | 1000111 |
Color Harmonies of #8ADF9C
Complementary color
Monochromatic Colors of #8ADF9C
Black with #8ADF9C
Text Example
Text Example
White with #8ADF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADF9C; }
p { color: rgb(138,223,156); }
H1.HeaderClassName
{
color: #8ADF9C;
}
.AnyTagClassName
{
color: #8ADF9C;
}
</style>
background-color css
<style>
a { background-color: #8ADF9C; }
a { background-color: rgb(138,223,156); }
div.DivClassName
{
background-color: #8ADF9C;
}
.BgClassName
{
background-color: #8ADF9C;
}
</style>
border-color css
<style>
span { border-color: #8ADF9C; }
span { border-color: rgb(138,223,156); }
td.TdClassName
{
border-color: #8ADF9C;
}
.TagClassName
{
border-color: #8ADF9C;
}
</style>