Shades of Chinook #8EDF9E
Tints of Chinook #8EDF9E
RGB
CMYK
RGB Variations
Color information
#8EDF9E (or 0x8EDF9E) is known color: Chinook. HEX triplet: 8E, DF and 9E. RGB value is (142,223,158). Sum of RGB (Red+Green+Blue) = 142+223+158=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDF9E is #712061. Grayscale: #BFBFBF. Windows color (decimal): -7413858 or 10411918. OLE color: 10411918.
HSL color Cylindrical-coordinate representation of color #8EDF9E: hue angle of 131.85º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDF9E is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 223 | 158 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.13 |
| HSL | 131.85º | 0.56% | 0.72% | - |
| HSV(B) | 131.85º | 0.36% | 0.87% | - |
| XYZ | 43.71 | 60.99 | 41.82 | - |
| YUV | 191.37 | 109.16 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 223 | 158 | 0.36 | 0 | 0.29 | 0.13 | 131.85 | 0.56 | 0.72 |
| Hex | 8E | DF | 9E | 24 | 0 | 1D | D | 84 | 38 | 48 |
| Octal | 216 | 337 | 236 | 44 | 0 | 35 | 15 | 204 | 70 | 110 |
| Binary | 10001110 | 11011111 | 10011110 | 100100 | 0 | 11101 | 1101 | 10000100 | 111000 | 1001000 |
Color Harmonies of #8EDF9E
Complementary color
Monochromatic Colors of #8EDF9E
Black with #8EDF9E
Text Example
Text Example
White with #8EDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EDF9E; }
p { color: rgb(142,223,158); }
H1.HeaderClassName
{
color: #8EDF9E;
}
.AnyTagClassName
{
color: #8EDF9E;
}
</style>
background-color css
<style>
a { background-color: #8EDF9E; }
a { background-color: rgb(142,223,158); }
div.DivClassName
{
background-color: #8EDF9E;
}
.BgClassName
{
background-color: #8EDF9E;
}
</style>
border-color css
<style>
span { border-color: #8EDF9E; }
span { border-color: rgb(142,223,158); }
td.TdClassName
{
border-color: #8EDF9E;
}
.TagClassName
{
border-color: #8EDF9E;
}
</style>