#9EE082

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

Shades of Gossip #9EE082

Tints of Gossip #9EE082

Color information

#9EE082 (or 0x9EE082) is unknown color: approx Gossip. HEX triplet: 9E, E0 and 82. RGB value is (158,224,130). Sum of RGB (Red+Green+Blue) = 158+224+130=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE082 is #611F7D. Grayscale: #C1C1C1. Windows color (decimal): -6365054 or 8577182. OLE color: 8577182.

HSL color Cylindrical-coordinate representation of color #9EE082: hue angle of 102.13º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9EE082 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB158224130-
CMYK0.2900.420.12
HSL102.13º60.26%69.41%-
HSV(B)102.13º41.96%87.84%-
XYZ44.7962.1930.76-
YUV193.5592.13102.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.86%
GREEN value IS 224 (87.89% from 255) = 43.75%
BLUE value IS 130 (51.17% from 255) = 25.39%
R=30.86%
G=43.75%
B=25.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582241300.2900.420.12102.1360.2669.41
Hex9EE0821D02AC663c45
Octal236340202350521414674105
Binary100111101110000010000010111010101010110011001101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,224,130); }

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

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

 a { background-color: rgb(158,224,130); }

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

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

 span { border-color: rgb(158,224,130); }

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