#8EE0A3

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

Shades of Chinook #8EE0A3

Tints of Chinook #8EE0A3

Color information

#8EE0A3 (or 0x8EE0A3) is unknown color: approx Chinook. HEX triplet: 8E, E0 and A3. RGB value is (142,224,163). Sum of RGB (Red+Green+Blue) = 142+224+163=529 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.84% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE0A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EE0A3 is #711F5C. Grayscale: #C0C0C0. Windows color (decimal): -7413597 or 10739854. OLE color: 10739854.

HSL color Cylindrical-coordinate representation of color #8EE0A3: hue angle of 135.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8EE0A3 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB142224163-
CMYK0.3700.270.12
HSL135.37º56.94%71.76%-
HSV(B)135.37º36.61%87.84%-
XYZ44.4261.7144.22-
YUV192.53111.3391.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.84%
GREEN value IS 224 (87.89% from 255) = 42.34%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=26.84%
G=42.34%
B=30.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1422241630.3700.270.12135.3756.9471.76
Hex8EE0A32501BC873948
Octal216340243450331420771110
Binary1000111011100000101000111001010110111100100001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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