#8ED97A

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

Shades of Gossip #8ED97A

Tints of Gossip #8ED97A

Color information

#8ED97A (or 0x8ED97A) is unknown color: approx Gossip. HEX triplet: 8E, D9 and 7A. RGB value is (142,217,122). Sum of RGB (Red+Green+Blue) = 142+217+122=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED97A is #712685. Grayscale: #B8B8B8. Windows color (decimal): -7415430 or 8051086. OLE color: 8051086.

HSL color Cylindrical-coordinate representation of color #8ED97A: hue angle of 107.37º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ED97A is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB142217122-
CMYK0.3500.440.15
HSL107.37º55.56%66.47%-
HSV(B)107.37º43.78%85.1%-
XYZ39.4856.7827.29-
YUV183.7493.1598.22-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.52%
GREEN value IS 217 (85.16% from 255) = 45.11%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=29.52%
G=45.11%
B=25.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422171220.3500.440.15107.3755.5666.47
Hex8ED97A2302CF6b3842
Octal216331172430541715370102
Binary100011101101100111110101000110101100111111010111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,217,122); }

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

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

 a { background-color: rgb(142,217,122); }

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

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

 span { border-color: rgb(142,217,122); }

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