#9ed380

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

Shades of Gossip #9ED380

Tints of Gossip #9ED380

Color information

#9ED380 (or 0x9ED380) is unknown color: approx Gossip. HEX triplet: 9E, D3 and 80. RGB value is (158,211,128). Sum of RGB (Red+Green+Blue) = 158+211+128=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED380 is #612C7F. Grayscale: #B9B9B9. Windows color (decimal): -6368384 or 8442782. OLE color: 8442782.

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

Color convert

RGB158211128-
CMYK0.2500.390.17
HSL98.31º48.54%66.47%-
HSV(B)98.31º39.34%82.75%-
XYZ41.2955.4228.94-
YUV185.6995.44108.25-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.79%
GREEN value IS 211 (82.81% from 255) = 42.45%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=31.79%
G=42.45%
B=25.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582111280.2500.390.1798.3148.5466.47
Hex9ED3801902711623142
Octal236323200310472114261102
Binary1001111011010011100000001100101001111000111000101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ed380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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