#8EDFA4

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

Shades of Chinook #8EDFA4

Tints of Chinook #8EDFA4

Color information

#8EDFA4 (or 0x8EDFA4) is unknown color: approx Chinook. HEX triplet: 8E, DF and A4. RGB value is (142,223,164). Sum of RGB (Red+Green+Blue) = 142+223+164=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDFA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDFA4 is #71205B. Grayscale: #C0C0C0. Windows color (decimal): -7413852 or 10805134. OLE color: 10805134.

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

Color convert

RGB142223164-
CMYK0.3600.260.13
HSL136.3º55.86%71.57%-
HSV(B)136.3º36.32%87.45%-
XYZ44.2461.2144.6-
YUV192.05112.1692.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 223 (87.5% from 255) = 42.16%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=26.84%
G=42.16%
B=31.00%

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
Decimal1422231640.3600.260.13136.355.8671.57
Hex8EDFA42401AD883848
Octal216337244440321521070110
Binary1000111011011111101001001001000110101101100010001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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