Shades of Chinook #8DE0A0
Tints of Chinook #8DE0A0
RGB
CMYK
RGB Variations
Color information
#8DE0A0 (or 0x8DE0A0) is known color: Chinook. HEX triplet: 8D, E0 and A0. RGB value is (141,224,160). Sum of RGB (Red+Green+Blue) = 141+224+160=525 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.86% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DE0A0 is #721F5F. Grayscale: #C0C0C0. Windows color (decimal): -7479136 or 10543245. OLE color: 10543245.
HSL color Cylindrical-coordinate representation of color #8DE0A0: hue angle of 133.73º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE0A0 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 224 | 160 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.12 |
| HSL | 133.73º | 0.57% | 0.72% | - |
| HSV(B) | 133.73º | 0.37% | 0.88% | - |
| XYZ | 43.99 | 61.51 | 42.81 | - |
| YUV | 191.89 | 110 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 224 | 160 | 0.37 | 0 | 0.29 | 0.12 | 133.73 | 0.57 | 0.72 |
| Hex | 8D | E0 | A0 | 25 | 0 | 1D | C | 86 | 39 | 48 |
| Octal | 215 | 340 | 240 | 45 | 0 | 35 | 14 | 206 | 71 | 110 |
| Binary | 10001101 | 11100000 | 10100000 | 100101 | 0 | 11101 | 1100 | 10000110 | 111001 | 1001000 |
Color Harmonies of #8DE0A0
Complementary color
Monochromatic Colors of #8DE0A0
Black with #8DE0A0
Text Example
Text Example
White with #8DE0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE0A0; }
p { color: rgb(141,224,160); }
H1.HeaderClassName
{
color: #8DE0A0;
}
.AnyTagClassName
{
color: #8DE0A0;
}
</style>
background-color css
<style>
a { background-color: #8DE0A0; }
a { background-color: rgb(141,224,160); }
div.DivClassName
{
background-color: #8DE0A0;
}
.BgClassName
{
background-color: #8DE0A0;
}
</style>
border-color css
<style>
span { border-color: #8DE0A0; }
span { border-color: rgb(141,224,160); }
td.TdClassName
{
border-color: #8DE0A0;
}
.TagClassName
{
border-color: #8DE0A0;
}
</style>