#8ED676

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

Shades of Gossip #8ED676

Tints of Gossip #8ED676

Color information

#8ED676 (or 0x8ED676) is unknown color: approx Gossip. HEX triplet: 8E, D6 and 76. RGB value is (142,214,118). Sum of RGB (Red+Green+Blue) = 142+214+118=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #8ED676 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED676 is #712989. Grayscale: #B5B5B5. Windows color (decimal): -7416202 or 7788174. OLE color: 7788174.

HSL color Cylindrical-coordinate representation of color #8ED676: hue angle of 105º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8ED676 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB142214118-
CMYK0.3400.450.16
HSL105º53.93%65.1%-
HSV(B)105º44.86%83.92%-
XYZ38.4755.1525.76-
YUV181.5392.1599.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.96%
GREEN value IS 214 (83.98% from 255) = 45.15%
BLUE value IS 118 (46.48% from 255) = 24.89%
R=29.96%
G=45.15%
B=24.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1422141180.3400.450.1610553.9365.1
Hex8ED6762202D10693641
Octal216326166420552015166101
Binary1000111011010110111011010001001011011000011010011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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