#8CE2A5

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

Shades of Chinook #8CE2A5

Tints of Chinook #8CE2A5

Color information

#8CE2A5 (or 0x8CE2A5) is unknown color: approx Chinook. HEX triplet: 8C, E2 and A5. RGB value is (140,226,165). Sum of RGB (Red+Green+Blue) = 140+226+165=531 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.37% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 165 (64.84% from 255 or 31.07% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE2A5 is #731D5A. Grayscale: #C1C1C1. Windows color (decimal): -7544155 or 10871436. OLE color: 10871436.

HSL color Cylindrical-coordinate representation of color #8CE2A5: hue angle of 137.44º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE2A5 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.

Color convert

RGB140226165-
CMYK0.3800.270.11
HSL137.44º59.72%71.76%-
HSV(B)137.44º38.05%88.63%-
XYZ44.862.6845.34-
YUV193.33112.0189.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.37%
GREEN value IS 226 (88.67% from 255) = 42.56%
BLUE value IS 165 (64.84% from 255) = 31.07%
R=26.37%
G=42.56%
B=31.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402261650.3800.270.11137.4459.7271.76
Hex8CE2A52601BB893c48
Octal214342245460331321174110
Binary1000110011100010101001011001100110111011100010011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,226,165); }

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

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

 a { background-color: rgb(140,226,165); }

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

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

 span { border-color: rgb(140,226,165); }

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