#9ED487

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

Shades of Gossip #9ED487

Tints of Gossip #9ED487

Color information

#9ED487 (or 0x9ED487) is unknown color: approx Gossip. HEX triplet: 9E, D4 and 87. RGB value is (158,212,135). Sum of RGB (Red+Green+Blue) = 158+212+135=505 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.29% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED487 is #612B78. Grayscale: #BBBBBB. Windows color (decimal): -6368121 or 8901790. OLE color: 8901790.

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

Color convert

RGB158212135-
CMYK0.2500.360.17
HSL102.08º47.24%68.04%-
HSV(B)102.08º36.32%83.14%-
XYZ42.0256.1131.54-
YUV187.0898.61107.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.29%
GREEN value IS 212 (83.20% from 255) = 41.98%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=31.29%
G=41.98%
B=26.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121350.2500.360.17102.0847.2468.04
Hex9ED4871902411662f44
Octal236324207310442114657104
Binary1001111011010100100001111100101001001000111001101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,212,135); }

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

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

 a { background-color: rgb(158,212,135); }

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

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

 span { border-color: rgb(158,212,135); }

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