Shades of Chinook #8CE0A1
Tints of Chinook #8CE0A1
RGB
CMYK
RGB Variations
Color information
#8CE0A1 (or 0x8CE0A1) is known color: Chinook. HEX triplet: 8C, E0 and A1. RGB value is (140,224,161). Sum of RGB (Red+Green+Blue) = 140+224+161=525 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.67% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 161 (63.28% from 255 or 30.67% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE0A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE0A1 is #731F5E. Grayscale: #BFBFBF. Windows color (decimal): -7544671 or 10608780. OLE color: 10608780.
HSL color Cylindrical-coordinate representation of color #8CE0A1: hue angle of 135º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE0A1 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 161 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.12 |
| HSL | 135º | 0.58% | 0.71% | - |
| HSV(B) | 135º | 0.38% | 0.88% | - |
| XYZ | 43.9 | 61.46 | 43.27 | - |
| YUV | 191.7 | 110.67 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 161 | 0.38 | 0 | 0.28 | 0.12 | 135 | 0.58 | 0.71 |
| Hex | 8C | E0 | A1 | 26 | 0 | 1C | C | 87 | 3A | 47 |
| Octal | 214 | 340 | 241 | 46 | 0 | 34 | 14 | 207 | 72 | 107 |
| Binary | 10001100 | 11100000 | 10100001 | 100110 | 0 | 11100 | 1100 | 10000111 | 111010 | 1000111 |
Color Harmonies of #8CE0A1
Complementary color
Monochromatic Colors of #8CE0A1
Black with #8CE0A1
Text Example
Text Example
White with #8CE0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE0A1; }
p { color: rgb(140,224,161); }
H1.HeaderClassName
{
color: #8CE0A1;
}
.AnyTagClassName
{
color: #8CE0A1;
}
</style>
background-color css
<style>
a { background-color: #8CE0A1; }
a { background-color: rgb(140,224,161); }
div.DivClassName
{
background-color: #8CE0A1;
}
.BgClassName
{
background-color: #8CE0A1;
}
</style>
border-color css
<style>
span { border-color: #8CE0A1; }
span { border-color: rgb(140,224,161); }
td.TdClassName
{
border-color: #8CE0A1;
}
.TagClassName
{
border-color: #8CE0A1;
}
</style>