Shades of Chinook #8ADF9F
Tints of Chinook #8ADF9F
RGB
CMYK
RGB Variations
Color information
#8ADF9F (or 0x8ADF9F) is known color: Chinook. HEX triplet: 8A, DF and 9F. RGB value is (138,223,159). Sum of RGB (Red+Green+Blue) = 138+223+159=520 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.54% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADF9F is #752060. Grayscale: #BEBEBE. Windows color (decimal): -7676001 or 10477450. OLE color: 10477450.
HSL color Cylindrical-coordinate representation of color #8ADF9F: hue angle of 134.82º 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 #8ADF9F is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 159 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.13 |
| HSL | 134.82º | 0.57% | 0.71% | - |
| HSV(B) | 134.82º | 0.38% | 0.87% | - |
| XYZ | 43.13 | 60.68 | 42.24 | - |
| YUV | 190.29 | 110.34 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 159 | 0.38 | 0 | 0.29 | 0.13 | 134.82 | 0.57 | 0.71 |
| Hex | 8A | DF | 9F | 26 | 0 | 1D | D | 87 | 39 | 47 |
| Octal | 212 | 337 | 237 | 46 | 0 | 35 | 15 | 207 | 71 | 107 |
| Binary | 10001010 | 11011111 | 10011111 | 100110 | 0 | 11101 | 1101 | 10000111 | 111001 | 1000111 |
Color Harmonies of #8ADF9F
Complementary color
Monochromatic Colors of #8ADF9F
Black with #8ADF9F
Text Example
Text Example
White with #8ADF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADF9F; }
p { color: rgb(138,223,159); }
H1.HeaderClassName
{
color: #8ADF9F;
}
.AnyTagClassName
{
color: #8ADF9F;
}
</style>
background-color css
<style>
a { background-color: #8ADF9F; }
a { background-color: rgb(138,223,159); }
div.DivClassName
{
background-color: #8ADF9F;
}
.BgClassName
{
background-color: #8ADF9F;
}
</style>
border-color css
<style>
span { border-color: #8ADF9F; }
span { border-color: rgb(138,223,159); }
td.TdClassName
{
border-color: #8ADF9F;
}
.TagClassName
{
border-color: #8ADF9F;
}
</style>