#8EC27A

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

Shades of Gossip #8EC27A

Tints of Gossip #8EC27A

Color information

#8EC27A (or 0x8EC27A) is unknown color: approx Gossip. HEX triplet: 8E, C2 and 7A. RGB value is (142,194,122). Sum of RGB (Red+Green+Blue) = 142+194+122=458 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.00% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #8EC27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC27A is #713D85. Grayscale: #AAAAAA. Windows color (decimal): -7421318 or 8045198. OLE color: 8045198.

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

Color convert

RGB142194122-
CMYK0.2700.370.24
HSL103.33º37.11%61.96%-
HSV(B)103.33º37.11%76.08%-
XYZ33.9645.7425.45-
YUV170.24100.77107.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.00%
GREEN value IS 194 (76.17% from 255) = 42.36%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=31.00%
G=42.36%
B=26.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1421941220.2700.370.24103.3337.1161.96
Hex8EC27A1B0251867253e
Octal21630217233045301474576
Binary10001110110000101111010110110100101110001100111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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