#9ED588

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

Shades of Gossip #9ED588

Tints of Gossip #9ED588

Color information

#9ED588 (or 0x9ED588) is unknown color: approx Gossip. HEX triplet: 9E, D5 and 88. RGB value is (158,213,136). Sum of RGB (Red+Green+Blue) = 158+213+136=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 136 (53.52% from 255 or 26.82% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED588 is #612A77. Grayscale: #BCBCBC. Windows color (decimal): -6367864 or 8967582. OLE color: 8967582.

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

Color convert

RGB158213136-
CMYK0.2600.360.16
HSL102.86º47.83%68.43%-
HSV(B)102.86º36.15%83.53%-
XYZ42.3456.6431.99-
YUV187.7898.78106.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 136 (53.52% from 255) = 26.82%
R=31.16%
G=42.01%
B=26.82%

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
Decimal1582131360.2600.360.16102.8647.8368.43
Hex9ED5881A02410673044
Octal236325210320442014760104
Binary1001111011010101100010001101001001001000011001111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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