#8ED2A5

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

Shades of Chinook #8ED2A5

Tints of Chinook #8ED2A5

Color information

#8ED2A5 (or 0x8ED2A5) is unknown color: approx Chinook. HEX triplet: 8E, D2 and A5. RGB value is (142,210,165). Sum of RGB (Red+Green+Blue) = 142+210+165=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED2A5 is #712D5A. Grayscale: #B8B8B8. Windows color (decimal): -7417179 or 10867342. OLE color: 10867342.

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

Color convert

RGB142210165-
CMYK0.3200.210.18
HSL140.29º43.04%69.02%-
HSV(B)140.29º32.38%82.35%-
XYZ40.9954.5643.97-
YUV184.54116.9797.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=27.47%
G=40.62%
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
Decimal1422101650.3200.210.18140.2943.0469.02
Hex8ED2A520015128c2b45
Octal216322245400252221453105
Binary10001110110100101010010110000001010110010100011001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,210,165); }

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

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

 a { background-color: rgb(142,210,165); }

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

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

 span { border-color: rgb(142,210,165); }

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