#8EC477

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

Shades of Gossip #8EC477

Tints of Gossip #8EC477

Color information

#8EC477 (or 0x8EC477) is unknown color: approx Gossip. HEX triplet: 8E, C4 and 77. RGB value is (142,196,119). Sum of RGB (Red+Green+Blue) = 142+196+119=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #8EC477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC477 is #713B88. Grayscale: #ABABAB. Windows color (decimal): -7420809 or 7849102. OLE color: 7849102.

HSL color Cylindrical-coordinate representation of color #8EC477: hue angle of 102.08º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EC477 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB142196119-
CMYK0.2800.390.23
HSL102.08º39.49%61.76%-
HSV(B)102.08º39.29%76.86%-
XYZ34.2346.5624.64-
YUV171.0898.61107.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 196 (76.95% from 255) = 42.89%
BLUE value IS 119 (46.88% from 255) = 26.04%
R=31.07%
G=42.89%
B=26.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1421961190.2800.390.23102.0839.4961.76
Hex8EC4771C0271766273e
Octal21630416734047271464776
Binary10001110110001001110111111000100111101111100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,196,119); }

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

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

 a { background-color: rgb(142,196,119); }

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

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

 span { border-color: rgb(142,196,119); }

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