Shades of Chinook #8ECD99
Tints of Chinook #8ECD99
RGB
CMYK
RGB Variations
Color information
#8ECD99 (or 0x8ECD99) is known color: Chinook. HEX triplet: 8E, CD and 99. RGB value is (142,205,153). Sum of RGB (Red+Green+Blue) = 142+205+153=500 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.4% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECD99 is #713266. Grayscale: #B4B4B4. Windows color (decimal): -7418471 or 10079630. OLE color: 10079630.
HSL color Cylindrical-coordinate representation of color #8ECD99: hue angle of 130.48º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECD99 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 205 | 153 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.20 |
| HSL | 130.48º | 0.39% | 0.68% | - |
| HSV(B) | 130.48º | 0.31% | 0.8% | - |
| XYZ | 38.74 | 51.71 | 38.08 | - |
| YUV | 180.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 205 | 153 | 0.31 | 0 | 0.25 | 0.20 | 130.48 | 0.39 | 0.68 |
| Hex | 8E | CD | 99 | 1F | 0 | 19 | 14 | 82 | 27 | 44 |
| Octal | 216 | 315 | 231 | 37 | 0 | 31 | 24 | 202 | 47 | 104 |
| Binary | 10001110 | 11001101 | 10011001 | 11111 | 0 | 11001 | 10100 | 10000010 | 100111 | 1000100 |
Color Harmonies of #8ECD99
Complementary color
Monochromatic Colors of #8ECD99
Black with #8ECD99
Text Example
Text Example
White with #8ECD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ECD99; }
p { color: rgb(142,205,153); }
H1.HeaderClassName
{
color: #8ECD99;
}
.AnyTagClassName
{
color: #8ECD99;
}
</style>
background-color css
<style>
a { background-color: #8ECD99; }
a { background-color: rgb(142,205,153); }
div.DivClassName
{
background-color: #8ECD99;
}
.BgClassName
{
background-color: #8ECD99;
}
</style>
border-color css
<style>
span { border-color: #8ECD99; }
span { border-color: rgb(142,205,153); }
td.TdClassName
{
border-color: #8ECD99;
}
.TagClassName
{
border-color: #8ECD99;
}
</style>