#A3D68C

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

Shades of Gossip #A3D68C

Tints of Gossip #A3D68C

Color information

#A3D68C (or 0xA3D68C) is unknown color: approx Gossip. HEX triplet: A3, D6 and 8C. RGB value is (163,214,140). Sum of RGB (Red+Green+Blue) = 163+214+140=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3D68C is #5C2973. Grayscale: #BEBEBE. Windows color (decimal): -6039924 or 9229987. OLE color: 9229987.

HSL color Cylindrical-coordinate representation of color #A3D68C: hue angle of 101.35º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3D68C is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB163214140-
CMYK0.2400.350.16
HSL101.35º47.44%69.41%-
HSV(B)101.35º34.58%83.92%-
XYZ43.8857.7733.65-
YUV190.3299.6108.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 140 (55.08% from 255) = 27.08%
R=31.53%
G=41.39%
B=27.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632141400.2400.350.16101.3547.4469.41
HexA3D68C1802310652f45
Octal243326214300432014557105
Binary1010001111010110100011001100001000111000011001011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D68C; }

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

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

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

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

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

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

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

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