#9ED07D

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

Shades of Gossip #9ED07D

Tints of Gossip #9ED07D

Color information

#9ED07D (or 0x9ED07D) is unknown color: approx Gossip. HEX triplet: 9E, D0 and 7D. RGB value is (158,208,125). Sum of RGB (Red+Green+Blue) = 158+208+125=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED07D is #612F82. Grayscale: #B7B7B7. Windows color (decimal): -6369155 or 8245406. OLE color: 8245406.

HSL color Cylindrical-coordinate representation of color #9ED07D: hue angle of 96.14º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ED07D is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB158208125-
CMYK0.2400.400.18
HSL96.14º46.89%65.29%-
HSV(B)96.14º39.9%81.57%-
XYZ40.3653.8627.67-
YUV183.5994.94109.75-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.18%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 125 (49.22% from 255) = 25.46%
R=32.18%
G=42.36%
B=25.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582081250.2400.400.1896.1446.8965.29
Hex9ED07D1802812602f41
Octal236320175300502214057101
Binary100111101101000011111011100001010001001011000001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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