#9EDD86

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

Shades of Gossip #9EDD86

Tints of Gossip #9EDD86

Color information

#9EDD86 (or 0x9EDD86) is unknown color: approx Gossip. HEX triplet: 9E, DD and 86. RGB value is (158,221,134). Sum of RGB (Red+Green+Blue) = 158+221+134=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDD86 is #612279. Grayscale: #C0C0C0. Windows color (decimal): -6365818 or 8838558. OLE color: 8838558.

HSL color Cylindrical-coordinate representation of color #9EDD86: hue angle of 103.45º degrees, saturation: 0.56, 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 #9EDD86 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB158221134-
CMYK0.2900.390.13
HSL103.45º56.13%69.61%-
HSV(B)103.45º39.37%86.67%-
XYZ44.2660.731.94-
YUV192.2495.13103.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.80%
GREEN value IS 221 (86.72% from 255) = 43.08%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=30.80%
G=43.08%
B=26.12%

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
Decimal1582211340.2900.390.13103.4556.1369.61
Hex9EDD861D027D673846
Octal236335206350471514770106
Binary100111101101110110000110111010100111110111001111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,221,134); }

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

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

 a { background-color: rgb(158,221,134); }

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

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

 span { border-color: rgb(158,221,134); }

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