#9ede87

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

Shades of Gossip #9EDE87

Tints of Gossip #9EDE87

Color information

#9EDE87 (or 0x9EDE87) is unknown color: approx Gossip. HEX triplet: 9E, DE and 87. RGB value is (158,222,135). Sum of RGB (Red+Green+Blue) = 158+222+135=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 135 (53.12% from 255 or 26.21% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDE87 is #612178. Grayscale: #C1C1C1. Windows color (decimal): -6365561 or 8904350. OLE color: 8904350.

HSL color Cylindrical-coordinate representation of color #9EDE87: hue angle of 104.14º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9EDE87 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB158222135-
CMYK0.2900.390.13
HSL104.14º56.86%70%-
HSV(B)104.14º39.19%87.06%-
XYZ44.661.2632.4-
YUV192.9595.3103.07-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 222 (87.11% from 255) = 43.11%
BLUE value IS 135 (53.12% from 255) = 26.21%
R=30.68%
G=43.11%
B=26.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582221350.2900.390.13104.1456.8670
Hex9EDE871D027D683946
Octal236336207350471515071106
Binary100111101101111010000111111010100111110111010001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ede87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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