#8EC379

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

Shades of Gossip #8EC379

Tints of Gossip #8EC379

Color information

#8EC379 (or 0x8EC379) is unknown color: approx Gossip. HEX triplet: 8E, C3 and 79. RGB value is (142,195,121). Sum of RGB (Red+Green+Blue) = 142+195+121=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC379 is #713C86. Grayscale: #AAAAAA. Windows color (decimal): -7421063 or 7979918. OLE color: 7979918.

HSL color Cylindrical-coordinate representation of color #8EC379: hue angle of 102.97º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EC379 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB142195121-
CMYK0.2700.380.24
HSL102.97º38.14%61.96%-
HSV(B)102.97º37.95%76.47%-
XYZ34.1246.1625.2-
YUV170.7299.94107.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 195 (76.56% from 255) = 42.58%
BLUE value IS 121 (47.66% from 255) = 26.42%
R=31.00%
G=42.58%
B=26.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421951210.2700.380.24102.9738.1461.96
Hex8EC3791B0261867263e
Octal21630317133046301474676
Binary10001110110000111111001110110100110110001100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,195,121); }

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

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

 a { background-color: rgb(142,195,121); }

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

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

 span { border-color: rgb(142,195,121); }

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