#8EE6A3

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

Shades of Chinook #8EE6A3

Tints of Chinook #8EE6A3

Color information

#8EE6A3 (or 0x8EE6A3) is unknown color: approx Chinook. HEX triplet: 8E, E6 and A3. RGB value is (142,230,163). Sum of RGB (Red+Green+Blue) = 142+230+163=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 163 (64.06% from 255 or 30.47% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #8EE6A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EE6A3 is #71195C. Grayscale: #C4C4C4. Windows color (decimal): -7412061 or 10741390. OLE color: 10741390.

HSL color Cylindrical-coordinate representation of color #8EE6A3: hue angle of 134.32º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EE6A3 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB142230163-
CMYK0.3800.290.10
HSL134.32º63.77%72.94%-
HSV(B)134.32º38.26%90.2%-
XYZ46.0664.9944.77-
YUV196.05109.3589.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 230 (90.23% from 255) = 42.99%
BLUE value IS 163 (64.06% from 255) = 30.47%
R=26.54%
G=42.99%
B=30.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422301630.3800.290.10134.3263.7772.94
Hex8EE6A32601DA864049
Octal2163462434603512206100111
Binary10001110111001101010001110011001110110101000011010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,230,163); }

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

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

 a { background-color: rgb(142,230,163); }

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

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

 span { border-color: rgb(142,230,163); }

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