Shades of Chinook #8CE8A5
Tints of Chinook #8CE8A5
RGB
CMYK
RGB Variations
Color information
#8CE8A5 (or 0x8CE8A5) is known color: Chinook. HEX triplet: 8C, E8 and A5. RGB value is (140,232,165). Sum of RGB (Red+Green+Blue) = 140+232+165=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #8CE8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CE8A5 is #73175A. Grayscale: #C5C5C5. Windows color (decimal): -7542619 or 10872972. OLE color: 10872972.
HSL color Cylindrical-coordinate representation of color #8CE8A5: hue angle of 136.3º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE8A5 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 232 | 165 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.09 |
| HSL | 136.3º | 0.67% | 0.73% | - |
| HSV(B) | 136.3º | 0.4% | 0.91% | - |
| XYZ | 46.46 | 66.01 | 45.89 | - |
| YUV | 196.85 | 110.02 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 232 | 165 | 0.40 | 0 | 0.29 | 0.09 | 136.3 | 0.67 | 0.73 |
| Hex | 8C | E8 | A5 | 28 | 0 | 1D | 9 | 88 | 43 | 49 |
| Octal | 214 | 350 | 245 | 50 | 0 | 35 | 11 | 210 | 103 | 111 |
| Binary | 10001100 | 11101000 | 10100101 | 101000 | 0 | 11101 | 1001 | 10001000 | 1000011 | 1001001 |
Color Harmonies of #8CE8A5
Complementary color
Monochromatic Colors of #8CE8A5
Black with #8CE8A5
Text Example
Text Example
White with #8CE8A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE8A5; }
p { color: rgb(140,232,165); }
H1.HeaderClassName
{
color: #8CE8A5;
}
.AnyTagClassName
{
color: #8CE8A5;
}
</style>
background-color css
<style>
a { background-color: #8CE8A5; }
a { background-color: rgb(140,232,165); }
div.DivClassName
{
background-color: #8CE8A5;
}
.BgClassName
{
background-color: #8CE8A5;
}
</style>
border-color css
<style>
span { border-color: #8CE8A5; }
span { border-color: rgb(140,232,165); }
td.TdClassName
{
border-color: #8CE8A5;
}
.TagClassName
{
border-color: #8CE8A5;
}
</style>