#8EDDA4

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

Shades of Chinook #8EDDA4

Tints of Chinook #8EDDA4

Color information

#8EDDA4 (or 0x8EDDA4) is unknown color: approx Chinook. HEX triplet: 8E, DD and A4. RGB value is (142,221,164). Sum of RGB (Red+Green+Blue) = 142+221+164=527 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.94% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 164 (64.45% from 255 or 31.12% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDDA4 is #71225B. Grayscale: #BFBFBF. Windows color (decimal): -7414364 or 10804622. OLE color: 10804622.

HSL color Cylindrical-coordinate representation of color #8EDDA4: hue angle of 136.71º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDDA4 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB142221164-
CMYK0.3600.260.13
HSL136.71º53.74%71.18%-
HSV(B)136.71º35.75%86.67%-
XYZ43.7160.1444.43-
YUV190.88112.8393.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.94%
GREEN value IS 221 (86.72% from 255) = 41.94%
BLUE value IS 164 (64.45% from 255) = 31.12%
R=26.94%
G=41.94%
B=31.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422211640.3600.260.13136.7153.7471.18
Hex8EDDA42401AD893647
Octal216335244440321521166107
Binary1000111011011101101001001001000110101101100010011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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