#9ED091

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

Shades of Gossip #9ED091

Tints of Gossip #9ED091

Color information

#9ED091 (or 0x9ED091) is unknown color: approx Gossip. HEX triplet: 9E, D0 and 91. RGB value is (158,208,145). Sum of RGB (Red+Green+Blue) = 158+208+145=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED091 is #612F6E. Grayscale: #BABABA. Windows color (decimal): -6369135 or 9556126. OLE color: 9556126.

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

Color convert

RGB158208145-
CMYK0.2400.300.18
HSL107.62º40.13%69.22%-
HSV(B)107.62º30.29%81.57%-
XYZ41.7754.4335.09-
YUV185.87104.94108.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 208 (81.64% from 255) = 40.70%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=30.92%
G=40.70%
B=28.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582081450.2400.300.18107.6240.1369.22
Hex9ED0911801E126c2845
Octal236320221300362215450105
Binary100111101101000010010001110000111101001011011001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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