#9ECC7A

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

Shades of Gossip #9ECC7A

Tints of Gossip #9ECC7A

Color information

#9ECC7A (or 0x9ECC7A) is unknown color: approx Gossip. HEX triplet: 9E, CC and 7A. RGB value is (158,204,122). Sum of RGB (Red+Green+Blue) = 158+204+122=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC7A is #613385. Grayscale: #B5B5B5. Windows color (decimal): -6370182 or 8047774. OLE color: 8047774.

HSL color Cylindrical-coordinate representation of color #9ECC7A: hue angle of 93.66º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ECC7A is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB158204122-
CMYK0.2300.400.2
HSL93.66º44.57%63.92%-
HSV(B)93.66º40.2%80%-
XYZ39.2151.8626.36-
YUV180.994.76111.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 122 (48.05% from 255) = 25.21%
R=32.64%
G=42.15%
B=25.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1582041220.2300.400.293.6644.5763.92
Hex9ECC7A17028145e2d40
Octal236314172270502413655100
Binary100111101100110011110101011101010001010010111101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,204,122); }

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

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

 a { background-color: rgb(158,204,122); }

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

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

 span { border-color: rgb(158,204,122); }

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