Shades of Chinook #8ED19C
Tints of Chinook #8ED19C
RGB
CMYK
RGB Variations
Color information
#8ED19C (or 0x8ED19C) is known color: Chinook. HEX triplet: 8E, D1 and 9C. RGB value is (142,209,156). Sum of RGB (Red+Green+Blue) = 142+209+156=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 209 - color contains mainly: green. Hex color #8ED19C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED19C is #712E63. Grayscale: #B7B7B7. Windows color (decimal): -7417444 or 10277262. OLE color: 10277262.
HSL color Cylindrical-coordinate representation of color #8ED19C: hue angle of 132.54º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED19C is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 142 | 209 | 156 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.18 |
| HSL | 132.54º | 0.42% | 0.69% | - |
| HSV(B) | 132.54º | 0.32% | 0.82% | - |
| XYZ | 39.96 | 53.75 | 39.72 | - |
| YUV | 182.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 209 | 156 | 0.32 | 0 | 0.25 | 0.18 | 132.54 | 0.42 | 0.69 |
| Hex | 8E | D1 | 9C | 20 | 0 | 19 | 12 | 85 | 2A | 45 |
| Octal | 216 | 321 | 234 | 40 | 0 | 31 | 22 | 205 | 52 | 105 |
| Binary | 10001110 | 11010001 | 10011100 | 100000 | 0 | 11001 | 10010 | 10000101 | 101010 | 1000101 |
Color Harmonies of #8ED19C
Complementary color
Monochromatic Colors of #8ED19C
Black with #8ED19C
Text Example
Text Example
White with #8ED19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ED19C; }
p { color: rgb(142,209,156); }
H1.HeaderClassName
{
color: #8ED19C;
}
.AnyTagClassName
{
color: #8ED19C;
}
</style>
background-color css
<style>
a { background-color: #8ED19C; }
a { background-color: rgb(142,209,156); }
div.DivClassName
{
background-color: #8ED19C;
}
.BgClassName
{
background-color: #8ED19C;
}
</style>
border-color css
<style>
span { border-color: #8ED19C; }
span { border-color: rgb(142,209,156); }
td.TdClassName
{
border-color: #8ED19C;
}
.TagClassName
{
border-color: #8ED19C;
}
</style>