#8ECE7D

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

Shades of Gossip #8ECE7D

Tints of Gossip #8ECE7D

Color information

#8ECE7D (or 0x8ECE7D) is unknown color: approx Gossip. HEX triplet: 8E, CE and 7D. RGB value is (142,206,125). Sum of RGB (Red+Green+Blue) = 142+206+125=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECE7D is #713182. Grayscale: #B1B1B1. Windows color (decimal): -7418243 or 8244878. OLE color: 8244878.

HSL color Cylindrical-coordinate representation of color #8ECE7D: hue angle of 107.41º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ECE7D is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB142206125-
CMYK0.3100.390.19
HSL107.41º45.25%64.9%-
HSV(B)107.41º39.32%80.78%-
XYZ36.9351.3727.37-
YUV177.6398.3102.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 206 (80.86% from 255) = 43.55%
BLUE value IS 125 (49.22% from 255) = 26.43%
R=30.02%
G=43.55%
B=26.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1422061250.3100.390.19107.4145.2564.9
Hex8ECE7D1F027136b2d41
Octal216316175370472315355101
Binary100011101100111011111011111101001111001111010111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,206,125); }

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

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

 a { background-color: rgb(142,206,125); }

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

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

 span { border-color: rgb(142,206,125); }

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