Shades of Chinook #8EE09C
Tints of Chinook #8EE09C
RGB
CMYK
RGB Variations
Color information
#8EE09C (or 0x8EE09C) is known color: Chinook. HEX triplet: 8E, E0 and 9C. RGB value is (142,224,156). Sum of RGB (Red+Green+Blue) = 142+224+156=522 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.20% from 522); Green value is 224 (87.89% from 255 or 42.91% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE09C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE09C is #711F63. Grayscale: #BFBFBF. Windows color (decimal): -7413604 or 10281102. OLE color: 10281102.
HSL color Cylindrical-coordinate representation of color #8EE09C: hue angle of 130.24º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE09C is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 142 | 224 | 156 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.12 |
| HSL | 130.24º | 0.57% | 0.72% | - |
| HSV(B) | 130.24º | 0.37% | 0.88% | - |
| XYZ | 43.81 | 61.46 | 41.01 | - |
| YUV | 191.73 | 107.83 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 224 | 156 | 0.37 | 0 | 0.30 | 0.12 | 130.24 | 0.57 | 0.72 |
| Hex | 8E | E0 | 9C | 25 | 0 | 1E | C | 82 | 39 | 48 |
| Octal | 216 | 340 | 234 | 45 | 0 | 36 | 14 | 202 | 71 | 110 |
| Binary | 10001110 | 11100000 | 10011100 | 100101 | 0 | 11110 | 1100 | 10000010 | 111001 | 1001000 |
Color Harmonies of #8EE09C
Complementary color
Monochromatic Colors of #8EE09C
Black with #8EE09C
Text Example
Text Example
White with #8EE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EE09C; }
p { color: rgb(142,224,156); }
H1.HeaderClassName
{
color: #8EE09C;
}
.AnyTagClassName
{
color: #8EE09C;
}
</style>
background-color css
<style>
a { background-color: #8EE09C; }
a { background-color: rgb(142,224,156); }
div.DivClassName
{
background-color: #8EE09C;
}
.BgClassName
{
background-color: #8EE09C;
}
</style>
border-color css
<style>
span { border-color: #8EE09C; }
span { border-color: rgb(142,224,156); }
td.TdClassName
{
border-color: #8EE09C;
}
.TagClassName
{
border-color: #8EE09C;
}
</style>