#8EDC6D

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

Shades of Gossip #8EDC6D

Tints of Gossip #8EDC6D

Color information

#8EDC6D (or 0x8EDC6D) is unknown color: approx Gossip. HEX triplet: 8E, DC and 6D. RGB value is (142,220,109). Sum of RGB (Red+Green+Blue) = 142+220+109=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDC6D is #712392. Grayscale: #B8B8B8. Windows color (decimal): -7414675 or 7199886. OLE color: 7199886.

HSL color Cylindrical-coordinate representation of color #8EDC6D: hue angle of 102.16º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EDC6D is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB142220109-
CMYK0.3500.500.14
HSL102.16º61.33%64.51%-
HSV(B)102.16º50.45%86.27%-
XYZ39.5158.0423.59-
YUV184.0285.6698.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.15%
GREEN value IS 220 (86.33% from 255) = 46.71%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=30.15%
G=46.71%
B=23.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422201090.3500.500.14102.1661.3364.51
Hex8EDC6D23032E663d41
Octal216334155430621614675101
Binary100011101101110011011011000110110010111011001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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