#8EDE9B

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

Shades of Chinook #8EDE9B

Tints of Chinook #8EDE9B

Color information

#8EDE9B (or 0x8EDE9B) is unknown color: approx Chinook. HEX triplet: 8E, DE and 9B. RGB value is (142,222,155). Sum of RGB (Red+Green+Blue) = 142+222+155=519 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.36% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDE9B is #712164. Grayscale: #BEBEBE. Windows color (decimal): -7414117 or 10215054. OLE color: 10215054.

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

Color convert

RGB142222155-
CMYK0.3600.300.13
HSL129.75º54.79%71.37%-
HSV(B)129.75º36.04%87.06%-
XYZ43.1960.3640.38-
YUV190.4410893.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.36%
GREEN value IS 222 (87.11% from 255) = 42.77%
BLUE value IS 155 (60.94% from 255) = 29.87%
R=27.36%
G=42.77%
B=29.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422221550.3600.300.13129.7554.7971.37
Hex8EDE9B2401ED823747
Octal216336233440361520267107
Binary1000111011011110100110111001000111101101100000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,222,155); }

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

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

 a { background-color: rgb(142,222,155); }

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

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

 span { border-color: rgb(142,222,155); }

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