#9ED18D

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

Shades of Gossip #9ED18D

Tints of Gossip #9ED18D

Color information

#9ED18D (or 0x9ED18D) is unknown color: approx Gossip. HEX triplet: 9E, D1 and 8D. RGB value is (158,209,141). Sum of RGB (Red+Green+Blue) = 158+209+141=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED18D is #612E72. Grayscale: #BABABA. Windows color (decimal): -6368883 or 9294238. OLE color: 9294238.

HSL color Cylindrical-coordinate representation of color #9ED18D: hue angle of 105º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ED18D is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB158209141-
CMYK0.2400.330.18
HSL105º42.5%68.63%-
HSV(B)105º32.54%81.96%-
XYZ41.7154.7933.58-
YUV186102.6108.03-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 209 (82.03% from 255) = 41.14%
BLUE value IS 141 (55.47% from 255) = 27.76%
R=31.10%
G=41.14%
B=27.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582091410.2400.330.1810542.568.63
Hex9ED18D1802112692a45
Octal236321215300412215152105
Binary1001111011010001100011011100001000011001011010011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,209,141); }

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

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

 a { background-color: rgb(158,209,141); }

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

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

 span { border-color: rgb(158,209,141); }

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