#8CE0A4

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

Shades of Chinook #8CE0A4

Tints of Chinook #8CE0A4

Color information

#8CE0A4 (or 0x8CE0A4) is unknown color: approx Chinook. HEX triplet: 8C, E0 and A4. RGB value is (140,224,164). Sum of RGB (Red+Green+Blue) = 140+224+164=528 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.52% from 528); Green value is 224 (87.89% from 255 or 42.42% from 528); Blue value is 164 (64.45% from 255 or 31.06% from 528); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE0A4 is #731F5B. Grayscale: #C0C0C0. Windows color (decimal): -7544668 or 10805388. OLE color: 10805388.

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

Color convert

RGB140224164-
CMYK0.3800.270.12
HSL137.14º57.53%71.37%-
HSV(B)137.14º37.5%87.84%-
XYZ44.1761.5744.68-
YUV192.04112.1790.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.52%
GREEN value IS 224 (87.89% from 255) = 42.42%
BLUE value IS 164 (64.45% from 255) = 31.06%
R=26.52%
G=42.42%
B=31.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402241640.3800.270.12137.1457.5371.37
Hex8CE0A42601BC893a47
Octal214340244460331421172107
Binary1000110011100000101001001001100110111100100010011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,224,164); }

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

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

 a { background-color: rgb(140,224,164); }

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

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

 span { border-color: rgb(140,224,164); }

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