#9ED47D

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

Shades of Gossip #9ED47D

Tints of Gossip #9ED47D

Color information

#9ED47D (or 0x9ED47D) is unknown color: approx Gossip. HEX triplet: 9E, D4 and 7D. RGB value is (158,212,125). Sum of RGB (Red+Green+Blue) = 158+212+125=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 125 (49.22% from 255 or 25.25% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED47D is #612B82. Grayscale: #BABABA. Windows color (decimal): -6368131 or 8246430. OLE color: 8246430.

HSL color Cylindrical-coordinate representation of color #9ED47D: hue angle of 97.24º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ED47D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB158212125-
CMYK0.2500.410.17
HSL97.24º50.29%66.08%-
HSV(B)97.24º41.04%83.14%-
XYZ41.3555.8428-
YUV185.9493.61108.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 212 (83.20% from 255) = 42.83%
BLUE value IS 125 (49.22% from 255) = 25.25%
R=31.92%
G=42.83%
B=25.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121250.2500.410.1797.2450.2966.08
Hex9ED47D1902911613242
Octal236324175310512114162102
Binary100111101101010011111011100101010011000111000011100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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