#9ED688

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

Shades of Gossip #9ED688

Tints of Gossip #9ED688

Color information

#9ED688 (or 0x9ED688) is unknown color: approx Gossip. HEX triplet: 9E, D6 and 88. RGB value is (158,214,136). Sum of RGB (Red+Green+Blue) = 158+214+136=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED688 is #612977. Grayscale: #BCBCBC. Windows color (decimal): -6367608 or 8967838. OLE color: 8967838.

HSL color Cylindrical-coordinate representation of color #9ED688: hue angle of 103.08º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ED688 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB158214136-
CMYK0.2600.360.16
HSL103.08º48.75%68.63%-
HSV(B)103.08º36.45%83.92%-
XYZ42.5957.1432.08-
YUV188.3698.45106.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 214 (83.98% from 255) = 42.13%
BLUE value IS 136 (53.52% from 255) = 26.77%
R=31.10%
G=42.13%
B=26.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582141360.2600.360.16103.0848.7568.63
Hex9ED6881A02410673145
Octal236326210320442014761105
Binary1001111011010110100010001101001001001000011001111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,214,136); }

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

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

 a { background-color: rgb(158,214,136); }

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

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

 span { border-color: rgb(158,214,136); }

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