#8EE9A4

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

Shades of Chinook #8EE9A4

Tints of Chinook #8EE9A4

Color information

#8EE9A4 (or 0x8EE9A4) is unknown color: approx Chinook. HEX triplet: 8E, E9 and A4. RGB value is (142,233,164). Sum of RGB (Red+Green+Blue) = 142+233+164=539 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.35% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #8EE9A4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EE9A4 is #71165B. Grayscale: #C6C6C6. Windows color (decimal): -7411292 or 10807694. OLE color: 10807694.

HSL color Cylindrical-coordinate representation of color #8EE9A4: hue angle of 134.51º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EE9A4 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB142233164-
CMYK0.3900.300.09
HSL134.51º67.41%73.53%-
HSV(B)134.51º39.06%91.37%-
XYZ4766.7145.52-
YUV197.92108.8588.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.35%
GREEN value IS 233 (91.41% from 255) = 43.23%
BLUE value IS 164 (64.45% from 255) = 30.43%
R=26.35%
G=43.23%
B=30.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1422331640.3900.300.09134.5167.4173.53
Hex8EE9A42701E987434a
Octal2163512444703611207103112
Binary10001110111010011010010010011101111010011000011110000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,233,164); }

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

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

 a { background-color: rgb(142,233,164); }

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

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

 span { border-color: rgb(142,233,164); }

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