#9ED38F

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

Shades of Gossip #9ED38F

Tints of Gossip #9ED38F

Color information

#9ED38F (or 0x9ED38F) is unknown color: approx Gossip. HEX triplet: 9E, D3 and 8F. RGB value is (158,211,143). Sum of RGB (Red+Green+Blue) = 158+211+143=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED38F is #612C70. Grayscale: #BBBBBB. Windows color (decimal): -6368369 or 9425822. OLE color: 9425822.

HSL color Cylindrical-coordinate representation of color #9ED38F: hue angle of 106.76º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ED38F is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB158211143-
CMYK0.2500.320.17
HSL106.76º43.59%69.41%-
HSV(B)106.76º32.23%82.75%-
XYZ42.3555.8434.53-
YUV187.4102.94107.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.86%
GREEN value IS 211 (82.81% from 255) = 41.21%
BLUE value IS 143 (56.25% from 255) = 27.93%
R=30.86%
G=41.21%
B=27.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582111430.2500.320.17106.7643.5969.41
Hex9ED38F19020116b2c45
Octal236323217310402115354105
Binary1001111011010011100011111100101000001000111010111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,211,143); }

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

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

 a { background-color: rgb(158,211,143); }

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

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

 span { border-color: rgb(158,211,143); }

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