#A3C78C

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

Shades of Gossip #A3C78C

Tints of Gossip #A3C78C

Color information

#A3C78C (or 0xA3C78C) is unknown color: approx Gossip. HEX triplet: A3, C7 and 8C. RGB value is (163,199,140). Sum of RGB (Red+Green+Blue) = 163+199+140=502 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.47% from 502); Green value is 199 (78.12% from 255 or 39.64% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C78C is #5C3873. Grayscale: #B5B5B5. Windows color (decimal): -6043764 or 9226147. OLE color: 9226147.

HSL color Cylindrical-coordinate representation of color #A3C78C: hue angle of 96.61º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3C78C is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB163199140-
CMYK0.1800.300.22
HSL96.61º34.5%66.47%-
HSV(B)96.61º29.65%78.04%-
XYZ40.2650.5332.44-
YUV181.51104.57114.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.47%
GREEN value IS 199 (78.12% from 255) = 39.64%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=32.47%
G=39.64%
B=27.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631991400.1800.300.2296.6134.566.47
HexA3C78C1201E16612342
Octal243307214220362614143102
Binary101000111100011110001100100100111101011011000011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C78C; }

 p { color: rgb(163,199,140); }

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

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

 a { background-color: rgb(163,199,140); }

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

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

 span { border-color: rgb(163,199,140); }

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