#9ED47E

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

Shades of Gossip #9ED47E

Tints of Gossip #9ED47E

Color information

#9ED47E (or 0x9ED47E) is unknown color: approx Gossip. HEX triplet: 9E, D4 and 7E. RGB value is (158,212,126). Sum of RGB (Red+Green+Blue) = 158+212+126=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED47E is #612B81. Grayscale: #BABABA. Windows color (decimal): -6368130 or 8311966. OLE color: 8311966.

HSL color Cylindrical-coordinate representation of color #9ED47E: hue angle of 97.67º 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 #9ED47E is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB158212126-
CMYK0.2500.410.17
HSL97.67º50%66.27%-
HSV(B)97.67º40.57%83.14%-
XYZ41.4155.8628.34-
YUV186.0594.11107.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.85%
GREEN value IS 212 (83.20% from 255) = 42.74%
BLUE value IS 126 (49.61% from 255) = 25.40%
R=31.85%
G=42.74%
B=25.40%

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
Decimal1582121260.2500.410.1797.675066.27
Hex9ED47E1902911623242
Octal236324176310512114262102
Binary100111101101010011111101100101010011000111000101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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