#9ECA82

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

Shades of Gossip #9ECA82

Tints of Gossip #9ECA82

Color information

#9ECA82 (or 0x9ECA82) is unknown color: approx Gossip. HEX triplet: 9E, CA and 82. RGB value is (158,202,130). Sum of RGB (Red+Green+Blue) = 158+202+130=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECA82 is #61357D. Grayscale: #B4B4B4. Windows color (decimal): -6370686 or 8571550. OLE color: 8571550.

HSL color Cylindrical-coordinate representation of color #9ECA82: hue angle of 96.67º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ECA82 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB158202130-
CMYK0.2200.360.21
HSL96.67º40.45%65.1%-
HSV(B)96.67º35.64%79.22%-
XYZ39.2551.1228.92-
YUV180.6499.42111.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.24%
GREEN value IS 202 (79.30% from 255) = 41.22%
BLUE value IS 130 (51.17% from 255) = 26.53%
R=32.24%
G=41.22%
B=26.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021300.2200.360.2196.6740.4565.1
Hex9ECA821602415612841
Octal236312202260442514150101
Binary1001111011001010100000101011001001001010111000011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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