#9EE385

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

Shades of Gossip #9EE385

Tints of Gossip #9EE385

Color information

#9EE385 (or 0x9EE385) is unknown color: approx Gossip. HEX triplet: 9E, E3 and 85. RGB value is (158,227,133). Sum of RGB (Red+Green+Blue) = 158+227+133=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE385 is #611C7A. Grayscale: #C3C3C3. Windows color (decimal): -6364283 or 8774558. OLE color: 8774558.

HSL color Cylindrical-coordinate representation of color #9EE385: hue angle of 104.04º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EE385 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB158227133-
CMYK0.3000.410.11
HSL104.04º62.67%70.59%-
HSV(B)104.04º41.41%89.02%-
XYZ45.863.932.11-
YUV195.6592.64101.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 227 (89.06% from 255) = 43.82%
BLUE value IS 133 (52.34% from 255) = 25.68%
R=30.50%
G=43.82%
B=25.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582271330.3000.410.11104.0462.6770.59
Hex9EE3851E029B683f47
Octal236343205360511315077107
Binary100111101110001110000101111100101001101111010001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,227,133); }

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

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

 a { background-color: rgb(158,227,133); }

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

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

 span { border-color: rgb(158,227,133); }

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