#9EDB7F

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

Shades of Gossip #9EDB7F

Tints of Gossip #9EDB7F

Color information

#9EDB7F (or 0x9EDB7F) is unknown color: approx Gossip. HEX triplet: 9E, DB and 7F. RGB value is (158,219,127). Sum of RGB (Red+Green+Blue) = 158+219+127=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB7F is #612480. Grayscale: #BEBEBE. Windows color (decimal): -6366337 or 8379294. OLE color: 8379294.

HSL color Cylindrical-coordinate representation of color #9EDB7F: hue angle of 99.78º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EDB7F is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB158219127-
CMYK0.2800.420.14
HSL99.78º56.1%67.84%-
HSV(B)99.78º42.01%85.88%-
XYZ43.2659.4629.28-
YUV190.2792.29104.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.35%
GREEN value IS 219 (85.94% from 255) = 43.45%
BLUE value IS 127 (50% from 255) = 25.20%
R=31.35%
G=43.45%
B=25.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191270.2800.420.1499.7856.167.84
Hex9EDB7F1C02AE643844
Octal236333177340521614470104
Binary10011110110110111111111111000101010111011001001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,127); }

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

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

 a { background-color: rgb(158,219,127); }

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

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

 span { border-color: rgb(158,219,127); }

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