#8ECC76

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

Shades of Gossip #8ECC76

Tints of Gossip #8ECC76

Color information

#8ECC76 (or 0x8ECC76) is unknown color: approx Gossip. HEX triplet: 8E, CC and 76. RGB value is (142,204,118). Sum of RGB (Red+Green+Blue) = 142+204+118=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #8ECC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ECC76 is #713389. Grayscale: #AFAFAF. Windows color (decimal): -7418762 or 7785614. OLE color: 7785614.

HSL color Cylindrical-coordinate representation of color #8ECC76: hue angle of 103.26º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ECC76 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB142204118-
CMYK0.3000.420.2
HSL103.26º45.74%63.14%-
HSV(B)103.26º42.16%80%-
XYZ36.0250.2424.94-
YUV175.6695.46103.99-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.60%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 118 (46.48% from 255) = 25.43%
R=30.60%
G=43.97%
B=25.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1422041180.3000.420.2103.2645.7463.14
Hex8ECC761E02A14672e3f
Octal21631416636052241475677
Binary10001110110011001110110111100101010101001100111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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