Shades of Chinook #8CE4A1
Tints of Chinook #8CE4A1
RGB
CMYK
RGB Variations
Color information
#8CE4A1 (or 0x8CE4A1) is known color: Chinook. HEX triplet: 8C, E4 and A1. RGB value is (140,228,161). Sum of RGB (Red+Green+Blue) = 140+228+161=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 228 (89.45% from 255 or 43.10% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE4A1 is #731B5E. Grayscale: #C2C2C2. Windows color (decimal): -7543647 or 10609804. OLE color: 10609804.
HSL color Cylindrical-coordinate representation of color #8CE4A1: hue angle of 134.32º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE4A1 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 228 | 161 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.11 |
| HSL | 134.32º | 0.62% | 0.72% | - |
| HSV(B) | 134.32º | 0.39% | 0.89% | - |
| XYZ | 44.99 | 63.64 | 43.63 | - |
| YUV | 194.05 | 109.35 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 228 | 161 | 0.39 | 0 | 0.29 | 0.11 | 134.32 | 0.62 | 0.72 |
| Hex | 8C | E4 | A1 | 27 | 0 | 1D | B | 86 | 3E | 48 |
| Octal | 214 | 344 | 241 | 47 | 0 | 35 | 13 | 206 | 76 | 110 |
| Binary | 10001100 | 11100100 | 10100001 | 100111 | 0 | 11101 | 1011 | 10000110 | 111110 | 1001000 |
Color Harmonies of #8CE4A1
Complementary color
Monochromatic Colors of #8CE4A1
Black with #8CE4A1
Text Example
Text Example
White with #8CE4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE4A1; }
p { color: rgb(140,228,161); }
H1.HeaderClassName
{
color: #8CE4A1;
}
.AnyTagClassName
{
color: #8CE4A1;
}
</style>
background-color css
<style>
a { background-color: #8CE4A1; }
a { background-color: rgb(140,228,161); }
div.DivClassName
{
background-color: #8CE4A1;
}
.BgClassName
{
background-color: #8CE4A1;
}
</style>
border-color css
<style>
span { border-color: #8CE4A1; }
span { border-color: rgb(140,228,161); }
td.TdClassName
{
border-color: #8CE4A1;
}
.TagClassName
{
border-color: #8CE4A1;
}
</style>