#8ED976

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

Shades of Gossip #8ED976

Tints of Gossip #8ED976

Color information

#8ED976 (or 0x8ED976) is unknown color: approx Gossip. HEX triplet: 8E, D9 and 76. RGB value is (142,217,118). Sum of RGB (Red+Green+Blue) = 142+217+118=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED976 is #712689. Grayscale: #B7B7B7. Windows color (decimal): -7415434 or 7788942. OLE color: 7788942.

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

Color convert

RGB142217118-
CMYK0.3500.460.15
HSL105.45º56.57%65.69%-
HSV(B)105.45º45.62%85.1%-
XYZ39.2456.6826.01-
YUV183.2991.1598.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=29.77%
G=45.49%
B=24.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422171180.3500.460.15105.4556.5765.69
Hex8ED9762302EF693942
Octal216331166430561715171102
Binary100011101101100111101101000110101110111111010011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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