#A3C78A

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

Shades of Gossip #A3C78A

Tints of Gossip #A3C78A

Color information

#A3C78A (or 0xA3C78A) is unknown color: approx Gossip. HEX triplet: A3, C7 and 8A. RGB value is (163,199,138). Sum of RGB (Red+Green+Blue) = 163+199+138=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3C78A is #5C3875. Grayscale: #B5B5B5. Windows color (decimal): -6043766 or 9095075. OLE color: 9095075.

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

Color convert

RGB163199138-
CMYK0.1800.310.22
HSL95.41º35.26%66.08%-
HSV(B)95.41º30.65%78.04%-
XYZ40.1250.4731.67-
YUV181.28103.57114.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.6%
GREEN value IS 199 (78.12% from 255) = 39.8%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=32.6%
G=39.8%
B=27.6%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1631991380.1800.310.2295.4135.2666.08
HexA3C78A1201F165f2342
Octal243307212220372613743102
Binary101000111100011110001010100100111111011010111111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C78A; }

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

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

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

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

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

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

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

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