#8CE1A6

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

Shades of Chinook #8CE1A6

Tints of Chinook #8CE1A6

Color information

#8CE1A6 (or 0x8CE1A6) is unknown color: approx Chinook. HEX triplet: 8C, E1 and A6. RGB value is (140,225,166). Sum of RGB (Red+Green+Blue) = 140+225+166=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 225 (88.28% from 255 or 42.37% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE1A6 is #731E59. Grayscale: #C1C1C1. Windows color (decimal): -7544410 or 10936716. OLE color: 10936716.

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

Color convert

RGB140225166-
CMYK0.3800.260.12
HSL138.35º58.62%71.57%-
HSV(B)138.35º37.78%88.24%-
XYZ44.6262.1845.73-
YUV192.86112.8490.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.37%
GREEN value IS 225 (88.28% from 255) = 42.37%
BLUE value IS 166 (65.23% from 255) = 31.26%
R=26.37%
G=42.37%
B=31.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402251660.3800.260.12138.3558.6271.57
Hex8CE1A62601AC8a3b48
Octal214341246460321421273110
Binary1000110011100001101001101001100110101100100010101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,225,166); }

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

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

 a { background-color: rgb(140,225,166); }

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

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

 span { border-color: rgb(140,225,166); }

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