#8EE29F

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

Shades of Chinook #8EE29F

Tints of Chinook #8EE29F

Color information

#8EE29F (or 0x8EE29F) is unknown color: approx Chinook. HEX triplet: 8E, E2 and 9F. RGB value is (142,226,159). Sum of RGB (Red+Green+Blue) = 142+226+159=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 226 - color contains mainly: green. Hex color #8EE29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE29F is #711D60. Grayscale: #C1C1C1. Windows color (decimal): -7413089 or 10478222. OLE color: 10478222.

HSL color Cylindrical-coordinate representation of color #8EE29F: hue angle of 132.14º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE29F is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB142226159-
CMYK0.3700.300.11
HSL132.14º59.15%72.16%-
HSV(B)132.14º37.17%88.63%-
XYZ44.6162.6542.54-
YUV193.25108.6791.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 226 (88.67% from 255) = 42.88%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=26.94%
G=42.88%
B=30.17%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422261590.3700.300.11132.1459.1572.16
Hex8EE29F2501EB843b48
Octal216342237450361320473110
Binary1000111011100010100111111001010111101011100001001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,226,159); }

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

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

 a { background-color: rgb(142,226,159); }

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

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

 span { border-color: rgb(142,226,159); }

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