#9ED47A

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

Shades of Gossip #9ED47A

Tints of Gossip #9ED47A

Color information

#9ED47A (or 0x9ED47A) is unknown color: approx Gossip. HEX triplet: 9E, D4 and 7A. RGB value is (158,212,122). Sum of RGB (Red+Green+Blue) = 158+212+122=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED47A is #612B85. Grayscale: #B9B9B9. Windows color (decimal): -6368134 or 8049822. OLE color: 8049822.

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

Color convert

RGB158212122-
CMYK0.2500.420.17
HSL96º51.14%65.49%-
HSV(B)96º42.45%83.14%-
XYZ41.1655.7627.01-
YUV185.5992.11108.32-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 212 (83.20% from 255) = 43.09%
BLUE value IS 122 (48.05% from 255) = 24.80%
R=32.11%
G=43.09%
B=24.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121220.2500.420.179651.1465.49
Hex9ED47A1902A11603341
Octal236324172310522114063101
Binary100111101101010011110101100101010101000111000001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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