Shades of Chinook #8ED798
Tints of Chinook #8ED798
RGB
CMYK
RGB Variations
Color information
#8ED798 (or 0x8ED798) is known color: Chinook. HEX triplet: 8E, D7 and 98. RGB value is (142,215,152). Sum of RGB (Red+Green+Blue) = 142+215+152=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED798 is #712867. Grayscale: #BABABA. Windows color (decimal): -7415912 or 10016654. OLE color: 10016654.
HSL color Cylindrical-coordinate representation of color #8ED798: hue angle of 128.22º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED798 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 215 | 152 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.16 |
| HSL | 128.22º | 0.48% | 0.7% | - |
| HSV(B) | 128.22º | 0.34% | 0.84% | - |
| XYZ | 41.12 | 56.62 | 38.47 | - |
| YUV | 185.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 215 | 152 | 0.34 | 0 | 0.29 | 0.16 | 128.22 | 0.48 | 0.7 |
| Hex | 8E | D7 | 98 | 22 | 0 | 1D | 10 | 80 | 30 | 46 |
| Octal | 216 | 327 | 230 | 42 | 0 | 35 | 20 | 200 | 60 | 106 |
| Binary | 10001110 | 11010111 | 10011000 | 100010 | 0 | 11101 | 10000 | 10000000 | 110000 | 1000110 |
Color Harmonies of #8ED798
Complementary color
Monochromatic Colors of #8ED798
Black with #8ED798
Text Example
Text Example
White with #8ED798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED798; }
p { color: rgb(142,215,152); }
H1.HeaderClassName
{
color: #8ED798;
}
.AnyTagClassName
{
color: #8ED798;
}
</style>
background-color css
<style>
a { background-color: #8ED798; }
a { background-color: rgb(142,215,152); }
div.DivClassName
{
background-color: #8ED798;
}
.BgClassName
{
background-color: #8ED798;
}
</style>
border-color css
<style>
span { border-color: #8ED798; }
span { border-color: rgb(142,215,152); }
td.TdClassName
{
border-color: #8ED798;
}
.TagClassName
{
border-color: #8ED798;
}
</style>