#9ED77D

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

Shades of Gossip #9ED77D

Tints of Gossip #9ED77D

Color information

#9ED77D (or 0x9ED77D) is unknown color: approx Gossip. HEX triplet: 9E, D7 and 7D. RGB value is (158,215,125). Sum of RGB (Red+Green+Blue) = 158+215+125=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED77D is #612882. Grayscale: #BCBCBC. Windows color (decimal): -6367363 or 8247198. OLE color: 8247198.

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

Color convert

RGB158215125-
CMYK0.2700.420.16
HSL98º52.94%66.67%-
HSV(B)98º41.86%84.31%-
XYZ42.157.3528.25-
YUV187.792.62106.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.73%
GREEN value IS 215 (84.38% from 255) = 43.17%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=31.73%
G=43.17%
B=25.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582151250.2700.420.169852.9466.67
Hex9ED77D1B02A10623543
Octal236327175330522014265103
Binary100111101101011111111011101101010101000011000101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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