#8EC97B

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

Shades of Gossip #8EC97B

Tints of Gossip #8EC97B

Color information

#8EC97B (or 0x8EC97B) is unknown color: approx Gossip. HEX triplet: 8E, C9 and 7B. RGB value is (142,201,123). Sum of RGB (Red+Green+Blue) = 142+201+123=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 201 (78.91% from 255 or 43.13% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 201 - color contains mainly: green. Hex color #8EC97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EC97B is #713684. Grayscale: #AEAEAE. Windows color (decimal): -7419525 or 8112526. OLE color: 8112526.

HSL color Cylindrical-coordinate representation of color #8EC97B: hue angle of 105.38º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EC97B is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB142201123-
CMYK0.2900.390.21
HSL105.38º41.94%63.53%-
HSV(B)105.38º38.81%78.82%-
XYZ35.6248.9526.31-
YUV174.4798.95104.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.47%
GREEN value IS 201 (78.91% from 255) = 43.13%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=30.47%
G=43.13%
B=26.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1422011230.2900.390.21105.3841.9463.53
Hex8EC97B1D02715692a40
Octal216311173350472515152100
Binary100011101100100111110111110101001111010111010011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,201,123); }

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

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

 a { background-color: rgb(142,201,123); }

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

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

 span { border-color: rgb(142,201,123); }

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