#9ED377

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

Shades of Gossip #9ED377

Tints of Gossip #9ED377

Color information

#9ED377 (or 0x9ED377) is unknown color: approx Gossip. HEX triplet: 9E, D3 and 77. RGB value is (158,211,119). Sum of RGB (Red+Green+Blue) = 158+211+119=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED377 is #612C88. Grayscale: #B8B8B8. Windows color (decimal): -6368393 or 7852958. OLE color: 7852958.

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

Color convert

RGB158211119-
CMYK0.2500.440.17
HSL94.57º51.11%64.71%-
HSV(B)94.57º43.6%82.75%-
XYZ40.7255.1925.96-
YUV184.6690.94108.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.38%
GREEN value IS 211 (82.81% from 255) = 43.24%
BLUE value IS 119 (46.88% from 255) = 24.39%
R=32.38%
G=43.24%
B=24.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582111190.2500.440.1794.5751.1164.71
Hex9ED3771902C115f3341
Octal236323167310542113763101
Binary100111101101001111101111100101011001000110111111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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