#8ECD9F

Color #8ECD9F Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #8ECD9F

Tints of Chinook #8ECD9F

Color information

#8ECD9F (or 0x8ECD9F) is unknown color: approx Chinook. HEX triplet: 8E, CD and 9F. RGB value is (142,205,159). Sum of RGB (Red+Green+Blue) = 142+205+159=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECD9F is #713260. Grayscale: #B5B5B5. Windows color (decimal): -7418465 or 10472846. OLE color: 10472846.

HSL color Cylindrical-coordinate representation of color #8ECD9F: hue angle of 136.19º 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 #8ECD9F is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB142205159-
CMYK0.3100.220.20
HSL136.19º38.65%68.04%-
HSV(B)136.19º30.73%80.39%-
XYZ39.2451.9240.75-
YUV180.92115.63100.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 28.06%
GREEN value IS 205 (80.47% from 255) = 40.51%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=28.06%
G=40.51%
B=31.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051590.3100.220.20136.1938.6568.04
Hex8ECD9F1F01614882744
Octal216315237370262421047104
Binary1000111011001101100111111111101011010100100010001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ECD9F; }

 p { color: rgb(142,205,159); }

 H1.HeaderClassName
 {
   color: #8ECD9F;
 }
 .AnyTagClassName
 {
   color: #8ECD9F;
 }
</style>
background-color css

<style>
 a { background-color: #8ECD9F; }

 a { background-color: rgb(142,205,159); }

 div.DivClassName
 {
   background-color: #8ECD9F;
 }
 .BgClassName
 {
   background-color: #8ECD9F;
 }
</style>
border-color css

<style>
 span { border-color: #8ECD9F; }

 span { border-color: rgb(142,205,159); }

 td.TdClassName
 {
   border-color: #8ECD9F;
 }
 .TagClassName
 {
   border-color: #8ECD9F;
 }
</style>