Shades of Chinook #8CE29E
Tints of Chinook #8CE29E
RGB
CMYK
RGB Variations
Color information
#8CE29E (or 0x8CE29E) is known color: Chinook. HEX triplet: 8C, E2 and 9E. RGB value is (140,226,158). Sum of RGB (Red+Green+Blue) = 140+226+158=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE29E is #731D61. Grayscale: #C0C0C0. Windows color (decimal): -7544162 or 10412684. OLE color: 10412684.
HSL color Cylindrical-coordinate representation of color #8CE29E: hue angle of 132.56º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE29E is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 226 | 158 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.11 |
| HSL | 132.56º | 0.6% | 0.72% | - |
| HSV(B) | 132.56º | 0.38% | 0.89% | - |
| XYZ | 44.18 | 62.44 | 42.07 | - |
| YUV | 192.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 226 | 158 | 0.38 | 0 | 0.30 | 0.11 | 132.56 | 0.6 | 0.72 |
| Hex | 8C | E2 | 9E | 26 | 0 | 1E | B | 85 | 3C | 48 |
| Octal | 214 | 342 | 236 | 46 | 0 | 36 | 13 | 205 | 74 | 110 |
| Binary | 10001100 | 11100010 | 10011110 | 100110 | 0 | 11110 | 1011 | 10000101 | 111100 | 1001000 |
Color Harmonies of #8CE29E
Complementary color
Monochromatic Colors of #8CE29E
Black with #8CE29E
Text Example
Text Example
White with #8CE29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE29E; }
p { color: rgb(140,226,158); }
H1.HeaderClassName
{
color: #8CE29E;
}
.AnyTagClassName
{
color: #8CE29E;
}
</style>
background-color css
<style>
a { background-color: #8CE29E; }
a { background-color: rgb(140,226,158); }
div.DivClassName
{
background-color: #8CE29E;
}
.BgClassName
{
background-color: #8CE29E;
}
</style>
border-color css
<style>
span { border-color: #8CE29E; }
span { border-color: rgb(140,226,158); }
td.TdClassName
{
border-color: #8CE29E;
}
.TagClassName
{
border-color: #8CE29E;
}
</style>