#8EC378

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

Shades of Gossip #8EC378

Tints of Gossip #8EC378

Color information

#8EC378 (or 0x8EC378) is unknown color: approx Gossip. HEX triplet: 8E, C3 and 78. RGB value is (142,195,120). Sum of RGB (Red+Green+Blue) = 142+195+120=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC378 is #713C87. Grayscale: #AAAAAA. Windows color (decimal): -7421064 or 7914382. OLE color: 7914382.

HSL color Cylindrical-coordinate representation of color #8EC378: hue angle of 102.4º 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 #8EC378 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB142195120-
CMYK0.2700.380.24
HSL102.4º38.46%61.76%-
HSV(B)102.4º38.46%76.47%-
XYZ34.0646.1424.88-
YUV170.699.44107.6-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 120 (47.27% from 255) = 26.26%
R=31.07%
G=42.67%
B=26.26%

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
Decimal1421951200.2700.380.24102.438.4661.76
Hex8EC3781B0261866263e
Octal21630317033046301464676
Binary10001110110000111111000110110100110110001100110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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