Shades of Chinook #8CE19D
Tints of Chinook #8CE19D
RGB
CMYK
RGB Variations
Color information
#8CE19D (or 0x8CE19D) is known color: Chinook. HEX triplet: 8C, E1 and 9D. RGB value is (140,225,157). Sum of RGB (Red+Green+Blue) = 140+225+157=522 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.82% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE19D is #731E62. Grayscale: #C0C0C0. Windows color (decimal): -7544419 or 10346892. OLE color: 10346892.
HSL color Cylindrical-coordinate representation of color #8CE19D: hue angle of 132º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE19D is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 157 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.12 |
| HSL | 132º | 0.59% | 0.72% | - |
| HSV(B) | 132º | 0.38% | 0.88% | - |
| XYZ | 43.83 | 61.86 | 41.53 | - |
| YUV | 191.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 157 | 0.38 | 0 | 0.30 | 0.12 | 132 | 0.59 | 0.72 |
| Hex | 8C | E1 | 9D | 26 | 0 | 1E | C | 84 | 3B | 48 |
| Octal | 214 | 341 | 235 | 46 | 0 | 36 | 14 | 204 | 73 | 110 |
| Binary | 10001100 | 11100001 | 10011101 | 100110 | 0 | 11110 | 1100 | 10000100 | 111011 | 1001000 |
Color Harmonies of #8CE19D
Complementary color
Monochromatic Colors of #8CE19D
Black with #8CE19D
Text Example
Text Example
White with #8CE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE19D; }
p { color: rgb(140,225,157); }
H1.HeaderClassName
{
color: #8CE19D;
}
.AnyTagClassName
{
color: #8CE19D;
}
</style>
background-color css
<style>
a { background-color: #8CE19D; }
a { background-color: rgb(140,225,157); }
div.DivClassName
{
background-color: #8CE19D;
}
.BgClassName
{
background-color: #8CE19D;
}
</style>
border-color css
<style>
span { border-color: #8CE19D; }
span { border-color: rgb(140,225,157); }
td.TdClassName
{
border-color: #8CE19D;
}
.TagClassName
{
border-color: #8CE19D;
}
</style>