#9bd07e

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

Shades of Gossip #9BD07E

Tints of Gossip #9BD07E

Color information

#9BD07E (or 0x9BD07E) is unknown color: approx Gossip. HEX triplet: 9B, D0 and 7E. RGB value is (155,208,126). Sum of RGB (Red+Green+Blue) = 155+208+126=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 126 (49.61% from 255 or 25.77% from 489); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD07E is #642F81. Grayscale: #B7B7B7. Windows color (decimal): -6565762 or 8310939. OLE color: 8310939.

HSL color Cylindrical-coordinate representation of color #9BD07E: hue angle of 98.78º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BD07E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB155208126-
CMYK0.2500.390.18
HSL98.78º46.59%65.49%-
HSV(B)98.78º39.42%81.57%-
XYZ39.8453.5927.98-
YUV182.895.94108.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.70%
GREEN value IS 208 (81.64% from 255) = 42.54%
BLUE value IS 126 (49.61% from 255) = 25.77%
R=31.70%
G=42.54%
B=25.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552081260.2500.390.1898.7846.5965.49
Hex9BD07E1902712632f41
Octal233320176310472214357101
Binary100110111101000011111101100101001111001011000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bd07e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,208,126); }

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

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

 a { background-color: rgb(155,208,126); }

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

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

 span { border-color: rgb(155,208,126); }

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