#8ED873

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

Shades of Gossip #8ED873

Tints of Gossip #8ED873

Color information

#8ED873 (or 0x8ED873) is unknown color: approx Gossip. HEX triplet: 8E, D8 and 73. RGB value is (142,216,115). Sum of RGB (Red+Green+Blue) = 142+216+115=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED873 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED873 is #71278C. Grayscale: #B6B6B6. Windows color (decimal): -7415693 or 7592078. OLE color: 7592078.

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

Color convert

RGB142216115-
CMYK0.3400.470.15
HSL103.96º56.42%64.9%-
HSV(B)103.96º46.76%84.71%-
XYZ38.8156.125-
YUV182.3689.9899.21-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 216 (84.77% from 255) = 45.67%
BLUE value IS 115 (45.31% from 255) = 24.31%
R=30.02%
G=45.67%
B=24.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422161150.3400.470.15103.9656.4264.9
Hex8ED8732202FF683841
Octal216330163420571715070101
Binary100011101101100011100111000100101111111111010001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,216,115); }

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

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

 a { background-color: rgb(142,216,115); }

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

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

 span { border-color: rgb(142,216,115); }

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