#9ED78A

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

Shades of Gossip #9ED78A

Tints of Gossip #9ED78A

Color information

#9ED78A (or 0x9ED78A) is unknown color: approx Gossip. HEX triplet: 9E, D7 and 8A. RGB value is (158,215,138). Sum of RGB (Red+Green+Blue) = 158+215+138=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 215 (84.38% from 255 or 42.07% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED78A is #612875. Grayscale: #BDBDBD. Windows color (decimal): -6367350 or 9099166. OLE color: 9099166.

HSL color Cylindrical-coordinate representation of color #9ED78A: hue angle of 104.42º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ED78A is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB158215138-
CMYK0.2700.360.16
HSL104.42º49.04%69.22%-
HSV(B)104.42º35.81%84.31%-
XYZ42.9957.732.92-
YUV189.1899.12105.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 215 (84.38% from 255) = 42.07%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=30.92%
G=42.07%
B=27.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582151380.2700.360.16104.4249.0469.22
Hex9ED78A1B02410683145
Octal236327212330442015061105
Binary1001111011010111100010101101101001001000011010001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ED78A; }

 p { color: rgb(158,215,138); }

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

<style>
 a { background-color: #9ED78A; }

 a { background-color: rgb(158,215,138); }

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

<style>
 span { border-color: #9ED78A; }

 span { border-color: rgb(158,215,138); }

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