#8ED0A2

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

Shades of Chinook #8ED0A2

Tints of Chinook #8ED0A2

Color information

#8ED0A2 (or 0x8ED0A2) is unknown color: approx Chinook. HEX triplet: 8E, D0 and A2. RGB value is (142,208,162). Sum of RGB (Red+Green+Blue) = 142+208+162=512 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.73% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED0A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED0A2 is #712F5D. Grayscale: #B7B7B7. Windows color (decimal): -7417694 or 10670222. OLE color: 10670222.

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

Color convert

RGB142208162-
CMYK0.3200.220.18
HSL138.18º41.25%68.63%-
HSV(B)138.18º31.73%81.57%-
XYZ40.2353.4742.38-
YUV183.02116.1398.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.73%
GREEN value IS 208 (81.64% from 255) = 40.62%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=27.73%
G=40.62%
B=31.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1422081620.3200.220.18138.1841.2568.63
Hex8ED0A220016128a2945
Octal216320242400262221251105
Binary10001110110100001010001010000001011010010100010101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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