#8EE1A5

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

Shades of Chinook #8EE1A5

Tints of Chinook #8EE1A5

Color information

#8EE1A5 (or 0x8EE1A5) is unknown color: approx Chinook. HEX triplet: 8E, E1 and A5. RGB value is (142,225,165). Sum of RGB (Red+Green+Blue) = 142+225+165=532 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.69% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #8EE1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE1A5 is #711E5A. Grayscale: #C1C1C1. Windows color (decimal): -7413339 or 10871182. OLE color: 10871182.

HSL color Cylindrical-coordinate representation of color #8EE1A5: hue angle of 136.63º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE1A5 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB142225165-
CMYK0.3700.270.12
HSL136.63º58.04%71.96%-
HSV(B)136.63º36.89%88.24%-
XYZ44.8762.3245.26-
YUV193.3411291.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.69%
GREEN value IS 225 (88.28% from 255) = 42.29%
BLUE value IS 165 (64.84% from 255) = 31.02%
R=26.69%
G=42.29%
B=31.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422251650.3700.270.12136.6358.0471.96
Hex8EE1A52501BC893a48
Octal216341245450331421172110
Binary1000111011100001101001011001010110111100100010011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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