#8EC27D

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

Shades of Gossip #8EC27D

Tints of Gossip #8EC27D

Color information

#8EC27D (or 0x8EC27D) is unknown color: approx Gossip. HEX triplet: 8E, C2 and 7D. RGB value is (142,194,125). Sum of RGB (Red+Green+Blue) = 142+194+125=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC27D is #713D82. Grayscale: #AAAAAA. Windows color (decimal): -7421315 or 8241806. OLE color: 8241806.

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

Color convert

RGB142194125-
CMYK0.2700.360.24
HSL105.22º36.13%62.55%-
HSV(B)105.22º35.57%76.08%-
XYZ34.1545.8226.45-
YUV170.59102.27107.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.80%
GREEN value IS 194 (76.17% from 255) = 42.08%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=30.80%
G=42.08%
B=27.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421941250.2700.360.24105.2236.1362.55
Hex8EC27D1B0241869243f
Octal21630217533044301514477
Binary10001110110000101111101110110100100110001101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,194,125); }

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

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

 a { background-color: rgb(142,194,125); }

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

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

 span { border-color: rgb(142,194,125); }

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