#8ED7A2

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

Shades of Chinook #8ED7A2

Tints of Chinook #8ED7A2

Color information

#8ED7A2 (or 0x8ED7A2) is unknown color: approx Chinook. HEX triplet: 8E, D7 and A2. RGB value is (142,215,162). Sum of RGB (Red+Green+Blue) = 142+215+162=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #8ED7A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED7A2 is #71285D. Grayscale: #BBBBBB. Windows color (decimal): -7415902 or 10672014. OLE color: 10672014.

HSL color Cylindrical-coordinate representation of color #8ED7A2: hue angle of 136.44º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED7A2 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB142215162-
CMYK0.3400.250.16
HSL136.44º47.71%70%-
HSV(B)136.44º33.95%84.31%-
XYZ41.9856.9642.96-
YUV187.13113.8295.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 162 (63.67% from 255) = 31.21%
R=27.36%
G=41.43%
B=31.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422151620.3400.250.16136.4447.7170
Hex8ED7A22201910883046
Octal216327242420312021060106
Binary10001110110101111010001010001001100110000100010001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED7A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,215,162); }

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

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

 a { background-color: rgb(142,215,162); }

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

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

 span { border-color: rgb(142,215,162); }

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