#9CE382

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

Shades of Gossip #9CE382

Tints of Gossip #9CE382

Color information

#9CE382 (or 0x9CE382) is unknown color: approx Gossip. HEX triplet: 9C, E3 and 82. RGB value is (156,227,130). Sum of RGB (Red+Green+Blue) = 156+227+130=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 227 (89.06% from 255 or 44.25% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 227 - color contains mainly: green. Hex color #9CE382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE382 is #631C7D. Grayscale: #C3C3C3. Windows color (decimal): -6495358 or 8577948. OLE color: 8577948.

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

Color convert

RGB156227130-
CMYK0.3100.430.11
HSL103.92º63.4%70%-
HSV(B)103.92º42.73%89.02%-
XYZ45.2163.6231.02-
YUV194.7191.48100.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.41%
GREEN value IS 227 (89.06% from 255) = 44.25%
BLUE value IS 130 (51.17% from 255) = 25.34%
R=30.41%
G=44.25%
B=25.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1562271300.3100.430.11103.9263.470
Hex9CE3821F02BB683f46
Octal234343202370531315077106
Binary100111001110001110000010111110101011101111010001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,227,130); }

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

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

 a { background-color: rgb(156,227,130); }

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

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

 span { border-color: rgb(156,227,130); }

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