#8ED0A4

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

Shades of Chinook #8ED0A4

Tints of Chinook #8ED0A4

Color information

#8ED0A4 (or 0x8ED0A4) is unknown color: approx Chinook. HEX triplet: 8E, D0 and A4. RGB value is (142,208,164). Sum of RGB (Red+Green+Blue) = 142+208+164=514 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.63% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED0A4 is #712F5B. Grayscale: #B7B7B7. Windows color (decimal): -7417692 or 10801294. OLE color: 10801294.

HSL color Cylindrical-coordinate representation of color #8ED0A4: hue angle of 140º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ED0A4 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB142208164-
CMYK0.3200.210.18
HSL140º41.25%68.63%-
HSV(B)140º31.73%81.57%-
XYZ40.4153.5443.33-
YUV183.25117.1398.58-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.63%
GREEN value IS 208 (81.64% from 255) = 40.47%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=27.63%
G=40.47%
B=31.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081640.3200.210.1814041.2568.63
Hex8ED0A420015128c2945
Octal216320244400252221451105
Binary10001110110100001010010010000001010110010100011001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,208,164); }

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

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

 a { background-color: rgb(142,208,164); }

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

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

 span { border-color: rgb(142,208,164); }

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