#8EDC9B

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

Shades of Chinook #8EDC9B

Tints of Chinook #8EDC9B

Color information

#8EDC9B (or 0x8EDC9B) is unknown color: approx Chinook. HEX triplet: 8E, DC and 9B. RGB value is (142,220,155). Sum of RGB (Red+Green+Blue) = 142+220+155=517 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.47% from 517); Green value is 220 (86.33% from 255 or 42.55% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDC9B is #712364. Grayscale: #BDBDBD. Windows color (decimal): -7414629 or 10214542. OLE color: 10214542.

HSL color Cylindrical-coordinate representation of color #8EDC9B: hue angle of 130º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDC9B is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB142220155-
CMYK0.3500.300.14
HSL130º52.7%70.98%-
HSV(B)130º35.45%86.27%-
XYZ42.6659.340.21-
YUV189.27108.6694.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.47%
GREEN value IS 220 (86.33% from 255) = 42.55%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=27.47%
G=42.55%
B=29.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422201550.3500.300.1413052.770.98
Hex8EDC9B2301EE823547
Octal216334233430361620265107
Binary1000111011011100100110111000110111101110100000101101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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