#9ED886

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

Shades of Gossip #9ED886

Tints of Gossip #9ED886

Color information

#9ED886 (or 0x9ED886) is unknown color: approx Gossip. HEX triplet: 9E, D8 and 86. RGB value is (158,216,134). Sum of RGB (Red+Green+Blue) = 158+216+134=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 134 (52.73% from 255 or 26.38% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED886 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED886 is #612779. Grayscale: #BDBDBD. Windows color (decimal): -6367098 or 8837278. OLE color: 8837278.

HSL color Cylindrical-coordinate representation of color #9ED886: hue angle of 102.44º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9ED886 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB158216134-
CMYK0.2700.380.15
HSL102.44º51.25%68.63%-
HSV(B)102.44º37.96%84.71%-
XYZ42.9658.131.5-
YUV189.3196.78105.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 216 (84.77% from 255) = 42.52%
BLUE value IS 134 (52.73% from 255) = 26.38%
R=31.10%
G=42.52%
B=26.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582161340.2700.380.15102.4451.2568.63
Hex9ED8861B026F663345
Octal236330206330461714663105
Binary100111101101100010000110110110100110111111001101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,216,134); }

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

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

 a { background-color: rgb(158,216,134); }

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

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

 span { border-color: rgb(158,216,134); }

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